https://github.com/philrw/appdaemon-apps
Apps for Home Assistant AppDaemon
https://github.com/philrw/appdaemon-apps
appdaemon appdaemon-apps
Last synced: about 1 month ago
JSON representation
Apps for Home Assistant AppDaemon
- Host: GitHub
- URL: https://github.com/philrw/appdaemon-apps
- Owner: PhilRW
- License: mit
- Created: 2018-02-16T21:12:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-07T00:22:59.000Z (over 4 years ago)
- Last Synced: 2025-04-13T00:41:51.797Z (about 1 month ago)
- Topics: appdaemon, appdaemon-apps
- Language: Python
- Size: 64.5 KB
- Stars: 5
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Personal AppDaemon Apps
These are my own personal [AppDaemon](http://appdaemon.readthedocs.io/en/stable/) apps for [Home Assistant](https://home-assistant.io/). I hope they are useful for you.
Use them at your own peril.
You can install them all by simply cloning this repo from within your AppDaemon `app_dir` directory. You may want to rename it. e.g.:
``` bash
cd /config/appdaemon/apps/
git clone [email protected]:PhilRW/appdaemon-apps.git philrw-apps
```## App List
Each app now has its own separate page for documentation:
- [Humidity Fan Controller](docs/humidity_fan_controller.md)
- [LaMetric Energy App](docs/lametric_energy.md)
- [LaMetric Screensaver](docs/lametric_screensaver.md)
- [Monkey See, Monkey Do](docs/monkey_see_monkey_do.md)
- [Energy Allowance](docs/energy_allowance.md)
- [Time Of Use (TOU)](docs/time_of_use.md)
- [Todoist Tasks on Lametric](docs/lametric_todoist_tasks.md)
- [Temperature-to-Hue and Daily Color Name](docs/mapping.md)
- [Lock Manager](docs/lock_manager.md)
- [Button Translator](docs/button_translator.md)