home-assistant-configuration/config/packages
Jeffrey Stone 900e996dff
Delete school_lunch.json
2021-04-21 21:04:54 -04:00
..
json_data Delete school_lunch.json 2021-04-21 21:04:54 -04:00
README.md MASSIVE re-org - Moving config to packages to better organize 2020-06-12 16:02:42 -04:00
announcements.yaml Continuing on the audio system improvements. Getting ready for upcoming video 2021-01-02 13:23:19 -05:00
appliances.yaml Changing all speech notifications to go through new speech engine. 2020-12-04 12:55:04 -05:00
audio.yaml Continuing on the audio system improvements. Getting ready for upcoming video 2021-01-02 13:23:19 -05:00
batteries.yaml MASSIVE re-org - Moving config to packages to better organize 2020-06-12 16:02:42 -04:00
camera.yaml Updating for Reolink video: 2021-04-09 10:03:48 -04:00
cuckoo_clock.yaml Adding the nice cuckoo clock from @CCOSTAN and so far everyone here likes it 2020-09-28 19:51:28 -04:00
daily.yaml minor updates... 2021-01-18 20:47:44 -05:00
database.yaml Adjusting logger levels 2020-11-27 20:47:13 -05:00
disney.yaml Continuing on the audio system improvements. Getting ready for upcoming video 2021-01-02 13:23:19 -05:00
events.yaml Adding school lunch sensor 2021-03-06 10:10:07 -05:00
halloween.yaml Reorginizing packages... 2020-11-07 11:20:26 -05:00
haunted_mansion_show.yaml Added cool down to haunted house show 2020-11-27 20:45:23 -05:00
holidays.yaml Code Clean up 2020-09-29 15:12:07 -04:00
integrations.yaml minor updates... 2021-01-18 20:47:44 -05:00
inventory.yaml Testing Grocy for tracking inventory of consumables and chores 2020-09-23 12:53:56 -04:00
jarvis.yaml Changing all speech notifications to go through new speech engine. 2020-12-04 12:55:04 -05:00
lighting.yaml updating due to all the zigbee device renaming 2021-03-09 12:06:35 -05:00
maintenance.yaml Added a shelly1...need it to ping it on reboot. 2020-12-06 21:55:51 -05:00
notify.yaml minor updates... 2021-01-18 20:47:44 -05:00
presence.yaml Syncing changes done for recent youtube videos :) 2021-01-02 13:20:07 -05:00
reminders.yaml Testing Grocy for tracking inventory of consumables and chores 2020-09-23 12:53:56 -04:00
security.yaml Renamed a motion sensor to better reflect its true identity 2021-01-24 22:19:02 -05:00
space.yaml Changing all speech notifications to go through new speech engine. 2020-12-04 12:55:04 -05:00
spotify.yaml Massive config migration - lots of moving around in prep for future projects 2020-10-05 12:04:04 -04:00
sysmon.yaml Removing unit of measurement from uptime sensor - 2020.12.0 breaking change 2020-12-13 22:25:51 -05:00
twitter.yaml Major audible notification overhual. It was hard to maintain. This will be easier. Maybe 2020-12-02 22:55:11 -05:00
usps.yaml Changing all speech notifications to go through new speech engine. 2020-12-04 12:55:04 -05:00
weather.yaml Had to fix some entity names after some recent changes to acutite addon 2021-01-02 13:21:28 -05:00
youtube.yaml removing an attempted twitter sensor... 2020-12-03 00:15:00 -05:00
zigbee2mqtt.yaml ZHA is unusable using sonoff bridge right now, moved back to zigbee2mqtt 2021-01-24 22:19:46 -05: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