* 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
* 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
Telegram Bot doc changes for pull request #7294: some required fixes and an example of an AppDaemon app.
Telegram Bot doc changes for pull request #7294: fix
Telegram Bot doc changes for pull request #7294: minimal clarification about disabling notifications for Telegram web users
Telegram Bot doc changes for pull request #7294: added new notification services (like in the `mediaplayer` component doc); added a description to how operates now the `notify.telegram` platform; changed service calls from `notify/telegram_bot` to `telegram_bot/EXPLICIT_NEW_SERVICE` in some of the yaml examples and in the appdaemon example.
Telegram Bot doc changes for pull request #7294: added `parse_mode` global config variable in webhooks and polling platforms; fixed links to /components/notify.telegram
Telegram Bot doc changes for pull request #7294: removed complex usage of telegram_bot services (moved to the telegram_bot doc); removed api_key from required params; removed multiple target feature (it can be done with the telegram_bot services or simply defining more than one notifier); added keyboard and inline_keyboard config vars to every type of notification.
Telegram Bot doc changes for pull request #7294: change 'hass' to 'Home Assistant'
* Improve Vera component docs
Saw a forum post when I was trying to figure this out with the same question, so at least 2 people didn't know how to figure out the entity id. Sure it's easy if you know HA, but for someone who's just starting this might help.
* Fix Z-wave casing