From 0cc030370398a20a034045d724aa5592587b41a2 Mon Sep 17 00:00:00 2001 From: akasma74 Date: Mon, 2 Jan 2023 20:05:06 +0000 Subject: [PATCH] bump version to 1.12.15 --- custom_components/bwalarm/resources/panel.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/bwalarm/resources/panel.html b/custom_components/bwalarm/resources/panel.html index 31723fa..f2ef392 100755 --- a/custom_components/bwalarm/resources/panel.html +++ b/custom_components/bwalarm/resources/panel.html @@ -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({ @@ -1463,7 +1463,7 @@

Help Guide

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