https://github.com/tgerla/appdaemon-apps
Apps written for Home Assistant using the AppDaemon framework. May or may not be useful or work!
https://github.com/tgerla/appdaemon-apps
appdaemon appdaemon-apps homeassistant homeautomation
Last synced: 4 months ago
JSON representation
Apps written for Home Assistant using the AppDaemon framework. May or may not be useful or work!
- Host: GitHub
- URL: https://github.com/tgerla/appdaemon-apps
- Owner: tgerla
- License: mit
- Created: 2018-03-28T00:02:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-24T12:36:41.000Z (almost 7 years ago)
- Last Synced: 2024-12-26T05:23:17.172Z (5 months ago)
- Topics: appdaemon, appdaemon-apps, homeassistant, homeautomation
- Language: Python
- Size: 6.84 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# appdaemon-apps
These are some apps written for Home Assistant using the AppDaemon framework. I noticed there were not too many example AppDaemon apps out there yet, so I thought I would share my own. I hope you find them useful -- This app turns on a space heater downstairs in the bedroom at 8PM, but only if the outdoor temperature is less than 50F.
[motion_lights.py](motion_lights.py) -- This app flashes a strip of RGB LED lights in my hallway red and white if motion is sensed on my entryway camera.
[generic_timer.py](generic_timer.py) -- This app is intended to implement a simple plug-in mechanical timer, with multiple on/off events per switch per 24 hours, and knows how to determine whether the switch should be on or off
at initialization, based on the current time.