home-assistant-custom-components.octopus_energy: 18.3.1 -> 18.3.2

https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/releases/tag/v18.3.2
This commit is contained in:
Martin Weinelt 2026-07-04 23:38:36 +02:00
commit 83cf8f1c7e
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -11,13 +11,13 @@
buildHomeAssistantComponent rec {
owner = "BottlecapDave";
domain = "octopus_energy";
version = "18.3.1";
version = "18.3.2";
src = fetchFromGitHub {
inherit owner;
repo = "HomeAssistant-OctopusEnergy";
tag = "v${version}";
hash = "sha256-5Cjaq4DIe11hx/goKxGDSj6zyOb3H16s8KqlFRzhOYs=";
hash = "sha256-KSnpebEUzp25PsBMFqCajdnTINk51hdswmV9rGtG+3Q=";
};
dependencies = [ pydantic ];