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