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

This commit is contained in:
R. Ryantm
2025-10-25 08:40:08 +00:00
parent 3c0492fef3
commit 39f0287fac
@@ -11,13 +11,13 @@
buildHomeAssistantComponent rec {
owner = "BottlecapDave";
domain = "octopus_energy";
version = "17.0.2";
version = "17.0.3";
src = fetchFromGitHub {
inherit owner;
repo = "HomeAssistant-OctopusEnergy";
tag = "v${version}";
hash = "sha256-K6Jb1fu76wx4v0HLsC8FxX+F/+UlCmUBKSFtUlLTPNc=";
hash = "sha256-mogPWl+3BqGSURH7jnbJYB/68ijc1lkfSAc6HfwZWFw=";
};
dependencies = [ pydantic ];