Skip to content

AppDaemon apps that run on my Home Assistant server 🏡

Notifications You must be signed in to change notification settings

astone123/appdaemon-apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AppDaemon apps that run on my Home Assistant server 🏡

Configuration

  • Hassio 2.8
  • Hassio AppDaemon addon using AppDaemon version 3

To run these apps with the Hassio AppDaemon addon, you need to specify the following dependencies in your configuration:

"system_packages": [
    "build-base",
    "python-dev python3-dev",
    "jpeg-dev",
    "zlib-dev",
    "freetype-dev",
    "lcms2-dev",
    "openjpeg-dev",
    "tiff-dev",
    "tk-dev",
    "tcl-dev",
    "harfbuzz-dev",
    "fribidi-dev"
  ],
  "python_packages": [
    "colorthief"
  ]

Apps

About

AppDaemon apps that run on my Home Assistant server 🏡

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages