Skip to content

Commit

Permalink
bump version to 1.12.15
Browse files Browse the repository at this point in the history
  • Loading branch information
akasma74 authored Jan 2, 2023
1 parent c35a81f commit 0cc0303
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/bwalarm/resources/panel.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
const _NAME = 'Alarm Panel';
const _URL = 'https://github.com/akasma74/Hass-Custom-Alarm';
// don't forget to change HaPanelAlarm.version below!
var _VERSION = 'v1.12.14';
var _VERSION = 'v1.12.15';

if (!window.CUSTOM_UI_LIST) window.CUSTOM_UI_LIST = [];
window.CUSTOM_UI_LIST.push({
Expand Down Expand Up @@ -1463,7 +1463,7 @@ <h1>Help Guide</h1>
switches: { type: Array, value: [] },

errors: { type: Array },
version: { type: String, value: 'v1.12.14'},
version: { type: String, value: 'v1.12.15'},

camera_update_interval: { type: Number, value: 5000 }, // ms

Expand Down

0 comments on commit 0cc0303

Please sign in to comment.