home-assistant-custom-components.octopus_energy: 18.0.0 -> 18.1.0 (#497537)

This commit is contained in:
Matteo Pacini
2026-03-07 21:44:13 +00:00
committed by GitHub
@@ -11,13 +11,13 @@
buildHomeAssistantComponent rec {
owner = "BottlecapDave";
domain = "octopus_energy";
version = "18.0.0";
version = "18.1.0";
src = fetchFromGitHub {
inherit owner;
repo = "HomeAssistant-OctopusEnergy";
tag = "v${version}";
hash = "sha256-nCE3cdvaDTIeallI+0gr8IRHyXORzJyWgC4gxXIfLh8=";
hash = "sha256-V8y/td0873X+rXxu9kQGQq0D3Vs+TuPk4KTqd3oagtE=";
};
dependencies = [ pydantic ];