Got bored and added icons to a bunch of stuff...lol
This commit is contained in:
@ -7,30 +7,37 @@ input_datetime:
|
||||
name: Morning Report
|
||||
has_date: false
|
||||
has_time: true
|
||||
icon: mdi:home-analytics
|
||||
nightly_report:
|
||||
name: Nightly Report
|
||||
has_date: false
|
||||
has_time: true
|
||||
icon: mdi:home-analytics
|
||||
daily_report:
|
||||
name: Daily Report
|
||||
has_date: false
|
||||
has_time: true
|
||||
icon: mdi:home-analytics
|
||||
kallen_morning_briefing:
|
||||
name: Kallen Morning Briefing
|
||||
has_date: false
|
||||
has_time: true
|
||||
icon: mdi:weather-sunset-up
|
||||
kallen_nightly_briefing:
|
||||
name: Kallen Nightly Briefing
|
||||
has_date: false
|
||||
has_time: true
|
||||
icon: mdi:weather-night
|
||||
audible_notification_on:
|
||||
name: Audible Notifications On
|
||||
has_date: false
|
||||
has_time: true
|
||||
icon: mdi:volume-high
|
||||
audible_notification_off:
|
||||
name: Audible Notifications Off
|
||||
has_date: false
|
||||
has_time: true
|
||||
icon: mdi:volume-off
|
||||
|
||||
################################
|
||||
# Announcment Automation - fires at the time of the above input_datetimes
|
||||
|
@ -17,38 +17,47 @@ input_datetime:
|
||||
name: First Day of School
|
||||
has_date: true
|
||||
has_time: false
|
||||
icon: mdi:calendar
|
||||
school_last_day:
|
||||
name: Last Day of School
|
||||
has_date: true
|
||||
has_time: false
|
||||
icon: mdi:calendar
|
||||
school_day_start:
|
||||
name: School Day Start
|
||||
has_date: false
|
||||
has_time: true
|
||||
icon: mdi:clock-start
|
||||
school_day_end:
|
||||
name: School Day End
|
||||
has_date: false
|
||||
has_time: true
|
||||
icon: mdi:clock-end
|
||||
thanksgiving_break_start:
|
||||
name: Thanksgiving Break
|
||||
has_date: true
|
||||
has_time: false
|
||||
icon: mdi:calendar-start
|
||||
christmas_break_start:
|
||||
name: Christmas Break
|
||||
has_date: true
|
||||
has_time: false
|
||||
icon: mdi:calendar-start
|
||||
spring_break_start:
|
||||
name: Spring Break
|
||||
has_date: true
|
||||
has_time: false
|
||||
icon: mdi:calendar-start
|
||||
school_day_start_reminder:
|
||||
name: School Day Start Reminder
|
||||
has_date: false
|
||||
has_time: true
|
||||
icon: mdi:clock-alert
|
||||
school_day_end_reminder:
|
||||
name: School Day End Reminder
|
||||
has_date: false
|
||||
has_time: true
|
||||
icon: mdi:clock-alert
|
||||
tina_workday_start:
|
||||
name: Tina Workday Start
|
||||
has_date: false
|
||||
|
@ -10,6 +10,7 @@
|
||||
input_boolean:
|
||||
house_party_protocol_switch:
|
||||
name: House Party Switch
|
||||
icon: mdi:party-popper
|
||||
|
||||
# automation:
|
||||
# - id: house_party_protocol_on
|
||||
|
@ -67,10 +67,15 @@ input_boolean:
|
||||
presence_notifications_tina:
|
||||
name: Send Tina Presence Texts
|
||||
icon: mdi:message
|
||||
trash_notification:
|
||||
name: Trash Notification
|
||||
icon: mdi:delete
|
||||
welcome_home:
|
||||
name: Welcome Home
|
||||
icon: mdi:human-greeting
|
||||
debug_texts:
|
||||
name: Debug Texts
|
||||
icon: mdi:debug-step-over
|
||||
|
||||
# Amazon Polly Sensors to see last message and location of audible notification
|
||||
mqtt:
|
||||
|
@ -3,14 +3,17 @@ input_datetime:
|
||||
name: Tony Last Seen
|
||||
has_date: true
|
||||
has_time: true
|
||||
icon: mdi:binoculars
|
||||
last_time_home_tina:
|
||||
name: Tina Last Seen
|
||||
has_date: true
|
||||
has_time: true
|
||||
icon: mdi:binoculars
|
||||
last_time_home_kallen:
|
||||
name: Kallen Last Seen
|
||||
has_date: true
|
||||
has_time: true
|
||||
icon: mdi:binoculars
|
||||
|
||||
proximity:
|
||||
home_tony:
|
||||
@ -38,6 +41,7 @@ sensor:
|
||||
sensors:
|
||||
tony_location:
|
||||
friendly_name: "Tony"
|
||||
icon: mdi:map-marker
|
||||
unit_of_measurement: ""
|
||||
value_template: >-
|
||||
{% set person = states.person.tony_stork.state %}
|
||||
@ -54,6 +58,7 @@ sensor:
|
||||
sensors:
|
||||
tina_location:
|
||||
friendly_name: "Tina"
|
||||
icon: mdi:map-marker
|
||||
unit_of_measurement: ""
|
||||
value_template: >-
|
||||
{% set person = states.person.christina_stork.state %}
|
||||
@ -72,6 +77,7 @@ sensor:
|
||||
sensors:
|
||||
kallen_location:
|
||||
friendly_name: "Kallen"
|
||||
icon: mdi:map-marker
|
||||
unit_of_measurement: ""
|
||||
value_template: >-
|
||||
{% if is_state('input_boolean.kallen_school', 'on') %}
|
||||
|
@ -3,18 +3,22 @@ input_datetime:
|
||||
name: Good Morning
|
||||
has_date: false
|
||||
has_time: true
|
||||
icon: mdi:weather-sunset-up
|
||||
good_night_routine:
|
||||
name: Good Night Routine
|
||||
has_date: false
|
||||
has_time: true
|
||||
icon: mdi:weather-night
|
||||
kallen_bedtime:
|
||||
name: Kallen Bedtime
|
||||
has_date: false
|
||||
has_time: true
|
||||
icon: mdi:weather-night
|
||||
kallen_wakeup_time:
|
||||
name: Kallen Wake-up Time
|
||||
has_date: false
|
||||
has_time: true
|
||||
icon: mdi:bell-alert
|
||||
master_bedroom_cooling:
|
||||
name: Master Bedroom Cooling
|
||||
has_date: false
|
||||
|
Reference in New Issue
Block a user