📄 Python Apps for Home Automation
Go to file
Andrew Cockburn 1b1f6ed2cc
Merge pull request #2204 from AppDaemon/dependabot/github_actions/docker/build-push-action-6.13.0
Bump docker/build-push-action from 6.10.0 to 6.13.0
2025-02-19 21:03:13 -05:00
.devcontainer Don;t ignore devcontainer 2025-01-25 14:23:46 -05:00
.github Merge pull request #2204 from AppDaemon/dependabot/github_actions/docker/build-push-action-6.13.0 2025-02-19 21:03:13 -05:00
.vscode docs 2025-01-25 08:16:35 -05:00
appdaemon Merge branch 'master' into dev 2025-02-07 12:31:32 +00:00
conf build(dockerStart.sh): optimize the `apk add` command, ignore `.yaml` created during development 2023-03-03 10:02:08 +01:00
docs Package Updates 2025-02-06 17:05:27 +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 Merge branch 'master' into dev 2025-02-07 12:31:32 +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 add python 3.13 support 2025-01-25 17:13:54 +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 requirements 2025-02-07 12:46:02 +00:00
doc-requirements.txt requirements 2025-02-07 12:46:02 +00:00
dockerStart.sh don;t copy yaml files if toml files exist 2024-08-29 10:20:31 -04:00
pyproject.toml Fix ruff config 2025-02-07 12:53:16 +00:00
requirements.txt requirements 2025-02-07 12:46:02 +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.