* Add text on similarities between yaml and dicts
- Linewrapped the respective text to a with of 80 chars as well
* Adds reference to dicts/Hashtables when expl. YAML
- A comparison between dictionary/hastables and YAML is drawn
- Linewraps the paragraph to 80 characters
* Adds reference to python, indentation is mentioned
* Extends reasoning on YAMLLint
* Removes obsolete whitespace
* Fix whitespace
* Adds reference to inclusion of env-vars in YAML
* Add links
* Include note into the yaml explanation
- The YAMLLint stuff is a little off-topic, when raising the security
concerns. It should hence go into an info box.
* Minor changes
* Add text on similarities between yaml and dicts
- Linewrapped the respective text to a with of 80 chars as well
* Adds reference to dicts/Hashtables when expl. YAML
- A comparison between dictionary/hastables and YAML is drawn
- Linewraps the paragraph to 80 characters
* Adds reference to python, indentation is mentioned
* Minor changes
* Added link
Added link to hassbian-config
* Added note
Added note for upgrade HA from hassbian-config
* Added note
Added note on how to uppdate HA from hassbian-config
* Updated to match current version
Updated to match current version of hassbian-config.
* Corrected problems with link
* Corrected typo
* Corrected typo
* Corrected typo
* Update common-tasks.markdown
* Update upgrading.markdown
* Fix spelling
* Fix spelling
Added a new sensor example which requires multiple configuration topics but one state topic. I'm convinced that this example is very widespread and is useful for beginners (like me). Added sentence to outline the idea of MQTT discovery.
* fixed double 'the'
mostly 's/the the /the /', little style changes where 'is' or 'to' was missing
* removed duplicate words
removed duplicate words like 'to to', 'you you' or 'account account' etc.
a batch of pizza-toasts burnt for this.
* Added a section about delay during startup
Added additional note right after configuration to let users know about the expected delays during startup due to installation of additional dependencies.
* Set first letter of name to upper-case
* Update tls_self_signed_certificate.markdown
Add .pem and iOS info to save others searching for it like I had too and save time :)
* Minor changes
* Update names
* Added link to Hassio
A Hassio link was added to the 'note' section about avoiding permission errors, but I think we need to add a link up top too so that folks can go see the upgrading section of the Hassio documentation. Thanks
* Update updating.markdown
* Update Z-Wave documentation to mention Wake
Adding a note that battery powered devices need to be awake to update their settings, since this trips up many folks new to Z-Wave
* Updated documentation as per discussion
* Updating scene_activated to include scene_data
* Adding note about CentralScene
* Adding note about zwcfg
* Removing home seer notes and removing technical information
* Adding HomeSeer specific notes.
* Going back to pre-k to learn punctuation
Also tweaking a few bit of the examples and a few other silly mistakes
* Removing level extension from the zwave item
Without the 'disableeuse=On' configured, Apache will try to reuse tcp ports even when these ports were closed by home assistant (tcp FIN was sent). When Apache tries to use such a port, no answer will come from home assistant, causing Apache to respond with a HTTP 502 error.
With this option turned on, the situation will not occur (since ports will not be reused).