home-assistant-custom-components.polaris-mqtt: 1.1.0 -> 1.1.1 (#490457)

This commit is contained in:
K900
2026-02-14 17:59:09 +00:00
committed by GitHub
@@ -7,13 +7,13 @@
buildHomeAssistantComponent rec {
owner = "samoswall";
domain = "polaris";
version = "1.1.0";
version = "1.1.1";
src = fetchFromGitHub {
owner = "samoswall";
repo = "polaris-mqtt";
tag = "v${version}";
hash = "sha256-nT7sLN61XOakYL2kZXQc6qrEAIaf0jEfm4wxZ0viK8c=";
hash = "sha256-/HMR+BZuwAoqFfELkjhT3k5NKMc2ahE/I3DTR1lQ5L0=";
};
meta = {