2019-10-08 00:29:29 +00:00
###############################################################################
# @author : Jeffrey Stone
# @date : 02/19/2019
# @package : Events
# @description : Special Events.
###############################################################################
2020-04-10 17:40:27 +00:00
input_boolean :
rex_manning_audio :
name : Rex Manning audio
icon : mdi:speaker-wireless
2020-08-22 03:47:31 +00:00
blackout_time :
name : Blackout Time
icon : mdi:closed-octagon
2020-04-10 17:40:27 +00:00
2020-06-07 23:32:41 +00:00
input_datetime :
school_first_day :
name : First Day of School
has_date : true
has_time : false
2020-08-22 03:47:31 +00:00
initial : '2020-08-12'
2020-06-07 23:32:41 +00:00
school_last_day :
name : Last Day of School
has_date : true
has_time : false
initial : '2021-05-26'
school_day_start :
name : School Day Start
has_date : false
has_time : true
initial : '07:45:00'
school_day_end :
name : School Day End
has_date : false
has_time : true
initial : '14:45:00'
2020-08-22 03:47:31 +00:00
blackout_time_start :
name : Blackout Time Start
has_date : false
has_time : true
initial : '12:00:00'
blackout_time_end :
name : Blackout Time End
has_date : false
has_time : true
initial : '16:00:00'
2020-06-07 23:32:41 +00:00
2020-06-12 20:02:42 +00:00
input_number :
skylar_ps_time :
name : Skylar PS Time
initial : 120
min : 0
max : 360
step : 15
icon : mdi:clock
skylar_yt_time :
name : Skylar YT Time
initial : 60
min : 0
max : 360
step : 15
icon : mdi:youtube
skylar_tv_time :
name : Skylar TV Time
initial : 120
min : 0
max : 360
step : 15
icon : mdi:television-box
input_select :
skylar_activity :
name : Skylar Activity
options :
- Restricted
- Limited
- Full
initial : Full
icon : mdi:human
2020-06-07 23:32:41 +00:00
sensor :
- platform : template
sensors :
school_start_days2go :
value_template : '{{ (((states.input_datetime.school_first_day.attributes.timestamp)-as_timestamp(now())) | int /60/1440) | round(0) }}'
unit_of_measurement : 'Days'
entity_id : input_datetime.school_first_day,sensor.time
school_end_days2go :
value_template : '{{ (((states.input_datetime.school_last_day.attributes.timestamp)-as_timestamp(now())) | int /60/1440) | round(0) }}'
unit_of_measurement : 'Days'
entity_id : input_datetime.school_last_day,sensor.time
2019-10-08 00:29:29 +00:00
automation :
- id : refresh_special_event_sensors
alias : Refresh special event sensors
initial_state : true
trigger :
- platform : time
at : '00:00:01'
- platform : homeassistant
event : start
action :
- service : python_script.special_events
data :
name : Skylar
type : birthday
date : !secret skylar_bday
- service : python_script.special_events
data :
name : Jeff
type : birthday
date : !secret jeff_bday
- service : python_script.special_events
data :
name : Kat
type : birthday
date : !secret kat_bday
- service : python_script.special_events
data :
name : Our wedding
type : anniversary
date : !secret wed_anniversary
- service : python_script.special_events
data :
name : Disney
type : trip
date : !secret disney_trip
2020-04-10 17:40:27 +00:00
- id : rex_manning_audio
alias : Rex Manning Day Audio
initial_state : true
trigger :
- platform : time
at : '14:00:00'
condition :
- condition : state
entity_id : calendar.anchorage_holidays
state : "on"
- condition : template
value_template : >
{%- set event=states.calendar.anchorage_holidays.attributes.message %}
{%- if event == 'Rex Manning Day' %}
true
{%- endif -%}
action :
- service : script.turn_on
entity_id : script.rex_manning_audio
- delay :
seconds : 40
- service : script.turn_off
entity_id : script.rex_manning_audio
- service : media_player.media_stop
entity_id : media_player.ha_speaker
2020-04-14 02:17:51 +00:00
2020-04-30 01:37:39 +00:00
- id : new_ha_notification
alias : New HA Notification
initial_state : true
trigger :
- platform : state
entity_id : binary_sensor.updater
from : 'off'
to : 'on'
action :
- service : script.twitter_new_ha
# - service: ifttt.trigger
# data_template: {"event":"GitPost", "value1":"Home Assistant {{ states.binary_sensor.updater.attributes.newest_version }} is now available.", "value2":"{{ states.binary_sensor.updater.attributes.newest_version }}"}
- service : rest_command.new_version_github_issue
data_template :
version : "{{ states.binary_sensor.updater.attributes.newest_version }}"
2020-08-22 03:47:31 +00:00
- id : blackout_time_start
initial_state : true
alias : Blackout time Start
trigger :
platform : template
value_template : "{{ states('sensor.time') == (state_attr('input_datetime.blackout_time_start', 'timestamp') | int | timestamp_custom('%H:%M', False)) }}"
condition :
condition : template
value_template : '{{ states.calendar.skylar_school.state == "Off" }}'
action :
- service : script.ah_report
data :
call_interuption : 1
speech_message : "Blackout time has started."
- service : input_boolean.turn_on
entity_id : input_boolean.blackout_time
2020-04-30 01:37:39 +00:00
2020-08-22 03:47:31 +00:00
- id : blackout_time_end
initial_state : true
alias : Blackout time End
trigger :
platform : template
value_template : "{{ states('sensor.time') == (state_attr('input_datetime.blackout_time_end', 'timestamp') | int | timestamp_custom('%H:%M', False)) }}"
condition :
condition : state
entity_id : input_boolean.blackout_time
state : 'on'
action :
- service : script.ah_report
data :
call_interuption : 1
speech_message : "Blackout time has ended"
- service : input_boolean.turn_off
entity_id : input_boolean.blackout_time
2020-06-12 20:02:42 +00:00
2020-08-22 03:47:31 +00:00
- id : digital_learning_start
alias : Digital Learning Start
initial_state : true
trigger :
- platform : state
entity_id : calendar.skylar_school
to : 'on'
action :
- service : scene.turn_on
entity_id : scene.skylar_desk_on
- service : script.turn_on
entity_id : script.digital_learning_notification
- id : digital_learning_end
alias : Digital Learning End
initial_state : true
trigger :
- platform : state
entity_id : calendar.skylar_school
to : 'off'
action :
- service : scene.turn_on
entity_id : scene.skylar_desk_off
- service : input_boolean.turn_on
entity_id : input_boolean.audible_notifications
2020-06-12 20:02:42 +00:00
# - id: set_skylar_activity_limited
# alias: Skylar Limited Privileges
# initial_state: true
# trigger:
# - platform: state
# entity_id: input_select.skylar_activity
# to: 'Limited'
# action:
# - service: scene.turn_on
# entity_id: scene.skylar_limited
# - id: set_skylar_activity_restricted
# alias: Skylar Restricted Privileges
# initial_state: true
# trigger:
# - platform: state
# entity_id: input_select.skylar_activity
# to: 'Restricted'
# action:
# - service: scene.turn_on
# entity_id: scene.skylar_restricted
2020-04-30 01:37:39 +00:00
2020-04-10 17:40:27 +00:00
script :
rex_manning_audio :
sequence :
- condition : state
entity_id : input_boolean.audible_notifications
state : 'on'
- condition : state
entity_id : sensor.family_status
state : Home
- service : media_player.turn_on
entity_id : media_player.ha_speaker
- service : media_player.volume_set
data_template :
entity_id : media_player.ha_speaker
volume_level : .4
- service : media_player.play_media
entity_id : media_player.ha_speaker
data :
media_content_id : http://192.168.7.40/audio/Rex_Manning_-_Say_No_More_Mon_Amour.mp3
2020-04-30 01:37:39 +00:00
media_content_type : "music"
2020-08-22 03:47:31 +00:00
digital_learning_notification :
sequence :
- condition : state
entity_id : sensor.family_status
state : Home
- service : script.ah_report
data :
speech_message : "Skylar, digital learning will begin in about thirty minutes. I have turned on the lighting around your desk. I will be disabling audible notifications during school hours."
- delay :
minutes : 5
- service : input_boolean.turn_off
entity_id : input_boolean.audible_notifications
2020-04-30 01:37:39 +00:00
rest_command :
new_version_github_issue :
url : https://api.github.com/repos/thejeffreystone/home-assistant-configuration/issues
method : POST
headers :
2020-05-02 00:48:19 +00:00
Authorization : !secret github_issue_token
2020-04-30 01:37:39 +00:00
payload : '{"title":"Home-Assistant {{ version }} available","body":"Home-Assistant {{ version }} is now available"}'