* This removes outdated info about the PS4 integration only supporting a single console. Support for that was added in 0.90 a few months back (PR here: https://github.com/home-assistant/home-assistant/pull/21302).
* Added field to sidebar that it's configurable from UI (that's the *only* way it can be configured in fact which the docs already mention).
* Also tweaks the instructions to reflect design changes that were made to Home Assistant Integrations panel (must press the + button to add integrations).
* Lastly updated a URL that was changed in the Dev Tools redesign in 0.96 release (`/dev-info` has now become `/developer-tools/info`).
Updated instructions to reflect onboarding improvements in Home Assistant 0.94 (see video in blog post: https://www.home-assistant.io/blog/2019/06/05/release-94/) and mention the fact that this can be updated directly in the user interface now.
Remove instructions to install libopenzwave1.5 on Linux installs. This instruction causes a lot of problems as the installed files interfere with the Python openzwave installation.
* clarify: ID only returned if a message was sent
It took me quite a long time fighting a near-empty empty JSON
* Drop redundant phrase
Next paragraph has it all
* several changes to Manual Alarm panel doc
took out the double underscores in the sensor.date_time templates
changed the data field to data_template field where applicable (since the messages use the template)
commented out the initial_state: 'on', since that is no longer required
provided 1 example using multi-line notation
* Update manual.markdown
all agreed and changed
* Added info on supported Ubuntu versions
Adding a note on the latest docker-supported version of Ubuntu.
* Added info on supported versions of Ubuntu
Added a note to remind users that docker needs to be supported by their version of Ubuntu, and where to check if it is.
* Fix links appearance
For some reason the links inside p tag are not rendered properly, but inside br tag it works properly.
* Fix links
Better fix (by adding space)
The Home Assistant demo website doesn't have Logbook, so there's no "live example" that can be seen anymore. Better to remove this link rather than causing confusion.
I updated the service calls to correct ones (they had a / instead of a .) and also removed the Services icon image since it's gone with the redesigned Dev Tools in 0.96.