home-assistant-custom-components.octopus_energy: 18.1.2 -> 18.2.1

This commit is contained in:
R. Ryantm
2026-04-18 00:46:15 +00:00
parent ff08047ced
commit 289b1c6c06
@@ -11,13 +11,13 @@
buildHomeAssistantComponent rec {
owner = "BottlecapDave";
domain = "octopus_energy";
version = "18.1.2";
version = "18.2.1";
src = fetchFromGitHub {
inherit owner;
repo = "HomeAssistant-OctopusEnergy";
tag = "v${version}";
hash = "sha256-+aMMloqNsDMHt5zSfv9EA9QoGG8VCJv5Aw0ctoWcs5Q=";
hash = "sha256-wEVD1Ixriv4C6TbG+IrQoEl9f+tIfV/OysXRytVQ8FE=";
};
dependencies = [ pydantic ];