Deprecated: I no longer use these automations and instead rely on home assistant blueprints & automations for similar functionality.
AppDaemon running on my Kubernetes cluster. This configuration is read and persisted within AppDaemon.
All automations are written using AppDaemon in asynchronous mode, which means no threads, and async syntax is used.
Only a couple automations are done via AppDaemon as I prefer to keep most things within Home Assistant, however, some automations are just way more complex when written in YAML.
Battery Check is a simple automation that will find all batteries and send notifications when they are getting low.
Zooz Scenes is an automation used to trigger different scenes for Zooz Z-Wave switches (Amazon Affiliate Link). Most of the switches in our home are these types of switches. Writing this in Python seemed easier than creating a blueprint in Home Assistant.