Skip to content

My apps, my helpfiles, all about AppDaemon for Home Assistant

Notifications You must be signed in to change notification settings

Brandje/My-AppDaemon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My-AppDaemon

My apps, my helpfiles, all about AppDaemon for Home Assistant

Apps

my apps are still written for appdaemon version 2. There have been some changes in appdaemon 3. That doesnt effect much from my apps, but 2 things should be changed if you use version 3: when you read the line:

import appdaemon.appapi as appapi

replace that with:

import appdaemon.plugins.hass.hassapi as hass

and when you see:

appapi.AppDaemon

replace that with:

hass.Hass

in the near future i will change my apps to version 3

  1. Foscam V1 (deprecated)
  2. Foscam V2 (deprecated)
  3. Foscam V3 (updated for appdaemon 3.0) https://github.com/ReneTode/Foscam-app
  4. Sound (tts and soundcontrol directly in the app)
  5. google assistant as app controlable drom home assistant
  6. groups 2.0 (an app to use wildcards for groups)
  7. alexa (an app to let alexa communicate with appdaemon)(already version 3!) https://github.com/ReneTode/Alexa-Appdaemon-App

custom Widgets for HADashboard

  1. input_select (default in appdaemon version 3)
  2. horizontal slider (default in appdaemon version 3)
  3. vertical slider
  4. lightswitch with brightness slider
  5. lightswitch with colorpicker
  6. thermometer (fully customisable) (default in appdaemon version 3)
  7. radial (fully customisable) (default in appdaemon version 3)
  8. combination from switch and input_slider (heater)
  9. icon sensor

custom css

  1. waterdrops skin
  2. variables.yaml extra variables for custom widgets
  3. LCARS skin

About

My apps, my helpfiles, all about AppDaemon for Home Assistant

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 67.4%
  • JavaScript 22.6%
  • CSS 7.6%
  • HTML 2.4%