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

This commit is contained in:
R. Ryantm
2026-03-09 23:09:29 +00:00
parent f2b82108c3
commit 1332781a03
@@ -7,13 +7,13 @@
buildHomeAssistantComponent rec {
owner = "nielsfaber";
domain = "alarmo";
version = "1.10.15";
version = "1.10.16";
src = fetchFromGitHub {
owner = "nielsfaber";
repo = "alarmo";
tag = "v${version}";
hash = "sha256-yXrzlaO6N6uknmIPNh9gc10Fs9xJSOXoeFEj4oBbNas=";
hash = "sha256-iPFDb9T14FF1ndYn+6bjG0fWjFjNlyHUQ0O192Dt0+c=";
};
postPatch = ''