Skip to content

Commit

Permalink
release v1.9.11
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsfaber committed Oct 29, 2023
1 parent 105277a commit f1f7e73
Show file tree
Hide file tree
Showing 3 changed files with 134 additions and 124 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.10"
VERSION = "1.9.11"
NAME = "Alarmo"
MANUFACTURER = "@nielsfaber"

Expand Down
254 changes: 132 additions & 122 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.10';
export const VERSION = '1.9.11';

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

0 comments on commit f1f7e73

Please sign in to comment.