home-assistant-custom-components.polaris-mqtt: 1.1.3 -> 1.1.4

Diff: https://github.com/samoswall/polaris-mqtt/compare/v1.1.3...v1.1.4
This commit is contained in:
Robert Schütz
2026-06-09 18:20:44 -07:00
parent ed86ffb0fa
commit 4d1f02f957
@@ -7,13 +7,13 @@
buildHomeAssistantComponent rec {
owner = "samoswall";
domain = "polaris";
version = "1.1.3";
version = "1.1.4";
src = fetchFromGitHub {
owner = "samoswall";
repo = "polaris-mqtt";
tag = "v${version}";
hash = "sha256-H/SYO3suxtLnvAvk2gdgMT+gBlvymmgmvRCVk1zMtHo=";
hash = "sha256-G0DWgDLS62yKXE6gktb8z2xKFeH7Cu2zssQhEiuhwD0=";
};
meta = {