hansen-hasst/lovelace/dashboard/hello_world.yaml

62 lines
1.9 KiB
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:
2022-08-04 21:05:49 +00:00
entity_id: light.living_room_lights
2022-08-03 22:35:03 +00:00
icon: "mdi:lightbulb" #OPTIONAL
2022-08-04 22:55:24 +00:00
name: LivingRoom
2022-08-03 22:35:03 +00:00
color: "blue"
2022-08-08 17:22:56 +00:00
entity_2:
entity_id: sensor.livingroom_temp_temperature
icon: "mdi:lightbulb" #OPTIONAL
name: Temp
color: "green"
- type: horizontal-stack
cards:
- type: "custom:button-card"
template: card_person
entity: device_tracker.pfsense_blutwurst1_de_galaxy_s21_ultra_5g_blutwurst1_de
variables:
ulm_card_person_entity: device_tracker.pfsense_blutwurst1_de_galaxy_s21_ultra_5g_blutwurst1_de
ulm_card_person_use_entity_picture: true
ulm_card_person_icon: mdi:face-man
#ulm_card_person_zone1: zone.home
#ulm_address: sensor.s10_mike_gegeocodeerde_locatie
- type: "custom:button-card"
template: card_person
entity: person.toni
variables:
ulm_card_person_entity: person.toni
ulm_card_person_use_entity_picture: true
ulm_card_person_icon: mdi:face-woman
#ulm_card_person_zone1: zone.home
#ulm_address: sensor.s10_mike_gegeocodeerde_locatie
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'