Skip to content

runningman84/home-assistant-apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

home-assistant-apps

Docs (source) Docs site

Home Assistant utility apps implemented for AppDaemon. These small apps provide common automations such as an alarm control, climate helpers, light and power automation, camera integration and more.

This repository contains the AppDaemon application code. A sample configuration showing every app and its options is available at sample_config/apps.yaml and a minimal example in sample_config/scripts_minimal.yaml.

Quick links

Requirements

  • Home Assistant (any recent release)
  • AppDaemon (v3/v4 depending on your setup) and its Home Assistant plugin

Install / Usage

  1. Install and configure AppDaemon in your Home Assistant environment.
  2. Copy the apps/ folder into your AppDaemon apps directory (or point AppDaemon to this repo).
  3. Review sample_config/apps.yaml and adapt the app entries to your entities and services.
  4. Restart AppDaemon to load the apps.

Basic contract for apps

Inputs:

  • App configuration entries (usually in apps.yaml): entity ids, timers and optional input_booleans.

Outputs:

  • Calls Home Assistant services (notify, light, scene, switch, camera, etc.) and updates internal state.

Error modes:

  • Apps will log errors to AppDaemon logs. Misconfigured entity ids will result in no-op or logged warnings.

Included apps

See docs/index.md for a short per-app reference and configuration examples.

Configuration examples

See sample_config/apps.yaml for a full example configuration covering all available options. A minimal working configuration is available in sample_config/scripts_minimal.yaml.

Contributing

Contributions welcome — please open issues or pull requests. Keep changes small and focused. If adding a new app, include a short README or docstring describing configuration keys and expected behavior.

License

This project is provided under the terms of the repository LICENSE file.

About

home assistant apps based on appdaemon

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages