Hey Everyone,
I’ve been having a lot of success getting HA setup thanks to the documentation and posts on this forum, but have ran into a stumbling block.
My setup is using a Synology NAS and the homeassistant/home-assistant Docker image. What I would like to do is setup the html5 notifications talked about here https://home-assistant.io/components/notify.html5/ . I have (I think) successfully setup SSL, verified my domain with gcm, added my API keys to configuration.yaml, and disabled password access.
Despite this, the slider to accept notifications has not appeared on the sidebar. There are no log messages indicated any errors either.
Is there some testing I can do to ensure each of the above is configured correctly? Also, will the slider only appear if I access HA from outside my LAN (using the domain name, and not the local IP?) My network modem does not allow hairpinning so this is difficult for me to test at the moment.
The only dependency I haven’t managed to check is pywebpush. Is this built into the Docker image? If not, how do I go installing it? I’m not very experienced with Docker, and don’t even know if this needs to be installed within the container or on my NAS itself.
I have also setup the SMPT notify platform and testing it worked fine.
Thanks!