- Add `icon` to `device_tracker` config documentation (see https://github.com/home-assistant/home-assistant/issues/1237).
- Remove gravatar from example because it makes no sense to configure gravatar *and* picture.
- Fix default value for `track`.
* creating docs for light template platform
* escaping templates
* updating docs with a more simple example
* updating example text
* making descrption more standalone
* updating docs to include missing field and make example name more inline with actual example
* 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.