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

This commit is contained in:
R. Ryantm
2026-06-12 04:39:31 +00:00
parent 20c18080b0
commit 90d45d9cfa
@@ -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 = {