home-assistant-custom-components.polaris-mqtt: 1.0.11 -> 1.0.12

This commit is contained in:
R. Ryantm
2025-11-14 16:49:34 +00:00
parent 61630d4ab5
commit 74fc683404
@@ -7,13 +7,13 @@
buildHomeAssistantComponent rec {
owner = "samoswall";
domain = "polaris";
version = "1.0.11";
version = "1.0.12";
src = fetchFromGitHub {
owner = "samoswall";
repo = "polaris-mqtt";
tag = "v${version}";
hash = "sha256-ei0O+PTi/nV8Jb3ul+52vsmQxC3irYu0YjBotqYoipc=";
hash = "sha256-LH5as1HaD+fgj2ZJ8su7Jz1lE+Dh0iJHZilOUoiy7jo=";
};
meta = {