mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-09-06 09:58:45 +00:00
Add gui-sandbox back
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user