Cleanup
This commit is contained in:
@ -8,31 +8,31 @@
|
||||
variables:
|
||||
entity_1:
|
||||
entity_id: scene.light_adaptive
|
||||
icon: "mdi:YOUR_ICON"
|
||||
icon: "mdi:theme-light-dark"
|
||||
icon_color: "yellow"
|
||||
name: Adaptive
|
||||
name: "Adaptive"
|
||||
bg_color: "yellow"
|
||||
entity_2:
|
||||
entity_id: scene.light_blue
|
||||
icon: "mdi:YOUR_ICON"
|
||||
entity_id: scene.light_bright
|
||||
icon: "mdi:television-play"
|
||||
icon_color: "blue"
|
||||
name: Blue
|
||||
name: "Bright"
|
||||
bg_color: "blue"
|
||||
entity_3:
|
||||
entity_id: scene.light_night
|
||||
icon: "mdi:YOUR_ICON"
|
||||
entity_id: "scene.light_night"
|
||||
icon: "mdi:weather-night"
|
||||
icon_color: "purple"
|
||||
name: Night
|
||||
name: "Night"
|
||||
bg_color: "purple"
|
||||
entity_4:
|
||||
entity_id: script.light_store_restore
|
||||
icon: "mdi:YOUR_ICON"
|
||||
entity_id: "script.light_store_restore"
|
||||
icon: "mdi:lightbulb-group"
|
||||
icon_color: "green"
|
||||
name: All On
|
||||
name: "All On"
|
||||
bg_color: "green"
|
||||
entity_5:
|
||||
entity_id: script.light_store_off
|
||||
icon: "mdi:YOUR_ICON"
|
||||
entity_id: "script.light_store_off"
|
||||
icon: "mdi:lightbulb-group-off-outline"
|
||||
icon_color: "red"
|
||||
name: All Off
|
||||
name: "All Off"
|
||||
bg_color: "red"
|
@ -21,16 +21,4 @@
|
||||
ulm_card_battery_charger_type_entity_id: sensor.ipad_battery_level
|
||||
ulm_card_battery_battery_level_danger: 30
|
||||
ulm_card_battery_battery_level_warning: 80
|
||||
ulm_card_battery_name: iPad
|
||||
|
||||
|
||||
# - type: "horizontal-stack"
|
||||
# cards:
|
||||
# - type: 'custom:button-card'
|
||||
# template: card_battery
|
||||
# entity: sensor.kais_apple_watch_battery_state
|
||||
# variables:
|
||||
# ulm_card_battery_charger_type_entity_id: sensor.kais_apple_watch_battery_state
|
||||
# ulm_card_battery_battery_level_danger: 30
|
||||
# ulm_card_battery_battery_level_warning: 80
|
||||
# ulm_card_battery_name: Watch
|
||||
ulm_card_battery_name: iPad
|
Reference in New Issue
Block a user