home-assistant-custom-components.octopus_energy: 16.2.0 -> 16.3.1 (#443136)

This commit is contained in:
Matteo Pacini
2025-09-16 20:53:06 +00:00
committed by GitHub
@@ -11,13 +11,13 @@
buildHomeAssistantComponent rec {
owner = "BottlecapDave";
domain = "octopus_energy";
version = "16.2.0";
version = "16.3.1";
src = fetchFromGitHub {
inherit owner;
repo = "HomeAssistant-OctopusEnergy";
tag = "v${version}";
hash = "sha256-CSwf7hIVVUSewFRPszVJ1MzwLpU5IjFfTgo+oiJA4R0=";
hash = "sha256-rn8wCGUYisLgr61Cd2qaQGfSiAtjKMo2wG/AotEXknE=";
};
dependencies = [ pydantic ];