Got bored and added icons to a bunch of stuff...lol
This commit is contained in:
@ -1,15 +1,21 @@
|
|||||||
kallen_school:
|
kallen_school:
|
||||||
name: Kallen at School
|
name: Kallen at School
|
||||||
|
icon: mdi:school
|
||||||
good_morning_report:
|
good_morning_report:
|
||||||
name: Good Morning Report
|
name: Good Morning Report
|
||||||
|
icon: mdi:home-analytics
|
||||||
weather_reports:
|
weather_reports:
|
||||||
name: Weather Info
|
name: Weather Info
|
||||||
|
icon: mdi:weather-cloudy-alert
|
||||||
traffic_reports:
|
traffic_reports:
|
||||||
name: Traffic Reports
|
name: Traffic Reports
|
||||||
|
icon: mdi:traffic-light
|
||||||
sun_reports:
|
sun_reports:
|
||||||
name: Sun Reports
|
name: Sun Reports
|
||||||
|
icon: mdi:weather-sunny-alert
|
||||||
shuffle_spotify:
|
shuffle_spotify:
|
||||||
name: Spotify Shuffle
|
name: Spotify Shuffle
|
||||||
|
icon: mdi:spotify
|
||||||
tornado_watch:
|
tornado_watch:
|
||||||
name: Tornado Watch
|
name: Tornado Watch
|
||||||
icon: mdi:message-alert
|
icon: mdi:message-alert
|
||||||
@ -18,6 +24,7 @@ vacation_mode:
|
|||||||
icon: mdi:umbrella-beach
|
icon: mdi:umbrella-beach
|
||||||
living_room_entertainment_mode:
|
living_room_entertainment_mode:
|
||||||
name: Living Room Entertainment Mode
|
name: Living Room Entertainment Mode
|
||||||
|
icon: mdi:party-popper
|
||||||
front_porch_light_on:
|
front_porch_light_on:
|
||||||
name: Front Porch Light On
|
name: Front Porch Light On
|
||||||
icon: hue:room-outdoors
|
icon: hue:room-outdoors
|
||||||
|
@ -2,3 +2,4 @@ announcement_delay:
|
|||||||
name: Announcement Delay
|
name: Announcement Delay
|
||||||
has_date: false
|
has_date: false
|
||||||
has_time: true
|
has_time: true
|
||||||
|
icon: mdi:clock-edit
|
@ -7,30 +7,37 @@ input_datetime:
|
|||||||
name: Morning Report
|
name: Morning Report
|
||||||
has_date: false
|
has_date: false
|
||||||
has_time: true
|
has_time: true
|
||||||
|
icon: mdi:home-analytics
|
||||||
nightly_report:
|
nightly_report:
|
||||||
name: Nightly Report
|
name: Nightly Report
|
||||||
has_date: false
|
has_date: false
|
||||||
has_time: true
|
has_time: true
|
||||||
|
icon: mdi:home-analytics
|
||||||
daily_report:
|
daily_report:
|
||||||
name: Daily Report
|
name: Daily Report
|
||||||
has_date: false
|
has_date: false
|
||||||
has_time: true
|
has_time: true
|
||||||
|
icon: mdi:home-analytics
|
||||||
kallen_morning_briefing:
|
kallen_morning_briefing:
|
||||||
name: Kallen Morning Briefing
|
name: Kallen Morning Briefing
|
||||||
has_date: false
|
has_date: false
|
||||||
has_time: true
|
has_time: true
|
||||||
|
icon: mdi:weather-sunset-up
|
||||||
kallen_nightly_briefing:
|
kallen_nightly_briefing:
|
||||||
name: Kallen Nightly Briefing
|
name: Kallen Nightly Briefing
|
||||||
has_date: false
|
has_date: false
|
||||||
has_time: true
|
has_time: true
|
||||||
|
icon: mdi:weather-night
|
||||||
audible_notification_on:
|
audible_notification_on:
|
||||||
name: Audible Notifications On
|
name: Audible Notifications On
|
||||||
has_date: false
|
has_date: false
|
||||||
has_time: true
|
has_time: true
|
||||||
|
icon: mdi:volume-high
|
||||||
audible_notification_off:
|
audible_notification_off:
|
||||||
name: Audible Notifications Off
|
name: Audible Notifications Off
|
||||||
has_date: false
|
has_date: false
|
||||||
has_time: true
|
has_time: true
|
||||||
|
icon: mdi:volume-off
|
||||||
|
|
||||||
################################
|
################################
|
||||||
# Announcment Automation - fires at the time of the above input_datetimes
|
# Announcment Automation - fires at the time of the above input_datetimes
|
||||||
|
@ -17,38 +17,47 @@ input_datetime:
|
|||||||
name: First Day of School
|
name: First Day of School
|
||||||
has_date: true
|
has_date: true
|
||||||
has_time: false
|
has_time: false
|
||||||
|
icon: mdi:calendar
|
||||||
school_last_day:
|
school_last_day:
|
||||||
name: Last Day of School
|
name: Last Day of School
|
||||||
has_date: true
|
has_date: true
|
||||||
has_time: false
|
has_time: false
|
||||||
|
icon: mdi:calendar
|
||||||
school_day_start:
|
school_day_start:
|
||||||
name: School Day Start
|
name: School Day Start
|
||||||
has_date: false
|
has_date: false
|
||||||
has_time: true
|
has_time: true
|
||||||
|
icon: mdi:clock-start
|
||||||
school_day_end:
|
school_day_end:
|
||||||
name: School Day End
|
name: School Day End
|
||||||
has_date: false
|
has_date: false
|
||||||
has_time: true
|
has_time: true
|
||||||
|
icon: mdi:clock-end
|
||||||
thanksgiving_break_start:
|
thanksgiving_break_start:
|
||||||
name: Thanksgiving Break
|
name: Thanksgiving Break
|
||||||
has_date: true
|
has_date: true
|
||||||
has_time: false
|
has_time: false
|
||||||
|
icon: mdi:calendar-start
|
||||||
christmas_break_start:
|
christmas_break_start:
|
||||||
name: Christmas Break
|
name: Christmas Break
|
||||||
has_date: true
|
has_date: true
|
||||||
has_time: false
|
has_time: false
|
||||||
|
icon: mdi:calendar-start
|
||||||
spring_break_start:
|
spring_break_start:
|
||||||
name: Spring Break
|
name: Spring Break
|
||||||
has_date: true
|
has_date: true
|
||||||
has_time: false
|
has_time: false
|
||||||
|
icon: mdi:calendar-start
|
||||||
school_day_start_reminder:
|
school_day_start_reminder:
|
||||||
name: School Day Start Reminder
|
name: School Day Start Reminder
|
||||||
has_date: false
|
has_date: false
|
||||||
has_time: true
|
has_time: true
|
||||||
|
icon: mdi:clock-alert
|
||||||
school_day_end_reminder:
|
school_day_end_reminder:
|
||||||
name: School Day End Reminder
|
name: School Day End Reminder
|
||||||
has_date: false
|
has_date: false
|
||||||
has_time: true
|
has_time: true
|
||||||
|
icon: mdi:clock-alert
|
||||||
tina_workday_start:
|
tina_workday_start:
|
||||||
name: Tina Workday Start
|
name: Tina Workday Start
|
||||||
has_date: false
|
has_date: false
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
input_boolean:
|
input_boolean:
|
||||||
house_party_protocol_switch:
|
house_party_protocol_switch:
|
||||||
name: House Party Switch
|
name: House Party Switch
|
||||||
|
icon: mdi:party-popper
|
||||||
|
|
||||||
# automation:
|
# automation:
|
||||||
# - id: house_party_protocol_on
|
# - id: house_party_protocol_on
|
||||||
|
@ -67,10 +67,15 @@ input_boolean:
|
|||||||
presence_notifications_tina:
|
presence_notifications_tina:
|
||||||
name: Send Tina Presence Texts
|
name: Send Tina Presence Texts
|
||||||
icon: mdi:message
|
icon: mdi:message
|
||||||
|
trash_notification:
|
||||||
|
name: Trash Notification
|
||||||
|
icon: mdi:delete
|
||||||
welcome_home:
|
welcome_home:
|
||||||
name: Welcome Home
|
name: Welcome Home
|
||||||
|
icon: mdi:human-greeting
|
||||||
debug_texts:
|
debug_texts:
|
||||||
name: Debug Texts
|
name: Debug Texts
|
||||||
|
icon: mdi:debug-step-over
|
||||||
|
|
||||||
# Amazon Polly Sensors to see last message and location of audible notification
|
# Amazon Polly Sensors to see last message and location of audible notification
|
||||||
mqtt:
|
mqtt:
|
||||||
|
@ -3,14 +3,17 @@ input_datetime:
|
|||||||
name: Tony Last Seen
|
name: Tony Last Seen
|
||||||
has_date: true
|
has_date: true
|
||||||
has_time: true
|
has_time: true
|
||||||
|
icon: mdi:binoculars
|
||||||
last_time_home_tina:
|
last_time_home_tina:
|
||||||
name: Tina Last Seen
|
name: Tina Last Seen
|
||||||
has_date: true
|
has_date: true
|
||||||
has_time: true
|
has_time: true
|
||||||
|
icon: mdi:binoculars
|
||||||
last_time_home_kallen:
|
last_time_home_kallen:
|
||||||
name: Kallen Last Seen
|
name: Kallen Last Seen
|
||||||
has_date: true
|
has_date: true
|
||||||
has_time: true
|
has_time: true
|
||||||
|
icon: mdi:binoculars
|
||||||
|
|
||||||
proximity:
|
proximity:
|
||||||
home_tony:
|
home_tony:
|
||||||
@ -38,6 +41,7 @@ sensor:
|
|||||||
sensors:
|
sensors:
|
||||||
tony_location:
|
tony_location:
|
||||||
friendly_name: "Tony"
|
friendly_name: "Tony"
|
||||||
|
icon: mdi:map-marker
|
||||||
unit_of_measurement: ""
|
unit_of_measurement: ""
|
||||||
value_template: >-
|
value_template: >-
|
||||||
{% set person = states.person.tony_stork.state %}
|
{% set person = states.person.tony_stork.state %}
|
||||||
@ -54,6 +58,7 @@ sensor:
|
|||||||
sensors:
|
sensors:
|
||||||
tina_location:
|
tina_location:
|
||||||
friendly_name: "Tina"
|
friendly_name: "Tina"
|
||||||
|
icon: mdi:map-marker
|
||||||
unit_of_measurement: ""
|
unit_of_measurement: ""
|
||||||
value_template: >-
|
value_template: >-
|
||||||
{% set person = states.person.christina_stork.state %}
|
{% set person = states.person.christina_stork.state %}
|
||||||
@ -72,6 +77,7 @@ sensor:
|
|||||||
sensors:
|
sensors:
|
||||||
kallen_location:
|
kallen_location:
|
||||||
friendly_name: "Kallen"
|
friendly_name: "Kallen"
|
||||||
|
icon: mdi:map-marker
|
||||||
unit_of_measurement: ""
|
unit_of_measurement: ""
|
||||||
value_template: >-
|
value_template: >-
|
||||||
{% if is_state('input_boolean.kallen_school', 'on') %}
|
{% if is_state('input_boolean.kallen_school', 'on') %}
|
||||||
|
@ -3,18 +3,22 @@ input_datetime:
|
|||||||
name: Good Morning
|
name: Good Morning
|
||||||
has_date: false
|
has_date: false
|
||||||
has_time: true
|
has_time: true
|
||||||
|
icon: mdi:weather-sunset-up
|
||||||
good_night_routine:
|
good_night_routine:
|
||||||
name: Good Night Routine
|
name: Good Night Routine
|
||||||
has_date: false
|
has_date: false
|
||||||
has_time: true
|
has_time: true
|
||||||
|
icon: mdi:weather-night
|
||||||
kallen_bedtime:
|
kallen_bedtime:
|
||||||
name: Kallen Bedtime
|
name: Kallen Bedtime
|
||||||
has_date: false
|
has_date: false
|
||||||
has_time: true
|
has_time: true
|
||||||
|
icon: mdi:weather-night
|
||||||
kallen_wakeup_time:
|
kallen_wakeup_time:
|
||||||
name: Kallen Wake-up Time
|
name: Kallen Wake-up Time
|
||||||
has_date: false
|
has_date: false
|
||||||
has_time: true
|
has_time: true
|
||||||
|
icon: mdi:bell-alert
|
||||||
master_bedroom_cooling:
|
master_bedroom_cooling:
|
||||||
name: Master Bedroom Cooling
|
name: Master Bedroom Cooling
|
||||||
has_date: false
|
has_date: false
|
||||||
|
@ -20,6 +20,7 @@
|
|||||||
sensors:
|
sensors:
|
||||||
basement_tv_current_app:
|
basement_tv_current_app:
|
||||||
friendly_name: 'Basement TV Current App'
|
friendly_name: 'Basement TV Current App'
|
||||||
|
icon: mdi:television-play
|
||||||
value_template: >-
|
value_template: >-
|
||||||
{% if is_state('media_player.basement_tv','off') %}
|
{% if is_state('media_player.basement_tv','off') %}
|
||||||
Off
|
Off
|
||||||
@ -28,6 +29,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
living_room_tv_current_app:
|
living_room_tv_current_app:
|
||||||
friendly_name: 'Living Room TV Current App'
|
friendly_name: 'Living Room TV Current App'
|
||||||
|
icon: mdi:television-play
|
||||||
value_template: >-
|
value_template: >-
|
||||||
{% if is_state('media_player.living_room_tv','off') %}
|
{% if is_state('media_player.living_room_tv','off') %}
|
||||||
Off
|
Off
|
||||||
@ -36,6 +38,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
master_bedroom_tv_current_app:
|
master_bedroom_tv_current_app:
|
||||||
friendly_name: 'Master Bedroom TV Current App'
|
friendly_name: 'Master Bedroom TV Current App'
|
||||||
|
icon: mdi:television-play
|
||||||
value_template: >-
|
value_template: >-
|
||||||
{% if is_state('media_player.master_bedroom_firetv','off') %}
|
{% if is_state('media_player.master_bedroom_firetv','off') %}
|
||||||
Off
|
Off
|
||||||
|
@ -42,6 +42,7 @@
|
|||||||
{{ states | selectattr('state', 'eq', 'unavailable') | map(attribute='entity_id') | list | count }}
|
{{ states | selectattr('state', 'eq', 'unavailable') | map(attribute='entity_id') | list | count }}
|
||||||
current_lights_on:
|
current_lights_on:
|
||||||
friendly_name: Current Lights On
|
friendly_name: Current Lights On
|
||||||
|
icon: mdi:lamps
|
||||||
unit_of_measurement: 'on'
|
unit_of_measurement: 'on'
|
||||||
value_template: >-
|
value_template: >-
|
||||||
{% set lights = [
|
{% set lights = [
|
||||||
@ -71,6 +72,7 @@
|
|||||||
{{ lights | selectattr('state','eq','on') | list | count }}
|
{{ lights | selectattr('state','eq','on') | list | count }}
|
||||||
first_floor_lights_on:
|
first_floor_lights_on:
|
||||||
friendly_name: First Floor Lights On
|
friendly_name: First Floor Lights On
|
||||||
|
icon: mdi:lamps
|
||||||
unit_of_measurement: 'on'
|
unit_of_measurement: 'on'
|
||||||
value_template: >-
|
value_template: >-
|
||||||
{% set lights = [
|
{% set lights = [
|
||||||
@ -87,6 +89,7 @@
|
|||||||
{{ lights | selectattr('state','eq','on') | list | count }}
|
{{ lights | selectattr('state','eq','on') | list | count }}
|
||||||
second_floor_lights_on:
|
second_floor_lights_on:
|
||||||
friendly_name: Second Floor Lights On
|
friendly_name: Second Floor Lights On
|
||||||
|
icon: mdi:lamps
|
||||||
unit_of_measurement: 'on'
|
unit_of_measurement: 'on'
|
||||||
value_template: >-
|
value_template: >-
|
||||||
{% set lights = [
|
{% set lights = [
|
||||||
@ -103,6 +106,7 @@
|
|||||||
{{ lights | selectattr('state','eq','on') | list | count }}
|
{{ lights | selectattr('state','eq','on') | list | count }}
|
||||||
basement_lights_on:
|
basement_lights_on:
|
||||||
friendly_name: Basement Lights On
|
friendly_name: Basement Lights On
|
||||||
|
icon: mdi:lamps
|
||||||
unit_of_measurement: 'on'
|
unit_of_measurement: 'on'
|
||||||
value_template: >-
|
value_template: >-
|
||||||
{% set lights = [
|
{% set lights = [
|
||||||
@ -114,6 +118,7 @@
|
|||||||
{{ lights | selectattr('state','eq','on') | list | count }}
|
{{ lights | selectattr('state','eq','on') | list | count }}
|
||||||
current_fans_on:
|
current_fans_on:
|
||||||
friendly_name: Current Fans On
|
friendly_name: Current Fans On
|
||||||
|
icon: mdi:fan
|
||||||
unit_of_measurement: 'on'
|
unit_of_measurement: 'on'
|
||||||
value_template: >-
|
value_template: >-
|
||||||
{% set fans = [
|
{% set fans = [
|
||||||
@ -125,6 +130,7 @@
|
|||||||
{{ fans | selectattr('state','eq','on') | list | count }}
|
{{ fans | selectattr('state','eq','on') | list | count }}
|
||||||
current_outdoor_lights_on:
|
current_outdoor_lights_on:
|
||||||
friendly_name: Current Outdoor Lights On
|
friendly_name: Current Outdoor Lights On
|
||||||
|
icon: mdi:outdoor-lamp
|
||||||
unit_of_measurement: 'on'
|
unit_of_measurement: 'on'
|
||||||
value_template: >-
|
value_template: >-
|
||||||
{% set lights = [
|
{% set lights = [
|
||||||
@ -133,6 +139,7 @@
|
|||||||
{{ lights | selectattr('state','eq','on') | list | count }}
|
{{ lights | selectattr('state','eq','on') | list | count }}
|
||||||
front_porch_color_temp:
|
front_porch_color_temp:
|
||||||
friendly_name: Front Porch Color Temp
|
friendly_name: Front Porch Color Temp
|
||||||
|
icon: mdi:palette
|
||||||
unit_of_measurement: 'mireds'
|
unit_of_measurement: 'mireds'
|
||||||
value_template: >
|
value_template: >
|
||||||
{% if is_state('light.front_porch_light','off') %}
|
{% if is_state('light.front_porch_light','off') %}
|
||||||
@ -146,6 +153,7 @@
|
|||||||
|
|
||||||
- platform: history_stats
|
- platform: history_stats
|
||||||
name: Basement TV Time
|
name: Basement TV Time
|
||||||
|
icon: mdi:chart-timeline-variant-shimmer
|
||||||
entity_id: media_player.basement_tv
|
entity_id: media_player.basement_tv
|
||||||
state: 'playing'
|
state: 'playing'
|
||||||
type: time
|
type: time
|
||||||
@ -154,6 +162,7 @@
|
|||||||
hours: 24
|
hours: 24
|
||||||
- platform: history_stats
|
- platform: history_stats
|
||||||
name: Basement TV Chromecast Time
|
name: Basement TV Chromecast Time
|
||||||
|
icon: mdi:chart-timeline-variant-shimmer
|
||||||
entity_id: media_player.basement_tv_chromecast
|
entity_id: media_player.basement_tv_chromecast
|
||||||
state: 'playing'
|
state: 'playing'
|
||||||
type: time
|
type: time
|
||||||
@ -162,6 +171,7 @@
|
|||||||
hours: 24
|
hours: 24
|
||||||
- platform: history_stats
|
- platform: history_stats
|
||||||
name: Living Room TV Time
|
name: Living Room TV Time
|
||||||
|
icon: mdi:chart-timeline-variant-shimmer
|
||||||
entity_id: media_player.living_room_tv
|
entity_id: media_player.living_room_tv
|
||||||
state: 'playing'
|
state: 'playing'
|
||||||
type: time
|
type: time
|
||||||
@ -170,6 +180,7 @@
|
|||||||
hours: 24
|
hours: 24
|
||||||
- platform: history_stats
|
- platform: history_stats
|
||||||
name: Living Room TV Chromecast Time
|
name: Living Room TV Chromecast Time
|
||||||
|
icon: mdi:chart-timeline-variant-shimmer
|
||||||
entity_id: media_player.living_room_tv_chromecast
|
entity_id: media_player.living_room_tv_chromecast
|
||||||
state: 'playing'
|
state: 'playing'
|
||||||
type: time
|
type: time
|
||||||
@ -178,6 +189,7 @@
|
|||||||
hours: 24
|
hours: 24
|
||||||
- platform: history_stats
|
- platform: history_stats
|
||||||
name: Master Bedroom TV Time
|
name: Master Bedroom TV Time
|
||||||
|
icon: mdi:chart-timeline-variant-shimmer
|
||||||
entity_id: media_player.master_bedroom_firetv
|
entity_id: media_player.master_bedroom_firetv
|
||||||
state: 'playing'
|
state: 'playing'
|
||||||
type: time
|
type: time
|
||||||
@ -186,6 +198,7 @@
|
|||||||
hours: 24
|
hours: 24
|
||||||
- platform: history_stats
|
- platform: history_stats
|
||||||
name: Living Room Xbox One Time
|
name: Living Room Xbox One Time
|
||||||
|
icon: mdi:chart-timeline-variant-shimmer
|
||||||
entity_id: media_player.xboxone
|
entity_id: media_player.xboxone
|
||||||
state: 'playing'
|
state: 'playing'
|
||||||
type: time
|
type: time
|
||||||
@ -194,6 +207,7 @@
|
|||||||
hours: 24
|
hours: 24
|
||||||
- platform: history_stats
|
- platform: history_stats
|
||||||
name: Outside Lights
|
name: Outside Lights
|
||||||
|
icon: mdi:chart-timeline-variant-shimmer
|
||||||
entity_id: light.outside_lights
|
entity_id: light.outside_lights
|
||||||
state: 'on'
|
state: 'on'
|
||||||
type: time
|
type: time
|
||||||
|
Reference in New Issue
Block a user