Skip to content

Commit ad84a8c

Browse files
author
niels
committed
release v1.6.0
1 parent f690cdb commit ad84a8c

5 files changed

Lines changed: 903 additions & 619 deletions

File tree

custom_components/alarmo/card/dist/alarmo-card.js

Lines changed: 28 additions & 28 deletions
Large diffs are not rendered by default.

custom_components/alarmo/card/src/const.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { CardConfig } from "./types";
22

33

4-
export const CARD_VERSION = "v1.5.7"
4+
export const CARD_VERSION = "v1.6.0"
55

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

custom_components/alarmo/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
from homeassistant.helpers import config_validation as cv
2828

29-
VERSION = "1.5.7"
29+
VERSION = "1.6.0"
3030
NAME = "Alarmo"
3131
MANUFACTURER = "@nielsfaber"
3232

custom_components/alarmo/frontend/dist/alarm-panel.js

Lines changed: 872 additions & 588 deletions
Large diffs are not rendered by default.

custom_components/alarmo/frontend/src/const.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const VERSION = '1.5.7';
1+
export const VERSION = '1.6.0';
22

33
export const platform = 'alarmo';
44
export const editConfigService = 'edit_config';

0 commit comments

Comments
 (0)