mysmarthome/lovelace/09_settings_view.yaml

287 lines
8.1 KiB
YAML
Raw Normal View History

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:
- 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
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
- type: button
2019-04-17 22:46:06 +00:00
name: Do Not Disturb
entity: input_boolean.do_not_disturb
icon: mdi:minus-circle
2019-04-17 22:46:06 +00:00
color_type: card
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
- 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
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
- 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
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:
- 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
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
- 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
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
- 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
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
- type: button
2022-12-04 17:38:48 +00:00
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
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:
- 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
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
- 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
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:
- 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
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
- type: entities
title: Garage Timers
show_header_toggle: false
2022-12-04 17:38:48 +00:00
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
2022-12-04 17:38:48 +00:00
title: Notifications
show_header_toggle: false
entities:
- input_boolean.telegram_notifications
- input_boolean.led_notifications
- input_boolean.voice_notifications
- input_boolean.email_notifications
- input_boolean.firetv_notifications
- type: entities
title: Alerts
2019-04-18 02:09:00 +00:00
show_header_toggle: false
entities:
- input_boolean.garage_door_notifications
2022-12-04 17:38:48 +00:00
- input_boolean.battery_alerts
- input_boolean.zone_alerts
2019-04-18 02:09:00 +00:00
- input_boolean.security_system_alerts
2022-12-04 17:38:48 +00:00
- input_boolean.camera_alerts
- input_boolean.zone_alerts
- input_boolean.trash_alerts
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