hansen-hasst/lovelace/dashboard/hello_world.yaml

35 lines
975 B
YAML
Raw Normal View History

2022-08-03 22:35:03 +00:00
- type: "custom:button-card"
template: "card_welcome_scenes"
triggers_update: input_boolean.welcome_collapse
entity: input_boolean.welcome_collapse
variables:
ulm_card_welcome_scenes_collapse: input_boolean.welcome_collapse #OPTIONAl --> uncomment also entity or triggers_update
ulm_weather: weather.pirateweather
entity_1:
entity_id: light.office_switch_lamp
icon: "mdi:lightbulb" #OPTIONAL
name: Office
color: "blue"
2022-08-04 13:52:12 +00:00
- type: custom:weather-card
entity: weather.pirateweather
2022-08-03 22:35:03 +00:00
- type: vertical-stack
cards:
- type: 'custom:valetudo-map-card'
vacuum: 'valetudo_kunibert'
title:
show_status: false
show_battery_level: false
show_start_button: false
show_pause_button: false
show_stop_button: false
show_home_button: false
show_locate_button: false
- type: 'custom:button-card'
template: "card_vacuum"
2022-08-04 13:52:12 +00:00
entity: 'vacuum.valetudo_kunibert'