home-assistant-custom-components.alarmo: 1.10.16 -> 1.10.17

Diff: https://github.com/nielsfaber/alarmo/compare/v1.10.16...v1.10.17

Changelog: https://github.com/nielsfaber/alarmo/releases/tag/v1.10.17
This commit is contained in:
Sandro Jäckel
2026-05-12 00:17:57 +02:00
parent c6e5ca3c83
commit 1ddee356a1
@@ -7,13 +7,13 @@
buildHomeAssistantComponent rec {
owner = "nielsfaber";
domain = "alarmo";
version = "1.10.16";
version = "1.10.17";
src = fetchFromGitHub {
owner = "nielsfaber";
repo = "alarmo";
tag = "v${version}";
hash = "sha256-iPFDb9T14FF1ndYn+6bjG0fWjFjNlyHUQ0O192Dt0+c=";
hash = "sha256-LVTwqJsuFvAGUgZDq6lkUUI/Ch0Ex+ApNxsyuUbDz14=";
};
postPatch = ''