* 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.
* First draft of Axis component documentation
* Small improvements
* Added information about lowest supported Axis firmware
* Trigger time better explains functionality than scan interval
* Simplified explanation of automatic discovery
* Rephrasing manually configuring device
* Keep first and second level variables separated for ease of reading
* Moved up dependency and used Hassbian paths as an example
* Indented include variables descriptions to clarify their relation
* Made configuration variables tile linkable
* Axis devices are part of the discovery mechanism
* Update axis.markdown
* Update binary_sensor.axis.markdown
* Update camera.axis.markdown