* Update installation.markdown
- Updated verbiage to align with recent post "Changing the Home Assistant Brand"
- Small grammatical errors
* Update installation.markdown
- fixed menu selection for upgrading
* Update source/hassio/installation.markdown
Co-Authored-By: Franck Nijhof <frenck@frenck.nl>
* Update source/hassio/installation.markdown
Co-Authored-By: Franck Nijhof <frenck@frenck.nl>
* Update installation.markdown
- Changed HassOS verbiage but left link as is for functionality
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
icon coloring was changed in 0.105, this adds a little extra note pointing out that in order to get it looking like that image on the left, you must have `state_color: true`
* 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>
Fixed quoting on example templates. Quoting was invalid, used `'` for inside and outside quotes. Quotes needed to alternate. e.g. `"` outside and `'` inside or `'` outside and `"` inside. I chose the former.
* added instructions to pick emu targets if no specific target
Based on Franck's response to my issue here:
https://github.com/home-assistant/hassio-installer/issues/74
I suggest to clarify the documentation with the above text
* Update source/hassio/installation.markdown
Co-Authored-By: Franck Nijhof <frenck@frenck.nl>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
* Added troubleshooting info
The `INVALID_CLIENT: Invalid redirect URI` error can occur when the URL, for example, contains a port number. This can happen if the port number is set in the Base_URL attribute of the HTTP integration.
* Convert text to note box
* ✏️ Tweak
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'].
* Update streamlabswater.markdown
I didn't know about the API costs when I purchased the device, so this warning may help others make a more informed decision if they want to buy this product based on it's HA integration like I did.
* Moved warning from description to a note box
Wasn't sure if a note box, or a warning box was appropriate, so just used a normal note box. I also added a link to their subscription page instead of specifically listing the prices. That way if the prices change the docs don't need updated.
* Update streamlabswater.markdown
Fixed broken URL from previous edit
* ✏️ Tweak
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
* added note about name variable
I though that name is just for frontend and spent some time finding out where my sensor had gone when I had changed its name.
Hope it will save others' time.
Actually, I don't think this component's approach is great - would be much more intuitive to have name as a key of a dictionary (as with template sensors, for example) and a friendly_name for UI.
Unfortunately, there are many of similar components - perhaps they are older than current template sensor's implementation?
* links -> relative
* ✏️ Tweak
Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>