Skip to content

Commit 195f645

Browse files
author
niels
committed
release v1.6.2
1 parent ab4c2b1 commit 195f645

5 files changed

Lines changed: 18 additions & 14 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,4 +666,4 @@ const Z=t=>e=>"function"==typeof e?((t,e)=>(window.customElements.define(t,e),e)
666666
justify-content: center;
667667
align-items: center;
668668
}
669-
`}},e([K({attribute:!1})],t.AlarmoCard.prototype,"hass",void 0),e([X()],t.AlarmoCard.prototype,"_config",void 0),e([X()],t.AlarmoCard.prototype,"_input",void 0),e([X()],t.AlarmoCard.prototype,"warning",void 0),t.AlarmoCard=e([Z("alarmo-card")],t.AlarmoCard),window.customCards=window.customCards||[],window.customCards.push({type:"alarmo-card",name:"Alarmo Card",description:"Card for operating Alarmo through Lovelace."}),console.info("%c ALARMO-CARD \n%c Version: "+"v1.6.1".padEnd(7," "),"color: orange; font-weight: bold; background: black","color: white; font-weight: bold; background: dimgray")}({});
669+
`}},e([K({attribute:!1})],t.AlarmoCard.prototype,"hass",void 0),e([X()],t.AlarmoCard.prototype,"_config",void 0),e([X()],t.AlarmoCard.prototype,"_input",void 0),e([X()],t.AlarmoCard.prototype,"warning",void 0),t.AlarmoCard=e([Z("alarmo-card")],t.AlarmoCard),window.customCards=window.customCards||[],window.customCards.push({type:"alarmo-card",name:"Alarmo Card",description:"Card for operating Alarmo through Lovelace."}),console.info("%c ALARMO-CARD \n%c Version: "+"v1.6.2".padEnd(7," "),"color: orange; font-weight: bold; background: black","color: white; font-weight: bold; background: dimgray")}({});

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.6.1"
4+
export const CARD_VERSION = "v1.6.2"
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.6.1"
29+
VERSION = "1.6.2"
3030
NAME = "Alarmo"
3131
MANUFACTURER = "@nielsfaber"
3232

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

Lines changed: 14 additions & 10 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.6.1';
1+
export const VERSION = '1.6.2';
22

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

0 commit comments

Comments
 (0)