Add confirmation to some buttons on main dashboard

This commit is contained in:
2026-01-22 01:05:54 -05:00
parent 0e8a2f355c
commit a95433bc7b

View File

@@ -3366,32 +3366,47 @@ views:
entities: entities:
- entity: script.give_me_darkness - entity: script.give_me_darkness
secondary_info: After kid's bedtime secondary_info: After kid's bedtime
confirmation: true
- entity: button.good_morning - entity: button.good_morning
secondary_info: Optional, when we wake up secondary_info: Optional, when we wake up
confirmation: true
- entity: button.goodnight - entity: button.goodnight
secondary_info: When Tony goes to bed secondary_info: When Tony goes to bed
confirmation: true
- entity: script.global_on - entity: script.global_on
secondary_info: Turn all lights on secondary_info: Turn all lights on
confirmation: true
- entity: script.global_off - entity: script.global_off
secondary_info: Turn all lights/fans off secondary_info: Turn all lights/fans off
confirmation: true
- entity: script.max_brightness - entity: script.max_brightness
secondary_info: Turn all lights on at 100% secondary_info: Turn all lights on at 100%
confirmation: true
- entity: script.going_upstairs - entity: script.going_upstairs
secondary_info: When coming to bed from basement secondary_info: When coming to bed from basement
confirmation: true
- entity: button.basement_on_manual - entity: button.basement_on_manual
name: Basement On name: Basement On
secondary_info: Turns on lights/computer/TV secondary_info: Turns on lights/computer/TV
confirmation: true
- entity: button.sunset_lights_trigger - entity: button.sunset_lights_trigger
name: Sunset Lights Manual Trigger name: Sunset Lights Manual Trigger
secondary_info: If flow gets interrupted secondary_info: If flow gets interrupted
confirmation: true
- entity: script.adaptive_on_first_floor - entity: script.adaptive_on_first_floor
secondary_info: Reset lights to adaptive secondary_info: Reset lights to adaptive
confirmation: true
- entity: script.adaptive_on_second_floor - entity: script.adaptive_on_second_floor
secondary_info: Reset lights to adaptive secondary_info: Reset lights to adaptive
confirmation: true
- entity: script.bright_on_first_floor - entity: script.bright_on_first_floor
confirmation: true
- entity: script.bright_on_second_floor - entity: script.bright_on_second_floor
confirmation: true
- entity: script.evening_on_first_floor - entity: script.evening_on_first_floor
confirmation: true
- entity: script.evening_on_second_floor - entity: script.evening_on_second_floor
confirmation: true
- entity: script.emma_rainbow_lights - entity: script.emma_rainbow_lights
- type: grid - type: grid
cards: cards:
@@ -4239,8 +4254,10 @@ views:
name: Refresh name: Refresh
- entity: script.kallen_desktop_reboot - entity: script.kallen_desktop_reboot
name: Reboot name: Reboot
confirmation: true
- entity: script.kallen_desktop_shutdown - entity: script.kallen_desktop_shutdown
name: Shutdown name: Shutdown
confirmation: true
- entity: script.kallen_desktop_wake - entity: script.kallen_desktop_wake
name: Wake name: Wake
- type: grid - type: grid