appdaemon
appdaemon copied to clipboard
:page_facing_up: Python Apps for Home Automation
I put a climate widget on a dashboard... and I can control the temperature. Ok, but I can't turn on/off my air conditioner by the dashboard. I'm using appdaemon 4...
Today appdaemon concentrates around home assistant entities. To allow for some maintenance oriented applications it would be great to expose home assistant devices as well. These two things would be...
I'm trying to constrain my callbacks based on person presence but it is not working. I don't _think_ I'm doing anything wrong because both constrain_presence and constrain_input_boolean are working as...
iOS 10
I have appdaemon set to autoupdate on my docker server. After it went to 4.1.0 today it no longer works with my older iOS 10 wall mounted iPad. Is this...
Hey everyone, I am working on an easy (dev) setup using docker-compose. For that, I would like to have the app-daemon connect to my home-assistant instance **without configuring anything more...
fixing a typo on navigate widget and cosmetic changes to documentation.
This should prevent some stumbling around proper structure of the `appdaemon` config examples. A followup pass could be made to capture the entirety of examples to bring symmetry.
Hi all. I’m trying to use an already trained model saved with pickle and using it in appdaemon app. I’m having problems importing pickle and scklearn to load and use...
Is it possible to change the font-family and font-weight of a widget through css customization?
I run AppDaemon on docker together with the installation of Home Assistant on another docker container. For the two to work together I have to 'hard code' the IP number...