home-assistant-custom-components.octopus_energy: 16.0.2 -> 16.1.0

https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/compare/v16.0.2...v16.1.0
This commit is contained in:
Matteo Pacini 2025-08-15 21:30:48 +01:00
parent fbcf476f79
commit cadd871e08

View File

@ -11,13 +11,13 @@
buildHomeAssistantComponent rec {
owner = "BottlecapDave";
domain = "octopus_energy";
version = "16.0.2";
version = "16.1.0";
src = fetchFromGitHub {
inherit owner;
repo = "HomeAssistant-OctopusEnergy";
tag = "v${version}";
hash = "sha256-/lhM00CNVPoZ8oohPuJ5j0pf0Dmxym3eycdkknlaAug=";
hash = "sha256-QQyDQQpVghapBUxUSlHjnrpi3tBEYLOdJiARnL4mYbc=";
};
dependencies = [ pydantic ];