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

Diff: https://github.com/samoswall/polaris-mqtt/compare/v1.1.4...v1.1.5
This commit is contained in:
Robert Schütz
2026-06-12 17:36:11 -07:00
parent 45562f44f8
commit 6310b395fc
@@ -7,13 +7,13 @@
buildHomeAssistantComponent rec {
owner = "samoswall";
domain = "polaris";
version = "1.1.4";
version = "1.1.5";
src = fetchFromGitHub {
owner = "samoswall";
repo = "polaris-mqtt";
tag = "v${version}";
hash = "sha256-G0DWgDLS62yKXE6gktb8z2xKFeH7Cu2zssQhEiuhwD0=";
hash = "sha256-NViyBWTN18DQV3WywD6AXdoOw6W+PgMIV5tuKyRgN2w=";
};
meta = {