home-assistant-custom-components.polaris-mqtt: 1.0.13 -> 1.1.0

Diff: https://github.com/samoswall/polaris-mqtt/compare/v1.0.13...v1.1.0
This commit is contained in:
Robert Schütz
2026-02-04 21:47:05 -08:00
parent 3174c17ee4
commit 3cb39f90b3
@@ -7,13 +7,13 @@
buildHomeAssistantComponent rec {
owner = "samoswall";
domain = "polaris";
version = "1.0.13";
version = "1.1.0";
src = fetchFromGitHub {
owner = "samoswall";
repo = "polaris-mqtt";
tag = "v${version}";
hash = "sha256-SpnrEW/gzUMZXlnoyzOC4/8ooIxUqrcRNIAdBzUR4oY=";
hash = "sha256-nT7sLN61XOakYL2kZXQc6qrEAIaf0jEfm4wxZ0viK8c=";
};
meta = {