lovelace - Move time-of-day card to dev view
This commit is contained in:
parent
b3c5fdc7f4
commit
683e172ef6
@ -5,18 +5,23 @@ resources: !include resources.yaml
|
||||
views:
|
||||
- title: Hemma
|
||||
cards:
|
||||
{{ dev_card }}
|
||||
- !include floorplan.yaml
|
||||
- !include coffee_card.yaml
|
||||
- !include cameras/barnrum.yaml
|
||||
- !include cameras/kontor.yaml
|
||||
- !include temperatures_card.yaml
|
||||
- !include timeofday_card.yaml
|
||||
{{ dev_card }}
|
||||
|
||||
- title: Floorplan
|
||||
panel: true
|
||||
cards:
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- !include floorplan.yaml
|
||||
{{ dev_card }}
|
||||
- !include floorplan.yaml
|
||||
- title: Dev
|
||||
path: dev
|
||||
icon: mdi:settings
|
||||
cards:
|
||||
{{ dev_card }}
|
||||
- !include timeofday_card.yaml
|
||||
|
@ -12,12 +12,16 @@ entities:
|
||||
name: ' '
|
||||
- entity: input_datetime.tod_morning
|
||||
name: Morgon
|
||||
type: custom:time-input-row
|
||||
- entity: input_datetime.tod_day
|
||||
name: Dag
|
||||
type: custom:time-input-row
|
||||
- entity: input_datetime.tod_evening
|
||||
name: Kväll
|
||||
type: custom:time-input-row
|
||||
- entity: input_datetime.tod_night
|
||||
name: Natt
|
||||
type: custom:time-input-row
|
||||
|
||||
- type: section
|
||||
- entity: switch.tod_dark
|
||||
|
Loading…
x
Reference in New Issue
Block a user