First Commit
This commit is contained in:
30
lovelace/dashboard/hello_world.yaml
Executable file
30
lovelace/dashboard/hello_world.yaml
Executable file
@ -0,0 +1,30 @@
|
||||
- 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"
|
||||
|
||||
|
||||
- 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"
|
||||
entity: 'vacuum.valetudo_kunibert'
|
59
lovelace/dashboard/lights.yaml
Executable file
59
lovelace/dashboard/lights.yaml
Executable file
@ -0,0 +1,59 @@
|
||||
- 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
|
||||
ulm_card_light_enable_color: 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
|
||||
|
||||
- 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
|
||||
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: "custom:button-card"
|
||||
template: card_light
|
||||
entity: light.office_switch_lamp
|
||||
variables:
|
||||
ulm_card_light_enable_color: true
|
||||
ulm_card_light_force_background_color: true
|
||||
ulm_card_light_name: Office
|
||||
- type: "custom:button-card"
|
||||
template: card_light
|
||||
entity: light.office_switch_lamp
|
||||
variables:
|
||||
ulm_card_light_enable_color: true
|
||||
ulm_card_light_force_background_color: true
|
||||
ulm_card_light_name: Office
|
||||
- type: "custom:button-card"
|
||||
template: card_light
|
||||
entity: light.office_switch_lamp
|
||||
variables:
|
||||
ulm_card_light_enable_color: true
|
||||
ulm_card_light_force_background_color: true
|
||||
ulm_card_light_name: Office
|
Reference in New Issue
Block a user