Skip to content

Commit

Permalink
release v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niels committed Jun 9, 2021
1 parent f690cdb commit ad84a8c
Show file tree
Hide file tree
Showing 5 changed files with 903 additions and 619 deletions.
56 changes: 28 additions & 28 deletions custom_components/alarmo/card/dist/alarmo-card.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion custom_components/alarmo/card/src/const.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { CardConfig } from "./types";


export const CARD_VERSION = "v1.5.7"
export const CARD_VERSION = "v1.6.0"

export const BUTTONS = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "", "0", "clear"];

Expand Down
2 changes: 1 addition & 1 deletion custom_components/alarmo/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

from homeassistant.helpers import config_validation as cv

VERSION = "1.5.7"
VERSION = "1.6.0"
NAME = "Alarmo"
MANUFACTURER = "@nielsfaber"

Expand Down
1,460 changes: 872 additions & 588 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.5.7';
export const VERSION = '1.6.0';

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

0 comments on commit ad84a8c

Please sign in to comment.