* Deconz hub documentation
* Add binary sensor documentation
* Add sensor documentation
* Add light documentation
* Improve description
* Add information about HASS events from ZHASwitch buttonpresses
* Added description about how entity id naming works
* Added links to dresden elektronik, deconz and deconz rest api
Added automation examples for a IKEA Trådfri dimmer and input number
Added list of supported device types
Added lists of verified to work devices
Removed references to Axis component
* Changed description of how to generate API key
* Added information about configuration variables username and password
* Updated lists of verified devices
* Links from list of supported device to sub modules
* Remove documentation for api_key_generation since functionality has been removed
* Add documentation for configure service
* Documentation for scenes
* Bumped HASS release version to 0.59
* Added Xiaomi Aqara Smart Wireless Switch to list of verified to work devices
* Added improved automation example by simonporter007
* Added information about deCONZ configurator
* Fix raw code
* Added more lights to supported list
* Make description about entity id same in all types
* Updated installation instructions
* Added Dresden Elektroniks logo
* Added Tseels verified to work devices
* Bump ha_release string
* Added information about groups
Added additional verified lights
* Link to information about switch not being an entity on main hub page
* Improved information about switches not being normal entities
* It should be api_key not api-key
* Removed specifying deconz version
* Bump version to 0.61
* Fix typos
* Use configuration tags to describe configuration parameters
* Fix martinhjelamares comments
* Rename parameter service data attribute
* Create light.tcpbulbs.markdown
* Change Version to 0.59
* Change Configuration to correct formatting
* Removed Configuration Variables Header
* Update and rename light.tcpbulbs.markdown to light.greenwave.markdown
* Update light.greenwave.markdown
* Update light.greenwave.markdown
* 💄 Adds the Greenwave Reality logo
* 💄 Improved crop of logo
* added documentation for monoprice_snapshot/monoprice_restore services.
* ✏️ Tiny spelling & grammar fixes
* minor changes
* Changed service names to snapshot and restore
* fixed minor typo
It's often been noted in the forums that Template Triggers are sometimes overload and that you want to use them sparingly. I haven't stress tested my system with this idea, but if the template triggers are tested every time any state changes, then that is the clarification that I've proposed in the documentation.
Adding a note to make it clear that his only applies to Hass.io. We've had a number of questions on the forum and Discord that make it clear that people assume this applies to every install method.
* Removes extraneous paragraph from docker documentation
It looks like this line was intended to go somewhere else, but got
erroneously bumped into the `Restart` section.
* Adds instructions to expose devices when deploying under docker
* Adds info about `docker-compose.yml` configuration to docker deployments
The docker command is pretty complicated and doesn't support automated
restarts. I think most users with want to use `docker-compose` (or
`docker swarm`) to deploy.