* 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).
* Reverse proxy details for Caddy Server
Code snippet to show a working example of using Caddy as a reverse proxy to Home Assistant.
* Update docs_navigation to include link to Caddy
Update sidebar with link to new doc showing example of Caddy reverse proxy
* Update caddy.markdown
* Add asterisk_mbox documentation
* Bad filename
* Capitalization error
* Update documentation based on changes to the mailbox implementation
* Typos as per review
* Remove mailbox sensor, since the functionality is included in the mailbox component. Added ha_version to each file since the code has now been merged.