This is my first try on a Plugin, Perl is not that familiar either :confused:
Remote controlling (only toggle lights for now) Home Assistant https://home-assistant.io/
Plugin loads groups as first menu level and then entities in that group as submenus, any light entity can be selected and the light toggled.
The main issue I think the Plugin has is menu handling, after toggle a light a showBriefly is displayed on CallBack.
Problem now is to refresh (by using the args and not just refresh the json) the menu I was on (to update the image showing light on/off).
Code: https://github.com/hans99/squeeze-remote-hass
Repo: https://hans99.github.io/slim/repo.xml
Remote controlling (only toggle lights for now) Home Assistant https://home-assistant.io/
Plugin loads groups as first menu level and then entities in that group as submenus, any light entity can be selected and the light toggled.
The main issue I think the Plugin has is menu handling, after toggle a light a showBriefly is displayed on CallBack.
Problem now is to refresh (by using the args and not just refresh the json) the menu I was on (to update the image showing light on/off).
Code: https://github.com/hans99/squeeze-remote-hass
Repo: https://hans99.github.io/slim/repo.xml