Skip to content

Commit

Permalink
fixed mobile buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
gazoscalvertos committed Sep 14, 2018
1 parent 4f91f49 commit ce1666d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions panels/alarm.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<!-- CUSTOM ALARM COMPONENT PANEL
https://github.com/gazoscalvertos/Hass-Custom-Alarm
VERSION: 1.3.0
MODIFIED: 07/09/18
VERSION: 1.3.1
MODIFIED: 14/09/18
CHANGE LOG:
-Fixed mobile buttons
-Integrated users and specific user codes
-Changed this function around and added support into the settings screens
Expand All @@ -25,7 +26,7 @@
// show the version of your custom UI in the HA dev info panel (HA 0.66.0+):
const _NAME = 'Security Panel';
const _URL = 'https://github.com/gazoscalvertos/Hass-Custom-Alarm/';
const _VERSION = '07/09/18 v1.3.0';
const _VERSION = '14/09/18 v1.3.1';

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

errors: { type: Array },
version: { type: String, value: '1.3.0'},
version: { type: String, value: '1.3.1'},

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

Expand Down

0 comments on commit ce1666d

Please sign in to comment.