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
|
2023-07-17 11:39:40 +00:00
|
|
|
ulm_weather: weather.forecast_home
|
2022-08-03 22:35:03 +00:00
|
|
|
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:
|
2023-07-14 23:04:33 +00:00
|
|
|
entity_id: switch.nursery
|
|
|
|
icon: "mdi:human-baby-changing-table" #OPTIONAL
|
|
|
|
name: Diaper
|
|
|
|
color: "pink"
|
|
|
|
entity_3:
|
2022-08-18 14:45:03 +00:00
|
|
|
entity_id: script.netflix_and_chill
|
|
|
|
icon: "mdi:netflix" #OPTIONAL
|
|
|
|
name: Netflix
|
|
|
|
color: "red"
|
2023-07-14 23:04:33 +00:00
|
|
|
entity_4:
|
2022-08-18 14:45:03 +00:00
|
|
|
entity_id: script.denon_listen_music
|
|
|
|
icon: "mdi:spotify" #OPTIONAL
|
|
|
|
name: Spotify
|
2022-08-08 17:22:56 +00:00
|
|
|
color: "green"
|
2023-07-14 23:04:33 +00:00
|
|
|
entity_5:
|
2022-08-18 14:45:03 +00:00
|
|
|
entity_id: script.denon_tv_turn_off
|
|
|
|
icon: "mdi:television-off" #OPTIONAL
|
|
|
|
name: TV OFF
|
|
|
|
color: "black"
|
2022-12-28 16:54:28 +00:00
|
|
|
|
2023-07-14 23:04:33 +00:00
|
|
|
|
2022-12-28 16:54:28 +00:00
|
|
|
- type: horizontal-stack
|
|
|
|
cards:
|
|
|
|
- type: 'custom:button-card'
|
|
|
|
color_type: icon
|
|
|
|
entity: switch.mailbox
|
|
|
|
name: Mailbox
|
|
|
|
tap_action: none
|
|
|
|
show_label: true
|
|
|
|
size: 20%
|
|
|
|
state:
|
|
|
|
- operator: template
|
|
|
|
value: >
|
|
|
|
[[[ return states['switch.mailbox'].state === 'on' ]]]
|
|
|
|
icon: mdi:mailbox
|
|
|
|
- operator: default
|
|
|
|
icon: mdi:mailbox-outline
|
|
|
|
- type: 'custom:button-card'
|
|
|
|
#color_type: icon
|
|
|
|
entity: timer.laundry
|
|
|
|
name: laundry
|
|
|
|
tap_action: none
|
|
|
|
show_label: true
|
|
|
|
size: 20%
|
2022-08-12 09:08:44 +00:00
|
|
|
|
2022-08-08 17:22:56 +00:00
|
|
|
- type: horizontal-stack
|
|
|
|
cards:
|
|
|
|
- type: "custom:button-card"
|
|
|
|
template: card_person
|
|
|
|
entity: device_tracker.pfsense_blutwurst1_de_galaxy_s21_ultra_5g_blutwurst1_de
|
|
|
|
variables:
|
2022-08-09 17:30:26 +00:00
|
|
|
ulm_card_person_entity: person.hansen
|
2022-08-08 17:22:56 +00:00
|
|
|
ulm_card_person_use_entity_picture: true
|
|
|
|
ulm_card_person_icon: mdi:face-man
|
|
|
|
- type: "custom:button-card"
|
|
|
|
template: card_person
|
2022-08-09 17:30:26 +00:00
|
|
|
entity: device_tracker.pfsense_blutwurst1_de_tonis_iphone_blutwurst1_de
|
2022-08-08 17:22:56 +00:00
|
|
|
variables:
|
|
|
|
ulm_card_person_entity: person.toni
|
|
|
|
ulm_card_person_use_entity_picture: true
|
|
|
|
ulm_card_person_icon: mdi:face-woman
|
|
|
|
|
2023-07-14 23:04:33 +00:00
|
|
|
- type: "custom:button-card"
|
|
|
|
template: card_title
|
|
|
|
name: Adaptive
|
|
|
|
label: Bulbs
|
2022-08-08 17:22:56 +00:00
|
|
|
|
2023-07-14 23:04:33 +00:00
|
|
|
- type: horizontal-stack
|
|
|
|
cards:
|
|
|
|
- type: "custom:button-card"
|
|
|
|
template: card_light
|
|
|
|
entity: light.office_bulb
|
|
|
|
variables:
|
|
|
|
ulm_card_light_enable_slider: true
|
|
|
|
ulm_card_light_enable_color: true
|
|
|
|
ulm_card_light_force_background_color: true
|
|
|
|
ulm_card_light_name: Office
|
|
|
|
ulm_card_light_enable_collapse: true
|
|
|
|
- type: "custom:button-card"
|
|
|
|
template: card_light
|
|
|
|
entity: light.bedroom_bulb_light
|
|
|
|
variables:
|
|
|
|
ulm_card_light_enable_slider: true
|
|
|
|
ulm_card_light_enable_color: true
|
|
|
|
ulm_card_light_force_background_color: true
|
|
|
|
ulm_card_light_name: Bedroom
|
|
|
|
ulm_card_light_enable_collapse: true
|
2022-08-03 22:35:03 +00:00
|
|
|
|
2023-07-14 23:04:33 +00:00
|
|
|
- type: horizontal-stack
|
|
|
|
cards:
|
|
|
|
- type: "custom:button-card"
|
|
|
|
template: card_light
|
|
|
|
entity: light.bedroom_bulb_toni_light
|
|
|
|
variables:
|
|
|
|
ulm_card_light_enable_slider: true
|
|
|
|
ulm_card_light_enable_color: true
|
|
|
|
ulm_card_light_force_background_color: true
|
|
|
|
ulm_card_light_name: "Bedroom Toni"
|
|
|
|
ulm_card_light_enable_collapse: true
|
|
|
|
- type: "custom:button-card"
|
|
|
|
template: card_light
|
|
|
|
entity: light.bedroom_bulb_philipp_light
|
|
|
|
variables:
|
|
|
|
ulm_card_light_enable_slider: true
|
|
|
|
ulm_card_light_enable_color: true
|
|
|
|
ulm_card_light_force_background_color: true
|
|
|
|
ulm_card_light_name: "Bedroom Philipp"
|
|
|
|
ulm_card_light_enable_collapse: true
|
|
|
|
|
|
|
|
- type: "custom:button-card"
|
|
|
|
template: card_light
|
|
|
|
entity: light.nursery_bulb
|
|
|
|
variables:
|
|
|
|
ulm_card_light_enable_slider: true
|
|
|
|
ulm_card_light_enable_color: true
|
|
|
|
ulm_card_light_force_background_color: true
|
|
|
|
ulm_card_light_name: "Jakob"
|
|
|
|
ulm_card_light_enable_collapse: true
|
2022-08-04 13:52:12 +00:00
|
|
|
|
2023-07-14 23:04:33 +00:00
|
|
|
- type: "horizontal-stack"
|
|
|
|
cards:
|
|
|
|
- type: "custom:button-card"
|
|
|
|
template: card_input_boolean
|
|
|
|
entity: switch.adaptive_lighting_default
|
|
|
|
variables:
|
|
|
|
ulm_card_input_boolean_name: Adaptive
|
|
|
|
|
|
|
|
- type: "custom:button-card"
|
|
|
|
template: card_input_boolean
|
|
|
|
entity: switch.adaptive_lighting_sleep_mode_default
|
|
|
|
variables:
|
|
|
|
ulm_card_input_boolean_name: Sleep
|