Skip to content

Commit

Permalink
release v1.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsfaber committed Jul 3, 2024
1 parent 79152fc commit 3aac72b
Show file tree
Hide file tree
Showing 3 changed files with 3 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.3"
VERSION = "1.10.4"
NAME = "Alarmo"
MANUFACTURER = "@nielsfaber"

Expand Down
2 changes: 1 addition & 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.3';
export const VERSION = '1.10.4';

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

0 comments on commit 3aac72b

Please sign in to comment.