Home-AssistantConfig/script
ccostan a825d3cd28 #316 - That was easy. Turns off my Noon Switches if we leave the house via IFTTT. 2018-02-22 12:59:57 -05:00
..
README.md Massive Migration! #292 2018-01-01 19:00:45 -05:00
amp_settings.yaml Updates to the sounds.. I don't want to be bothered when I am in bed. 2018-01-28 17:28:28 -05:00
dog_bark.yaml Massive Migration! #292 2018-01-01 19:00:45 -05:00
emergency.yaml Massive Migration! #292 2018-01-01 19:00:45 -05:00
flash_notify.yaml Massive Migration! #292 2018-01-01 19:00:45 -05:00
front_house_motion.yaml Massive Migration! #292 2018-01-01 19:00:45 -05:00
header.md Release BearStoneHA Facebook Page! 2018-01-11 15:39:24 -05:00
interior_off.yaml #316 - That was easy. Turns off my Noon Switches if we leave the house via IFTTT. 2018-02-22 12:59:57 -05:00
monthly_color_scene.yaml Massive Migration! #292 2018-01-01 19:00:45 -05:00
notify_engine.yaml Massive Migration! #292 2018-01-01 19:00:45 -05:00
skybell_pressed.yaml Massive Migration! #292 2018-01-01 19:00:45 -05:00
speech_engine.yaml Closes #279 - Added in UV Index to Speech. Warnings. 2018-01-08 21:21:53 -05:00
speech_processing.yaml Some minor Updates to ALARM code and sound redirection. 2018-01-29 17:11:33 -05:00
speechcons.yaml.disabled Massive Migration! #292 2018-01-01 19:00:45 -05:00
switch_turn_off_all.yaml Massive Migration! #292 2018-01-01 19:00:45 -05:00
tweet.yaml Giving Up until @dale3h or @skalavala can take a peek at this crazy. 2018-01-12 13:52:50 -05:00

README.md

Build Status Home-Assistant Config by @ccostan

Home Assistant configuration files (YAMLs)

Be sure to my repo so you can keep up to date on the daily progress!

All of my Scripts are in this directory. These scripts can be used over and over by different automations. I try to modulize most of my scripts so that they can be passed variables from different automations and still keep all the settings normailized and centralized.

#Still have questions on my Config? Follow me on twitter : @CCostan

You can also vist my Blog for all of my Home Automation Posts.

Sponsor

Original mapping work by @beed2112 Modified by @CCOSTAN Repo : https://github.com/beed2112/condo This is a map of the script references from my repo. https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/amp_settings.yaml

amp_settings https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/System/door_chime.yaml: - service: script.amp_settings

https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/dog_bark.yaml

dog_bark https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/customize/scripts.yaml:script.dog_bark: https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/dog_bark.yaml: # service: script.dog_bark https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/front_house_motion.yaml: - service: script.dog_bark https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/guard_dog.yaml: - service: script.dog_bark

https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/emergency.yaml

emergency https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/emergency.yaml:# - service: script.emergency https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/nest_protects.yaml: - service: script.emergency https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/Speech/High_Wind_Speed_Check.yaml: - service: script.emergency

https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/flash_notify.yaml

flash_notify https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/customize/scripts.yaml:script.flash_notify: https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/skybell_pressed.yaml: - service: script.flash_notify https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/flash_notify.yaml:# - service: script.flash_notify https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/ifttt_calendar.yaml: - service: script.flash_notify

https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/front_house_motion.yaml

front_house_motion https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/customize/scripts.yaml:script.front_house_motion: https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/front_house_motion.yaml:# - service: script.front_house_motion https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/skybellhd.yaml: - service: script.front_house_motion

https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/interior_off.yaml

interior_off https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/customize/scripts.yaml:script.interior_off: https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/interior_off.yaml:# - service: script.interior_off https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/away.yaml: - service: script.interior_off https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/good_night.yaml: - service: script.interior_off https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/Timed_Triggers/sunrise_turn_off.yaml: - service: script.interior_off

https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/monthly_color_scene.yaml

monthly_color_scene https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/customize/scripts.yaml:script.monthly_color_scene: https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/front_house_motion.yaml: - service: script.monthly_color_scene https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/monthly_color_scene.yaml:# - service: script.monthly_color_scene https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/late_night_outside_helper.yaml: - service: script.monthly_color_scene https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/Timed_Triggers/sunset_turn_on.yaml: - service: script.monthly_color_scene

https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/notify_engine.yaml

