home-assistant-custom-components.octopus_energy: 17.0.0 -> 17.0.2

This commit is contained in:
R. Ryantm
2025-10-19 09:32:22 +00:00
parent b7ecb71b42
commit 943dc1bf8d
@@ -11,13 +11,13 @@
buildHomeAssistantComponent rec {
owner = "BottlecapDave";
domain = "octopus_energy";
version = "17.0.0";
version = "17.0.2";
src = fetchFromGitHub {
inherit owner;
repo = "HomeAssistant-OctopusEnergy";
tag = "v${version}";
hash = "sha256-6+uDv3tLm5Lcq0D2rYwEH9ggvAK6y0O+l5IRHafHsyQ=";
hash = "sha256-K6Jb1fu76wx4v0HLsC8FxX+F/+UlCmUBKSFtUlLTPNc=";
};
dependencies = [ pydantic ];