home-assistant-configuration/config/packages
Jeffrey Stone 957ddc6e34 Improving local 433mhz weather sensor integration. 2020-08-27 21:07:15 -04:00
..
README.md MASSIVE re-org - Moving config to packages to better organize 2020-06-12 16:02:42 -04:00
announcements.yaml Reducing the number of announcements by combining some. 2020-08-21 23:35:18 -04:00
appliances.yaml This fixes #81 the washer and dishwasher consumables now tracked 2020-08-21 23:44:13 -04:00
audio.yaml Cleaning up yaml 2020-08-21 23:45:11 -04:00
batteries.yaml MASSIVE re-org - Moving config to packages to better organize 2020-06-12 16:02:42 -04:00
camera.yaml added a Wyzecam v2 with the RTSP firmware 2020-08-21 23:31:50 -04:00
daily.yaml This fixes #56 as well as cleans up some other things 2020-08-21 23:46:43 -04:00
database.yaml removing database for a bit...weird issue after rpi4 migration 2020-08-21 23:36:06 -04:00
disney.yaml MASSIVE re-org - Moving config to packages to better organize 2020-06-12 16:02:42 -04:00
events.yaml Added blackout time for the kid during the summer...just getting to pushing this change 2020-08-21 23:47:31 -04:00
haunted_mansion_show.yaml Swapping out a chromecast for house audible notifications 2020-04-02 19:22:02 -04:00
holidays.yaml Fixing service name 2020-01-03 12:26:59 -05:00
integrations.yaml Added back in Spotify Connect integration 2020-08-21 23:30:50 -04:00
jarvis.yaml Cleaning up house party protocol. Steamlining 2019-11-21 21:32:19 -05:00
maintenance.yaml Trying to improve reliability to lightning detection and cleaning up yaml 2020-08-21 23:48:15 -04:00
notify.yaml Improving local 433mhz weather sensor integration. 2020-08-27 21:07:15 -04:00
presence.yaml MASSIVE re-org - Moving config to packages to better organize 2020-06-12 16:02:42 -04:00
reminders.yaml MASSIVE re-org - Moving config to packages to better organize 2020-06-12 16:02:42 -04:00
security.yaml Alarm went off in the middle of the night due to sensor that lost connection...fixed that.. 2020-08-21 23:49:03 -04:00
space.yaml Launch is immienent automation needs work. 2020-08-21 23:55:57 -04:00
sysmon.yaml Stole a lines of code sensor from @CCONSTAN ...he wont mind 2020-06-07 19:36:30 -04:00
twitter.yaml Adding some modified movie quotes...home assistant-fied 2020-08-21 23:18:25 -04:00
usps.yaml Removing some voice stuff 2020-08-21 23:50:02 -04:00
weather.yaml Improving local 433mhz weather sensor integration. 2020-08-27 21:07:15 -04:00
weather_alerts_nws.yaml Adding update entity to ensure sensors update 2020-06-07 19:35:28 -04:00
zigbee2mqtt.yaml Migrated to HassOS 4.9 and my zwave/zigbee usb dongles work again 2020-06-09 07:48:35 -04:00

README.md

Anchorage House HA
Anchorage House
Home Assistant Configuration - Documentation

Welcome to Packages

If you are not using packages in your config, perhaps you should be. They are are a great way to organize your configuration. A package can contain input_booleans, input_datetimes, sensors, automations, scripts, and more. The only downside is you have to restart Home Assistant after any changes you make to packages. The options to refesh automations and scripts do not pick up changes to packages.

This document is mean to be a guid to the packages in this config. Below is a summary of the packages in this configuration as well as links to any blog posts about their setup and use.


announcements.yaml

The Announcement package handles reoccuring informational annoucements that happen though the day.

appliances.yaml

The Appliance package contains any automations related to smart appliances, or dumb appliances that are trtying to be smart. I'm looking at you Washing Machine.

audio.yaml

The audio package is just for that. I use it for playing audio either from youtube, or from a local server. The package works for both. Check out the Disney Package for ways I sue this. But you can even randomize the urls to the audio betwene youtube and a local server. Total awesomeness. I hope to leverage this to build a version of my haunted mansion package that allows anyone with home assistant to drop it in, change the light effects and go.

batteries.yaml

The Batteries package handles anything related to batteries. Might need to rename this to power in the near future.

camera.yaml

The Camera package contains camera specific configuration like Arlo and Foscam.

daily.yaml

The Daily package contains automations and scripts specific to daily happenings. Let automating Coffee Time which handles the lights coming on in the morning.

database.yaml

The Datbase package contains the logger database config. This might get renamed logging later.

disney.yaml

The Disney package handles a good chunk of the Disney Imagineering that has been setup via Home Assistant. This ranges from simply playing audio from the parks or rides, to automating lighting effects.

events.yaml

The Events package handles special event sensors. These include tracking specific dates, or automations around specific events thought the year.

haunted_mansion_show.yaml

The Haunted Mansion Show package handles the configuration for turning the Living Room into Disney's Haunted Mansion.

You can find more information about how this works over at How I turned my hosue into the Haunted Mansion where I provide a walk through of how it is setup and link to videos of it in action.

holidays.yaml

The Holidays package handles automation around major holidays. This may be combined into the Events package in the future. In it you will find automation and scripts around ligting effects, music, and tweets.

integrations.yaml

The Integration package contains anything related to a third party integration that isn't its own package like wyze, or ifttt.

jarvis.yaml

The Jarvis package is badly named. It's current purpose is to enable some Jarvis like behavior via some scripts that have am Alexa custom routine attached to it.

maintenance.yaml

The Maintenance package handles daily maintenance and cleanup tasks. This was previously the daily.yamly but was renamed to be more in line with its contents.

notify.yaml

The Notify package handles a good junk of the notification engine. This is mainly Text to Speech for the various audible notifications.

presence.yaml

the Presence package is whete you will find all the sensors, automations, and scripts related to managing presence at Anchorage House. Some of these call entities in the security package.

reminders.yaml

The Reminder package is meant to handle any reoccuring items that someone needs to be reminded of. These could be chores, or pills, or other time events.

security.yaml

The Security package handles all the security related entities. It contains switches, sensors, automations and scripts.

You can find more information about how the idea behind it and how to is supposed to work in the following articles:

space.yaml

The Space package is made up of stuff I stole from CCOSTAN. It handles any automation including tweets about Space subjects.

sysmon.yaml

The Sysmon package is everything related to monitoring Home Assistant and the host it is on.

twitter.yaml

The Twitter package is a lot like the Nitify package. It contains the Twitter notification engine that other automations and scripts call to send out tweets. There are also some automations related to tweets. Some of the scripts rely on the templates directory.

usps.yaml

The USPS package handles the USPS Informed Delivery integration. This is mostly a home grown thing based on skalavala's work.

You can find my walk through of this on youtube at Integrating USPS Informed Delivery with Home Assistant

weather.yaml

Previously named nws_weather_alerts, The Weather package is focused on making sure Anchorage House is aware of any weather alerts or events. Some of what is in here is based on the eracknaphobia's NWS Alert Custom Component, and some is my config for consuming the NWS Weather api instead of darksky.

zigbee2mqtt.yaml

The Zigbee2Mqtt package handles all the sensors, switches, scripts and automations that are required as part of the Zigbee2Mqtt Addon.

Want to support this project?

Buy me a coffeeBuy me a coffeeBuy me a coffee
Find your next Home Automation device on Amazon using my affiliate link
Affiliate Disclosure