* fixing typo in rest switch template example
* adding example with template to docs
* adding generic info about response JSON
* making requested changes
* changing file mode, removing response parsing information
* updating docs with generic info and link to specific topic
* fixing file permissions
In details it is properly stated to use `071a0000` prefix but in sample it was `070a0000`, this caused me a few hesitations during my initial setup, fixing it for others ;)
* Added Home Assistant logo to plant component
Added Home Assistant logo to component since it not dependent on anything than Home Assistant.
* Add Home Assistant logo to rss feed
* Add Home Assistant logo to Emulated Hue
* Add Home Assistant logo to DNSIP sensor
* Kodi specific services to call Kodi API methods
- Doc for new service: `kodi_execute_addon` to run a Kodi Addon with optional parameters. Results of the Kodi API call, if any, are redirected in a Home Assistant event: `kodi_execute_addon_result`.
- Doc for new service: `kodi_run_method` to run a Kodi JSONRPC API method with optional parameters. Results of the Kodi API call are redirected in a Home Assistant event: `kodi_run_method_result`.
- Add `timeout` parameter to yaml config (needed to make slow queries to the JSONRPC API, default timeout is set to 5s).
- Examples for using the new services: one simple yaml example to call `kodi_execute_addon`and turn on the TV attached to Kodi; and other, more complex, to query the Kodi library and make a dynamic input select.
* remove `kodi_execute_addon` service; change example to work with `kodi_run_method`
* naming changes
* complex example to cookbook
* Update media_player.kodi.markdown
* Transition updated
According to this https://home-assistant.io/cookbook/automation_sun/ (and my own experience) transition appears to only be supported on Hue bulbs - so I have updated the Transition note.
* Update light.markdown
Change language to be more ambiguous.