Add individual allow switches for housewide briefings
This commit is contained in:
@ -1381,7 +1381,6 @@ views:
|
|||||||
icon: mdi:speaker-message
|
icon: mdi:speaker-message
|
||||||
- entity: automation.kallen_briefings
|
- entity: automation.kallen_briefings
|
||||||
icon: mdi:speaker-message
|
icon: mdi:speaker-message
|
||||||
- entity: input_boolean.welcome_home
|
|
||||||
- entity: binary_sensor.audible_weather_alerts_allowed
|
- entity: binary_sensor.audible_weather_alerts_allowed
|
||||||
name: Weather Alerts Allowed
|
name: Weather Alerts Allowed
|
||||||
- entity: input_boolean.sports_updates
|
- entity: input_boolean.sports_updates
|
||||||
@ -1392,6 +1391,25 @@ views:
|
|||||||
- entity: input_text.room_presence
|
- entity: input_text.room_presence
|
||||||
show_header_toggle: false
|
show_header_toggle: false
|
||||||
state_color: true
|
state_color: true
|
||||||
|
- type: heading
|
||||||
|
icon: ''
|
||||||
|
heading: Allowed Briefings
|
||||||
|
heading_style: subtitle
|
||||||
|
- type: entities
|
||||||
|
entities:
|
||||||
|
- entity: input_boolean.morning_briefing_allowed
|
||||||
|
name: Morning Briefing
|
||||||
|
- entity: input_boolean.daily_briefing_allowed
|
||||||
|
name: Daily Briefing
|
||||||
|
- entity: input_boolean.nightly_briefing_allowed
|
||||||
|
name: Nightly Briefing
|
||||||
|
- entity: input_boolean.welcome_home
|
||||||
|
show_header_toggle: false
|
||||||
|
state_color: true
|
||||||
|
- type: heading
|
||||||
|
icon: ''
|
||||||
|
heading: Do Not Disturb
|
||||||
|
heading_style: subtitle
|
||||||
- type: entities
|
- type: entities
|
||||||
entities:
|
entities:
|
||||||
- entity: switch.basement_echo_dot_do_not_disturb_switch
|
- entity: switch.basement_echo_dot_do_not_disturb_switch
|
||||||
|
Reference in New Issue
Block a user