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

This commit is contained in:
R. Ryantm
2026-06-08 14:49:30 +00:00
parent 57e69b6f17
commit b0099763f8
@@ -11,13 +11,13 @@
buildHomeAssistantComponent rec {
owner = "BottlecapDave";
domain = "octopus_energy";
version = "18.3.0";
version = "18.3.1";
src = fetchFromGitHub {
inherit owner;
repo = "HomeAssistant-OctopusEnergy";
tag = "v${version}";
hash = "sha256-V26sdgzA7i16SbAKTLiUgdRVTKJo23kgsRxaJsEtbyw=";
hash = "sha256-5Cjaq4DIe11hx/goKxGDSj6zyOb3H16s8KqlFRzhOYs=";
};
dependencies = [ pydantic ];