Skip to content

Commit

Permalink
release v1.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsfaber committed Jun 28, 2023
1 parent 3c8cebb commit fe99817
Show file tree
Hide file tree
Showing 3 changed files with 415 additions and 408 deletions.
2 changes: 1 addition & 1 deletion custom_components/alarmo/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from homeassistant.components.alarm_control_panel import AlarmControlPanelEntityFeature
from homeassistant.helpers import config_validation as cv

VERSION = "1.9.9"
VERSION = "1.9.10"
NAME = "Alarmo"
MANUFACTURER = "@nielsfaber"

Expand Down
819 changes: 413 additions & 406 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.9.9';
export const VERSION = '1.9.10';

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

0 comments on commit fe99817

Please sign in to comment.