Tomas Jansson
Tomas Jansson
I am also on 0.105.5, with the same CORS settings working which is the strange thing. I'm starting to suspect that the CORS configuration in HA is not working as...
Please check the following: Open the url to the dashboard in Chrome. Open the console and click on `network` and then select `XHR` and click on the line with a...
Might be a namespace issue, one widget overwriting parameters for another widget, possibly the url parameter, causing a call to an unexpected url. I will have a look at using...
I'm currently travelling, so no access to my code, but try removing the trailing slash in http://192.168.0.40:5050/
Yes, it is the right directory to put the folder and files in. It should be the same folder where appdaemon.yaml is. I am not using hassio so I am...
The appdaemon folder in hassio appears to be /config/appdaemon so your last post is correct.
Did you restart appdaemon?
vacuum_widget_style: $background_style vacuum_title_style: $style_title These entries need to be in a custom skin in the variables.yaml file. If you don't have a custom skin, make a new folder in custom_css...
Once you can control the roomba from Home Assistant, it's easy to make a widget to control it. You might need to change the widget code a bit, but we...
add: ````yaml time_zone: Europe/Stockholm # Use your time zone here ```` to the widget parameters. I forgot to document this.