2019-04-17 22:46:06 +00:00
|
|
|
title: Settings
|
2020-09-08 02:02:44 +00:00
|
|
|
icon: mdi:cog
|
2019-04-17 22:46:06 +00:00
|
|
|
cards:
|
|
|
|
- type: vertical-stack
|
|
|
|
cards:
|
|
|
|
- type: horizontal-stack
|
|
|
|
cards:
|
2022-11-30 00:50:52 +00:00
|
|
|
- type: button
|
2020-05-25 01:38:45 +00:00
|
|
|
name: Automatic Lights
|
2019-04-17 22:46:06 +00:00
|
|
|
entity: input_boolean.light_automations
|
|
|
|
icon: mdi:lightbulb-on
|
|
|
|
color_type: card
|
2022-11-30 00:50:52 +00:00
|
|
|
show_state: "on"
|
|
|
|
size: 10%
|
2019-04-17 22:46:06 +00:00
|
|
|
style:
|
|
|
|
- font-weight: bold
|
|
|
|
- color: rgb(0, 0, 5)
|
|
|
|
state:
|
2020-02-26 21:41:22 +00:00
|
|
|
- value: "on"
|
2019-04-17 22:46:06 +00:00
|
|
|
color: var(--primary-color)
|
|
|
|
action: toggle
|
|
|
|
toggle:
|
|
|
|
domain: input_boolean
|
|
|
|
action: light_automations
|
|
|
|
|
2022-11-30 00:50:52 +00:00
|
|
|
- type: button
|
2019-04-17 22:46:06 +00:00
|
|
|
name: Do Not Disturb
|
|
|
|
entity: input_boolean.do_not_disturb
|
2022-11-30 00:50:52 +00:00
|
|
|
icon: mdi:minus-circle
|
2019-04-17 22:46:06 +00:00
|
|
|
color_type: card
|
2022-11-30 00:50:52 +00:00
|
|
|
show_state: "on"
|
|
|
|
size: 10%
|
2019-04-17 22:46:06 +00:00
|
|
|
style:
|
|
|
|
- font-weight: bold
|
|
|
|
- color: rgb(0, 0, 5)
|
|
|
|
state:
|
2020-02-26 21:41:22 +00:00
|
|
|
- value: "on"
|
2019-04-17 22:46:06 +00:00
|
|
|
color: var(--primary-color)
|
|
|
|
action: toggle
|
|
|
|
toggle:
|
|
|
|
domain: input_boolean
|
|
|
|
action: do_not_disturb
|
|
|
|
|
2022-11-30 00:50:52 +00:00
|
|
|
- type: horizontal-stack
|
|
|
|
cards:
|
|
|
|
- type: button
|
2020-05-25 01:38:45 +00:00
|
|
|
name: Home Sounds
|
2019-04-17 22:46:06 +00:00
|
|
|
entity: input_boolean.voice_notifications
|
|
|
|
icon: mdi:volume-high
|
|
|
|
color_type: card
|
2022-11-30 00:50:52 +00:00
|
|
|
show_state: "on"
|
|
|
|
size: 10%
|
2019-04-17 22:46:06 +00:00
|
|
|
style:
|
|
|
|
- font-weight: bold
|
|
|
|
- color: rgb(0, 0, 5)
|
|
|
|
state:
|
2020-02-26 21:41:22 +00:00
|
|
|
- value: "on"
|
2019-04-17 22:46:06 +00:00
|
|
|
color: var(--primary-color)
|
|
|
|
action: toggle
|
|
|
|
toggle:
|
|
|
|
domain: input_boolean
|
|
|
|
action: voice_notifications
|
|
|
|
|
2022-11-30 00:50:52 +00:00
|
|
|
- type: button
|
2019-04-17 22:46:06 +00:00
|
|
|
name: Location Alerts
|
|
|
|
entity: input_boolean.zone_alerts
|
|
|
|
icon: mdi:map-marker
|
|
|
|
color_type: card
|
2022-11-30 00:50:52 +00:00
|
|
|
show_state: "on"
|
|
|
|
size: 10%
|
2019-04-17 22:46:06 +00:00
|
|
|
style:
|
|
|
|
- font-weight: bold
|
|
|
|
- color: rgb(0, 0, 5)
|
|
|
|
state:
|
2020-02-26 21:41:22 +00:00
|
|
|
- value: "on"
|
2019-04-17 22:46:06 +00:00
|
|
|
color: var(--primary-color)
|
|
|
|
action: toggle
|
|
|
|
toggle:
|
|
|
|
domain: input_boolean
|
|
|
|
action: zone_alerts
|
|
|
|
|
2019-04-18 02:09:00 +00:00
|
|
|
- type: horizontal-stack
|
|
|
|
cards:
|
2022-11-30 00:50:52 +00:00
|
|
|
- type: button
|
2020-05-25 01:38:45 +00:00
|
|
|
name: Family Movie
|
2019-04-17 22:46:06 +00:00
|
|
|
entity: input_boolean.movie_time
|
|
|
|
icon: mdi:filmstrip
|
|
|
|
color_type: card
|
2022-11-30 00:50:52 +00:00
|
|
|
show_state: "on"
|
|
|
|
size: 10%
|
2019-04-17 22:46:06 +00:00
|
|
|
style:
|
|
|
|
- font-weight: bold
|
|
|
|
- color: rgb(0, 0, 5)
|
|
|
|
state:
|
2020-02-26 21:41:22 +00:00
|
|
|
- value: "on"
|
2019-04-17 22:46:06 +00:00
|
|
|
color: var(--primary-color)
|
|
|
|
action: toggle
|
|
|
|
toggle:
|
|
|
|
domain: input_boolean
|
|
|
|
action: movie_time
|
|
|
|
|
2022-11-30 00:50:52 +00:00
|
|
|
- type: button
|
2019-04-17 22:46:06 +00:00
|
|
|
name: Hourly Report
|
|
|
|
entity: input_boolean.hourly_report
|
|
|
|
icon: mdi:timer-sand
|
|
|
|
color_type: card
|
2022-11-30 00:50:52 +00:00
|
|
|
show_state: "on"
|
|
|
|
size: 10%
|
2019-04-17 22:46:06 +00:00
|
|
|
style:
|
|
|
|
- font-weight: bold
|
|
|
|
- color: rgb(0, 0, 5)
|
|
|
|
state:
|
2020-02-26 21:41:22 +00:00
|
|
|
- value: "on"
|
2019-04-17 22:46:06 +00:00
|
|
|
color: var(--primary-color)
|
|
|
|
action: toggle
|
|
|
|
toggle:
|
|
|
|
domain: input_boolean
|
|
|
|
action: hourly_report
|
|
|
|
|
2022-11-30 00:50:52 +00:00
|
|
|
- type: horizontal-stack
|
|
|
|
cards:
|
|
|
|
- type: button
|
2019-04-17 22:46:06 +00:00
|
|
|
name: Nightly Report
|
|
|
|
entity: input_boolean.nightly_report
|
|
|
|
icon: mdi:weather-night
|
|
|
|
color_type: card
|
2022-11-30 00:50:52 +00:00
|
|
|
show_state: "on"
|
|
|
|
size: 10%
|
2019-04-17 22:46:06 +00:00
|
|
|
style:
|
|
|
|
- font-weight: bold
|
|
|
|
- color: rgb(0, 0, 5)
|
|
|
|
state:
|
2020-02-26 21:41:22 +00:00
|
|
|
- value: "on"
|
2019-04-17 22:46:06 +00:00
|
|
|
color: var(--primary-color)
|
|
|
|
action: toggle
|
|
|
|
toggle:
|
|
|
|
domain: input_boolean
|
|
|
|
action: nightly_report
|
|
|
|
|
2022-11-30 00:50:52 +00:00
|
|
|
- type: button
|
|
|
|
name: Go Outside
|
2019-04-18 02:09:00 +00:00
|
|
|
entity: input_boolean.enjoyable_weather_reminders
|
|
|
|
icon: mdi:weather-windy-variant
|
2019-04-17 22:46:06 +00:00
|
|
|
color_type: card
|
2022-11-30 00:50:52 +00:00
|
|
|
show_state: "on"
|
|
|
|
size: 10%
|
2019-04-17 22:46:06 +00:00
|
|
|
style:
|
|
|
|
- font-weight: bold
|
|
|
|
- color: rgb(0, 0, 5)
|
|
|
|
state:
|
2020-02-26 21:41:22 +00:00
|
|
|
- value: "on"
|
2019-04-17 22:46:06 +00:00
|
|
|
color: var(--primary-color)
|
|
|
|
action: toggle
|
|
|
|
toggle:
|
|
|
|
domain: input_boolean
|
2019-04-18 02:09:00 +00:00
|
|
|
action: enjoyable_weather_reminders
|
2019-04-17 22:46:06 +00:00
|
|
|
|
|
|
|
- type: horizontal-stack
|
|
|
|
cards:
|
2022-11-30 00:50:52 +00:00
|
|
|
- type: button
|
2019-04-17 22:46:06 +00:00
|
|
|
name: Working in Office
|
|
|
|
entity: input_boolean.working_in_office_room
|
|
|
|
icon: mdi:office-building
|
|
|
|
color_type: card
|
2022-11-30 00:50:52 +00:00
|
|
|
show_state: "on"
|
|
|
|
size: 10%
|
2019-04-17 22:46:06 +00:00
|
|
|
style:
|
|
|
|
- font-weight: bold
|
|
|
|
- color: rgb(0, 0, 5)
|
|
|
|
state:
|
2020-02-26 21:41:22 +00:00
|
|
|
- value: "on"
|
2019-04-17 22:46:06 +00:00
|
|
|
color: var(--primary-color)
|
|
|
|
action: toggle
|
|
|
|
toggle:
|
|
|
|
domain: input_boolean
|
|
|
|
action: working_in_office_room
|
2020-02-26 21:41:22 +00:00
|
|
|
|
2022-11-30 00:50:52 +00:00
|
|
|
- type: button
|
2019-04-18 02:09:00 +00:00
|
|
|
name: Working in Garage
|
|
|
|
entity: input_boolean.working_in_garage
|
|
|
|
icon: mdi:garage-alert
|
2019-04-17 22:46:06 +00:00
|
|
|
color_type: card
|
2022-11-30 00:50:52 +00:00
|
|
|
show_state: "on"
|
|
|
|
size: 10%
|
2019-04-17 22:46:06 +00:00
|
|
|
style:
|
|
|
|
- font-weight: bold
|
|
|
|
- color: rgb(0, 0, 5)
|
|
|
|
state:
|
2020-02-26 21:41:22 +00:00
|
|
|
- value: "on"
|
2019-04-17 22:46:06 +00:00
|
|
|
color: var(--primary-color)
|
|
|
|
action: toggle
|
|
|
|
toggle:
|
|
|
|
domain: input_boolean
|
2019-04-18 02:09:00 +00:00
|
|
|
action: working_in_garage
|
2019-04-17 22:46:06 +00:00
|
|
|
|
2019-07-09 23:30:44 +00:00
|
|
|
- type: horizontal-stack
|
|
|
|
cards:
|
2022-11-30 00:50:52 +00:00
|
|
|
- type: button
|
2019-07-09 23:30:44 +00:00
|
|
|
name: Stream Cameras To Chromecast
|
|
|
|
entity: input_boolean.stream_camera2chromecast
|
|
|
|
icon: mdi:cctv
|
|
|
|
color_type: card
|
2022-11-30 00:50:52 +00:00
|
|
|
show_state: "on"
|
|
|
|
size: 5%
|
2019-07-09 23:30:44 +00:00
|
|
|
style:
|
|
|
|
- font-weight: bold
|
|
|
|
- color: rgb(0, 0, 5)
|
|
|
|
state:
|
2020-02-26 21:41:22 +00:00
|
|
|
- value: "on"
|
2019-07-09 23:30:44 +00:00
|
|
|
color: var(--primary-color)
|
|
|
|
action: toggle
|
|
|
|
toggle:
|
|
|
|
domain: input_boolean
|
|
|
|
action: stream_camera2chromecast
|
|
|
|
|
2019-04-17 22:46:06 +00:00
|
|
|
- type: entities
|
|
|
|
title: Control Panel
|
|
|
|
show_header_toggle: false
|
|
|
|
entities:
|
|
|
|
- input_number.calendar_remind_before_days
|
2019-04-18 02:09:00 +00:00
|
|
|
- input_number.battery_alert_threshold
|
|
|
|
|
2022-11-30 00:50:52 +00:00
|
|
|
- type: entities
|
|
|
|
title: Garage Timers
|
|
|
|
show_header_toggle: false
|
|
|
|
entities:
|
|
|
|
- input_number.garage_lights
|
|
|
|
- input_number.garage_shop_lights
|
|
|
|
|
|
|
|
- type: entities
|
|
|
|
title: Master Suite Timers
|
|
|
|
show_header_toggle: false
|
|
|
|
entities:
|
|
|
|
- input_number.master_bathroom_lights
|
|
|
|
- input_number.master_bathroom_toilet_lights
|
|
|
|
- input_number.master_bathroom_shower_exhaust_timer_duration
|
|
|
|
- input_number.master_bathroom_toilet_exhaust_timer_duration
|
|
|
|
|
|
|
|
- type: entities
|
|
|
|
title: Kids Bathroom Timers
|
|
|
|
show_header_toggle: false
|
|
|
|
entities:
|
|
|
|
- input_number.guest_bathroom_lights
|
|
|
|
- input_number.guest_bathroom_exhaust_timer_duration
|
|
|
|
|
|
|
|
- type: entities
|
|
|
|
title: Kids Bedroom Closet Timers
|
|
|
|
show_header_toggle: false
|
|
|
|
entities:
|
|
|
|
- input_number.srinika_bedroom_closet_lights
|
|
|
|
- input_number.hasika_bedroom_closet_lights
|
|
|
|
|
2019-04-18 02:09:00 +00:00
|
|
|
- type: entities
|
|
|
|
title: Alerts & Notifications
|
|
|
|
show_header_toggle: false
|
|
|
|
entities:
|
|
|
|
- input_boolean.garage_door_notifications
|
|
|
|
- input_boolean.battery_notifications
|
|
|
|
- input_boolean.text_alerts
|
2020-03-14 00:10:10 +00:00
|
|
|
- input_boolean.led_alerts
|
2019-04-18 02:09:00 +00:00
|
|
|
- input_boolean.security_system_alerts
|
|
|
|
- input_boolean.notify_camera_alerts
|
|
|
|
- input_boolean.trash_reminders
|
2020-02-26 21:41:22 +00:00
|
|
|
- automation.family_room_motion_timer
|
|
|
|
- automation.family_room_timer_elapsed
|
2019-04-17 22:46:06 +00:00
|
|
|
|
|
|
|
- type: entities
|
|
|
|
title: Bed & Wakeup Times
|
|
|
|
show_header_toggle: false
|
|
|
|
entities:
|
|
|
|
- input_datetime.autumn_bed_time
|
|
|
|
- input_datetime.autumn_wakeup_time
|
|
|
|
- input_datetime.spring_bed_time
|
|
|
|
- input_datetime.spring_wakeup_time
|
|
|
|
- input_datetime.summer_bed_time
|
|
|
|
- input_datetime.summer_wakeup_time
|
|
|
|
- input_datetime.winter_bed_time
|
|
|
|
- input_datetime.winter_wakeup_time
|