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

This commit is contained in:
R. Ryantm
2026-05-30 20:10:56 +00:00
parent 0d37563c0e
commit 78bea3365a
@@ -11,13 +11,13 @@
buildHomeAssistantComponent rec {
owner = "BottlecapDave";
domain = "octopus_energy";
version = "18.2.1";
version = "18.3.0";
src = fetchFromGitHub {
inherit owner;
repo = "HomeAssistant-OctopusEnergy";
tag = "v${version}";
hash = "sha256-wEVD1Ixriv4C6TbG+IrQoEl9f+tIfV/OysXRytVQ8FE=";
hash = "sha256-V26sdgzA7i16SbAKTLiUgdRVTKJo23kgsRxaJsEtbyw=";
};
dependencies = [ pydantic ];