* Update fritzbox_netmonitor.markdown
Added Information note about uPnP Status transfer
* ✏️ Tweak
* Update fritzbox_netmonitor.markdown
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This PR updates the documentation to reflect the actual
code for Modbus climate.
An optional parameter, count, is actually named data_count. After discussion whether we should fix it in the HA Core or in the docs, it was decided to fix it in the docs for the sake of not breaking the code for existing users.
* Update index.markdown
Updated verbiage to align with re-branding of Home Assistant and Home Assistant Core
* Update index.markdown
- edited links for installation
- cleaned up the upgrading section for clarity
* :pencl2: Tweak
* ✏️ Tweak
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
* 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>