notify_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/customize/scripts.yaml:script.notify_engine: https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/notify_engine.yaml: # service: script.notify_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/hasspodcast.yaml: - service: script.notify_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/epson_printer.yaml: - service: script.notify_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/network.yaml: - service: script.notify_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/nest_protects.yaml: - service: script.notify_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/nest_protects.yaml: - service: script.notify_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/battery_levels.yaml: - service: script.notify_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/processmonitor.yaml: - service: script.notify_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/processmonitor.yaml: - service: script.notify_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/processmonitor.yaml: - service: script.notify_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/space.yaml: - service: script.notify_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/space.yaml: - service: script.notify_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/fitbit.yaml: - service: script.notify_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/alarm.yaml: - service: script.notify_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/juicenet.yaml: - service: script.notify_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/juicenet.yaml: - service: script.notify_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/garadget.yaml: - service: script.notify_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/garadget.yaml: - service: script.notify_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/Speech/garadget_Wind_Speed_Check.yaml: - service: script.notify_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/Speech/door_opened.yaml: - service: script.notify_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/Speech/High_Wind_Speed_Check.yaml: - service: script.notify_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/medicine_logger.yaml: - service: script.notify_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/System/update_notification.yaml: - service: script.notify_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/System/bad_logins.yaml: - service: script.notify_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/System/ip_change.yaml: - service: script.notify_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/System/Wink_update_notification.yaml: - service: script.notify_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/Timed_Triggers/startup_notification.yaml: - service: script.notify_engine

https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/skybell_pressed.yaml

skybell_pressed https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/customize/scripts.yaml:script.skybell_pressed: https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/skybell_pressed.yaml:# - service: script.skybell_pressed https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/skybellhd.yaml: - service: script.skybell_pressed

https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/speech_engine.yaml

speech_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/customize/scripts.yaml:script.speech_engine: https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/speech_engine.yaml: # service: script.speech_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/speech_processing.yaml: # service: script.speech_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/skybell_pressed.yaml: - service: script.speech_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/front_house_motion.yaml: - service: script.speech_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/triggers/sleepy_dog.yaml: - service: script.speech_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/network.yaml: - service: script.speech_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/nest_protects.yaml: - service: script.speech_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/alarm.yaml: - service: script.speech_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/juicenet.yaml: - service: script.speech_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/garadget.yaml: - service: script.speech_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/Speech/new_device.yaml: - service: script.speech_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/Speech/garadget_Wind_Speed_Check.yaml: - service: script.speech_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/Speech/garage_closed.yaml: - service: script.speech_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/Speech/responsibilities.yaml: - service: script.speech_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/Speech/announcements.yaml: - service: script.speech_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/Speech/garage_opened.yaml: - service: script.speech_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/Speech/door_opened.yaml: - service: script.speech_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/Speech/High_Wind_Speed_Check.yaml: - service: script.speech_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/Speech/nest.yaml: - service: script.speech_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/Speech/home_stats.yaml: - service: script.speech_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/good_night.yaml: - service: script.speech_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/dark_rainy_day.yaml: - service: script.speech_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/Timed_Triggers/sunset_turn_on.yaml: - service: script.speech_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/Timed_Triggers/sunset_turn_on.yaml: - service: script.speech_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/Timed_Triggers/2200.yaml: - service: script.speech_engine

https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/speech_processing.yaml

speech_processing https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/customize/scripts.yaml:script.speech_processing: https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/speech_engine.yaml: - service: script.speech_processing

https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/switch_turn_off_all.yaml

switch_turn_off_all https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/customize/scripts.yaml:script.switch_turn_off_all: https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/interior_off.yaml: - service: script.switch_turn_off_all https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/switch_turn_off_all.yaml:# - service: script.switch_turn_off_all

https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/script/tweet.yaml

tweet_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/logger.yaml: - service: script.tweet_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/hasspodcast.yaml: - service: script.tweet_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/epson_printer.yaml: - service: script.tweet_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/skybellhd.yaml: - service: script.tweet_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/neato.yaml: - service: script.tweet_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/pihole.yaml: - service: script.tweet_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/pihole.yaml: - service: script.tweet_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/nest_protects.yaml: - service: script.tweet_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/nest_protects.yaml: - service: script.tweet_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/processmonitor.yaml: - service: script.tweet_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/space.yaml: - service: script.tweet_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/space.yaml: - service: script.tweet_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/space.yaml: - service: script.tweet_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/fitbit.yaml: - service: script.tweet_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/twitter.yaml: - service: script.tweet_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/twitter.yaml: - service: script.tweet_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/twitter.yaml: - service: script.tweet_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/holiday.yaml: - service: script.tweet_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/Speech/new_device.yaml: - service: script.tweet_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/Speech/garadget_Wind_Speed_Check.yaml: - service: script.tweet_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/Speech/High_Wind_Speed_Check.yaml: - service: script.tweet_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/ifttt_logger.yaml: - service: script.tweet_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/System/update_notification.yaml: - service: script.tweet_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/System/Self_heal.yaml: - service: script.tweet_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/System/bad_logins.yaml: - service: script.tweet_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/System/ip_change.yaml: - service: script.tweet_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/System/rachio_rain_delay.yaml: - service: script.tweet_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/System/Wink_update_notification.yaml: - service: script.tweet_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/Timed_Triggers/sunrise_turn_off.yaml: - service: script.tweet_engine https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/automation/Timed_Triggers/sunset_turn_on.yaml: - service: script.tweet_engine