* Remove emulated_hue_hidden from customizing devices as its deprecation is now complete
* Point users to what to do about emulated_hue_hidden
* Remove mention of emulated_hue
There is no need in using as_timestamp as we can subtract datetimes and then use the resulting timedelta's total_seconds()
I believe it's more intuitive and elegant
Minor textual fixes and readability improvements.
Additionally, is the part for the Raspberry Pi Docker container also correct for a RasPi 4? The 'docker pull' commands suggests it's for a RasPi 3...
* Added SAN to the example openssl command
This ensures that the Home Assistant Companion on Android 10 (this is what I tested) will correctly connect to the local Home Assistant instance. This is due to compliance with RFC 2818, which states that support for CN fallback is deprecated and only SAN should be used to establish whether a certificate is valid or not.
* ✏️ Tweaks
* Update tls_self_signed_certificate.markdown
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
* Add clarification about docker installation
Adding a note about the core docker installation vs the supervised docker installation.
* ✏️ Tweaks
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
* Update locked_out.md with a new solution
I added a forgot password use case in which the problem was solved remarkably easy, in hope that it may help someone else.
* ✏️ Tweak
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
Removed a sentence from Zone condition which I believe is very outdated and inaccurate. There's definitely more than two device trackers that report GPS coordinates - Life360 and the official iOS / Android mobile apps are ones I use that also do this.
* Adding a note about states
It's a regular thing on Discord to have to point this out to folks, so it's long past time we highlighted this somewhere IMO.
* ✏️ Tweak
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
* Time section: wording clarified, urls updated
There were some uncetrtanties/errors.
Urls updated to point to the latest python docs
* Update source/_docs/configuration/templating.markdown
Co-Authored-By: Franck Nijhof <frenck@frenck.nl>
* wording changed
* note rephrased/moved
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
* Update synology.markdown
It is also possible to run Hass.io in a VM on Synology using the VDI image.
* Update source/_docs/installation/synology.markdown
Co-Authored-By: Klaas Schoute <klaas_schoute@hotmail.com>
Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
certbot-auto appears to no longer be the preferred method to install certs, certbot is now the recommended method (https://github.com/certbot/certbot/issues/6933#issuecomment-481243457)
I've also added an additional chmod that I had to add to allow Home Assistant to read the cert files, as otherwise I got the error:
Invalid config for [http]: file not readable for dictionary value @ data['http']['ssl_key'].
* one more example of configuring packages folder
I thought it's useful to have a real example of what's possible to achieve.
* ✏️ Tweaks
Co-authored-by: Franck Nijhof <frenck@frenck.nl>