WOIP
This commit is contained in:
@ -10,7 +10,9 @@
|
||||
icon: "mdi:lightbulb" #OPTIONAL
|
||||
name: Office
|
||||
color: "blue"
|
||||
|
||||
|
||||
- type: custom:weather-card
|
||||
entity: weather.pirateweather
|
||||
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
@ -27,4 +29,6 @@
|
||||
|
||||
- type: 'custom:button-card'
|
||||
template: "card_vacuum"
|
||||
entity: 'vacuum.valetudo_kunibert'
|
||||
entity: 'vacuum.valetudo_kunibert'
|
||||
|
||||
|
||||
|
@ -34,26 +34,31 @@
|
||||
variables:
|
||||
ulm_card_input_boolean_name: Sleep
|
||||
|
||||
- type: 'custom:button-card'
|
||||
template: card_title
|
||||
name: Living Room
|
||||
label: Lights
|
||||
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: "custom:button-card"
|
||||
template: card_light
|
||||
entity: light.office_switch_lamp
|
||||
entity: light.livingroom_switch_lamp_table
|
||||
variables:
|
||||
ulm_card_light_enable_color: true
|
||||
ulm_card_light_force_background_color: true
|
||||
ulm_card_light_name: Office
|
||||
ulm_card_light_name: Table
|
||||
- type: "custom:button-card"
|
||||
template: card_light
|
||||
entity: light.office_switch_lamp
|
||||
entity: light.livingroom_switch_lamp_couch
|
||||
variables:
|
||||
ulm_card_light_enable_color: true
|
||||
ulm_card_light_force_background_color: true
|
||||
ulm_card_light_name: Office
|
||||
ulm_card_light_name: Couch
|
||||
- type: "custom:button-card"
|
||||
template: card_light
|
||||
entity: light.office_switch_lamp
|
||||
entity: light.living_room_switch_lamp_sill
|
||||
variables:
|
||||
ulm_card_light_enable_color: true
|
||||
ulm_card_light_force_background_color: true
|
||||
ulm_card_light_name: Office
|
||||
ulm_card_light_name: Sill
|
Reference in New Issue
Block a user