Skip to content

Commit

Permalink
release v1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsfaber committed May 8, 2024
1 parent fca6d50 commit 77a294e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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.10.0"
VERSION = "1.10.1"
NAME = "Alarmo"
MANUFACTURER = "@nielsfaber"

Expand Down
4 changes: 3 additions & 1 deletion custom_components/alarmo/frontend/dist/alarm-panel.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.10.0';
export const VERSION = '1.10.1';

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

0 comments on commit 77a294e

Please sign in to comment.