📄 Python Apps for Home Automation
Go to file
Andrew Cockburn 02dfb69548 Doc fix 2024-10-17 15:10:55 +00:00
.github Bump pre-commit-ci/lite-action from 1.0.1 to 1.0.3 2024-09-16 09:08:57 +00:00
.vscode Support for ad-hoc yaml/toml file use 2024-09-18 13:05:13 +00:00
appdaemon Merge pull request #2083 from nARN:dev 2024-09-23 08:18:10 -04:00
conf build(dockerStart.sh): optimize the `apk add` command, ignore `.yaml` created during development 2023-03-03 10:02:08 +01:00
docs Doc fix 2024-10-17 15:10:55 +00:00
tests Actions test 2023-03-02 20:02:59 -05:00
.dockerignore build(.dockerignore): leave `conf` directory inside Docker build context 2023-03-01 14:37:15 +01:00
.gitignore Update tasks for dev-containers 2024-08-22 19:29:42 +00:00
.pre-commit-config.yaml Update Ruff 2024-09-13 19:37:27 +00:00
.readthedocs.yaml docs(requirements.txt): use `doc` and `dev` specific requirements files 2023-03-02 16:32:00 +01:00
CLA.md Revert File Permissions 2021-01-05 11:20:16 +00:00
CODE_OF_CONDUCT.md Revert File Permissions 2021-01-05 11:20:16 +00:00
Dockerfile dockerfile case fix 2024-08-30 12:56:07 +00:00
LICENSE.md Revert File Permissions 2021-01-05 11:20:16 +00:00
MANIFEST.in Changes by acockburn 2023-03-10 09:55:28 -05:00
README.md New discord invite link 2024-09-03 11:58:17 +00:00
README.rst New discord invite link 2024-09-03 11:58:17 +00:00
dev-requirements.txt dependencies 2024-09-13 19:58:32 +00:00
doc-requirements.txt dependencies 2024-09-13 19:58:32 +00:00
dockerStart.sh don;t copy yaml files if toml files exist 2024-08-29 10:20:31 -04:00
pyproject.toml Merge pull request #2075 from AppDaemon:dependabot/pip/pytz-2024.2 2024-09-13 15:56:48 -04:00
requirements.txt dependencies 2024-09-13 19:58:32 +00:00

README.md

Description

AppDaemon is a loosely coupled, multi-threaded, sandboxed python execution environment for writing automation apps for various types of Home Automation Software including Home Assistant and MQTT. It has a pluggable architecture allowing it to be integrated with practically any event driven application.

It also provides a configurable dashboard (HADashboard) suitable for wall mounted tablets.

Getting started

For full instructions on installation and usage check out the AppDaemon Project Documentation.

Release Cycle Frequency

AppDaemon has reached a very stable point, works reliably and is fairly feature rich at this point in its development. For that reason, releases have been slow in recent months. This does not mean that AppDaemon has been abandoned - it is used every day by the core developers and has an active discord server here - please join us for tips and tricks, AppDaemon discussions and general home automation.

Contributing

This is an active open-source project. We are always open to people who want to use the code or contribute to it. Thank you for being involved! Have a look at the official documentation for more information.