Skip to content

Commit

Permalink
release v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsfaber committed May 5, 2022
1 parent 110dee4 commit 9fe5a0d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion custom_components/alarmo/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

from homeassistant.helpers import config_validation as cv

VERSION = "1.8.7"
VERSION = "1.9.0"
NAME = "Alarmo"
MANUFACTURER = "@nielsfaber"

Expand Down
22 changes: 11 additions & 11 deletions custom_components/alarmo/frontend/dist/alarm-panel.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion custom_components/alarmo/frontend/src/const.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const VERSION = '1.8.7';
export const VERSION = '1.9.0';

export const platform = 'alarmo';
export const editConfigService = 'edit_config';
Expand Down

0 comments on commit 9fe5a0d

Please sign in to comment.