Hi Rusty,
Glad to hear your a good part of the way there. A quick check to ensure you are using the latest version of this project. I uploaded December 8th some significant changes that are important if youâre running the latest version of Home Assistant. If you didnât do this, my advice is to download it and follow the instructions again (sorry about the hassle but the security concepts have changed and needed to be updated).
Make sure your editing your files using either the HA configurator tool or if editing in Windows, use something like Notepad++ which wonât put additional formatting characters in your files which can cause issues compiling in HA.
For the missing UI controls, please review your entities (using HA GUI developer tools / states tool) and ensure the following entities are there:
- script.lms_cmd_pause_player
- script.lms_cmd_start_player
If they are not (which I suspect) check your scripts.yaml
file to see if those scripts are present. (should be near the end). Also did you copy over the customize.yaml
file which defines the icons for these entities.
To get a shell in Docker, log in to your host server using putty or some other tool and create a shell in the home Assistant docker container using the following command:
- docker exec -it homeassistant bash
And yes it certainly works with Hassio / Docker installation. My setup is Debian server, running Hassio (0.83.3) in Docker, LMS server and Openmediavault (NAS) all on the same box.
Finally if you are still having difficulties making progress reply back to this email [email protected] and I will try to help and take a look at your setup a little closerâŚ
Ynot.