Add gui-sandbox back

This commit is contained in:
2020-05-08 01:31:45 +03:00
parent cddd5a66ad
commit 95acfc115e
2 changed files with 25 additions and 0 deletions
@@ -3,6 +3,7 @@ path: dev
cards:
- type: horizontal-stack
cards:
- type: custom:gui-sandbox
- type: custom:button-card
template: small
icon: mdi:reload
@@ -50,15 +51,35 @@ cards:
entity: input_datetime.alarm_time
name: Alarm time
hour_mode: 24
hour_step: 2
- type: custom:time-picker-card
entity: input_datetime.alarm_time
hour_mode: 12
layout:
hour_mode: single
hide:
name: true
- type: custom:time-picker-card
entity: input_datetime.alarm_time
- type: horizontal-stack
cards:
- type: custom:time-picker-card
entity: input_datetime.alarm_time
hour_mode: 12
hide:
name: true
- type: custom:time-picker-card
entity: input_datetime.alarm_time
hour_mode: 12
hour_step: 2
minute_step: 3
layout:
hour_mode: single
hide:
name: false
folder:
type: vertical-stack
+4
View File
@@ -10,6 +10,8 @@
url: /hacsfiles/custom-header/custom-header.js
- type: module
url: /hacsfiles/decluttering-card/decluttering-card.js
- type: module
url: /hacsfiles/lovelace-gui-sandbox/gui-sandbox.js
- type: module
url: /hacsfiles/hass-bha-icons/hass-bha-icons.js
- type: module
@@ -42,6 +44,8 @@
url: /hacsfiles/lovelace-state-switch/state-switch.js
- type: module
url: /hacsfiles/travel-time-card/travel-time-card.js
- type: module
url: /hacsfiles/vertical-stack-in-card/vertical-stack-in-card.js
- type: module
url: /hacsfiles/weather-card/weather-card.js