Skip to content

Commit

Permalink
release v1.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsfaber committed Mar 5, 2022
1 parent 8ef09a6 commit f3c6d15
Show file tree
Hide file tree
Showing 4 changed files with 545 additions and 549 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.5"
VERSION = "1.8.6"
NAME = "Alarmo"
MANUFACTURER = "@nielsfaber"

Expand Down
1,087 changes: 541 additions & 546 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.5';
export const VERSION = '1.8.6';

export const platform = 'alarmo';
export const editConfigService = 'edit_config';
Expand Down
3 changes: 2 additions & 1 deletion hacs.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
],
"zip_release": true,
"filename": "alarmo.zip",
"hide_default_branch": true
"hide_default_branch": true,
"homeassistant": "2022.3.0"
}

0 comments on commit f3c6d15

Please sign in to comment.