Rob Sonke

Results 9 comments of Rob Sonke

If you want, I can create a PR for this issue. But I'd like to get some idea of how you would like this to be implemented. Since I believe...

Totally agree on that, but it makes it harder because hassio has base images with everything pre-installed. But I'll look into putting what I need in the wrapping image.

FYI, I have a working local addon now. I'll wrap it in a repo and give you the option to fork/copy it. I'll try to do that later today.

Here you go: https://github.com/robsonke/hassio-addons Main page: ![image](https://user-images.githubusercontent.com/3678919/128638130-e6b48b58-5cf4-4f5d-8dc2-3cb2e6eaf9a8.png) Configuration: ![image](https://user-images.githubusercontent.com/3678919/128638148-0db2249d-23ef-4596-be22-24fc981966a7.png) Startup log: ![image](https://user-images.githubusercontent.com/3678919/128638165-1235092a-6844-4cf6-852a-a731195527ed.png) Do whatever you want with it, my goal is to just have this in Hassio together with all...

https://github.com/raomin/ESPAltherma#8-pin-x10a-connection

It's nothing special, it's just an automated way of checking out git repos of plugins and keeping them up to date in case you release a new version.

Same issue here. The logs don't seem to report much useful. I'm using full mqtt integration (bypassing HA). What I do notice is that the wall switch is publishing the...

I struggled with this as well and just added a simple shell command to my "refresh everything" script: ``` shell_command: refresh_lovelace: "touch /config/dashboards/main-dashboard.yaml" ```

Agree, I'll try a PR if I have time this weekend