5869 Commits

Author SHA1 Message Date
Paulus Schoutsen
4cde3536d2 Fix warning 2017-05-17 21:26:25 -07:00
Eugenio Panadero
1bb8aeccd1 Kodi specific service to call Kodi API methods

 (#2635)
* 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
2017-05-17 08:43:27 -04:00
Sören Oldag
651f429bd1 Updated rpi_gpio_pwm docs. (#2647) 2017-05-17 07:18:04 +02:00
Paulus Schoutsen
b198c72a5e Add info about automation editor 2017-05-16 07:57:58 -07:00
Marc Egli
e2ef356c01 Update miflora (#2636)
Make monitored_conditions optional.
2017-05-16 08:17:59 +02:00
Fabian Affolter
51597a5394
Update for 0.45 2017-05-15 14:09:37 +02:00
Fabian Affolter
e5e349809f Add File sensor docs (#2625) 2017-05-15 14:04:40 +02:00
Paulus Schoutsen
039aa46eea Merge pull request #2631 from frog32/patch-1
Document new service sonos_update_alarm
2017-05-15 00:45:08 -07:00
Paulus Schoutsen
bf2abbb99b Merge branch 'current' into next 2017-05-15 00:44:41 -07:00
rpitera
969ebecc66 Add icon template instructions (#2630)
Propose adding icon template instructions to this and the template binary sensor docs.
2017-05-15 09:42:52 +02:00
Eugenio Panadero
b41d46f104 SMTP notify enhancements: full HTML emails and custom product_name in email headers (#2607)
* Added full HTML emails and 'product_name' customization for email headers

* Use `sender_name` instead of `product_name`
2017-05-15 00:24:03 -07:00
Paulus Schoutsen
e1a59aed04 Update add-on publishing 2017-05-14 15:52:53 -07:00
Pascal Vizeli
2b6b2534a4 Update addon_config.markdown 2017-05-14 21:41:56 +02:00
Paulus Schoutsen
01a92fa244 Installing third-party add-ons 2017-05-14 12:35:27 -07:00
Paulus Schoutsen
0272146317 Fix hassio tutorial link 2017-05-14 11:28:47 -07:00
Paulus Schoutsen
714e72b474 Update hass.io tutorial 2017-05-14 11:16:10 -07:00
Marc Egli
9bd1781a86 Document new service sonos_update_alarm
Documentation for https://github.com/home-assistant/home-assistant/pull/7521
2017-05-14 17:31:40 +02:00
ChristianKuehnel
11a91d2ff6 Update plant.markdown (#2628)
Removed redundant "_moisture" strings in the example. 
Was probably a copy-and-paste error...
2017-05-14 15:49:41 +02:00
Fabian Affolter
058c12ef8b
Sort list 2017-05-14 09:54:04 +02:00
RunOnGitHub
7214b93266 Add Ikea Tradfri information (#2627)
* Add Ikea Tradfri information

* Align format
2017-05-14 09:50:16 +02:00
Erik-jan Riemers
5cfc7e4836 Duplicate entry for verify_ssl (#2626)
* Duplicate entry for verify_ssl

combined both entry's into 1.

* Add period
2017-05-14 09:48:43 +02:00
Paulus Schoutsen
71a66adcdf Update addon_tutorial.markdown 2017-05-14 00:46:58 -07:00
Paulus Schoutsen
8b0d75a0e1 Update addon_tutorial.markdown 2017-05-14 00:43:47 -07:00
Paulus Schoutsen
5e2817f6e2 Add hass.io add-on tutorial 2017-05-14 00:35:16 -07:00
Paulus Schoutsen
dcbf615241 Update hass.io docs 2017-05-13 21:56:56 -07:00
Paulus Schoutsen
8f36696795 Update the testing documentation 2017-05-13 21:24:45 -07:00
Paulus Schoutsen
79fad1c875 Merge branch 'current' into next 2017-05-13 17:52:27 -07:00
Paulus Schoutsen
94957caacb Add development 101 section 2017-05-13 17:52:15 -07:00
Pascal Vizeli
00a5dee7fb Update installation.markdown 2017-05-14 02:05:07 +02:00
Fabian Affolter
1eed120ae9
Keep sample minimized 2017-05-13 23:00:20 +02:00
Fabian Affolter
1d2321afd6
Update links 2017-05-13 23:00:20 +02:00
Fabian Affolter
b721594144
Update ha_release 2017-05-13 23:00:20 +02:00
Fabian Affolter
270fe532b0
Update ha_release and minimize configuration sample 2017-05-13 23:00:20 +02:00
Eugenio Panadero
61770e19c4 Added Kodi-specific services doc (#2614)
* Added Kodi-specific services doc

*  Removed `kodi_set_shuffle` service (is the same as `media_player.shuffle_set`)
2017-05-13 21:45:57 +02:00
Stu Gott
10087da1eb Add Kira component documentation (#2603) 2017-05-13 21:39:01 +02:00
Paulus Schoutsen
59d6c612a4 Clarify customize title 2017-05-13 11:09:51 -07:00
Fabian Affolter
f9ef0f69c1
Fix link 2017-05-13 17:58:13 +02:00
Fabian Affolter
e64f0359b4 Orange Pi Zero Blog post (#2624)
* Add blog post about Orange Pi Zero and Home Assistant

* Fix typos
2017-05-13 17:49:50 +02:00
Alok Saboo
17d53d6755 Updated Hassio addon documents (#2623) 2017-05-13 15:44:06 +02:00
Mitesh Patel
7df2edf22d Restructure some of the existing information. Add docs related to the new support of the shades hardware (#2622) 2017-05-13 11:04:55 +02:00
Pascal Vizeli
768d0e4faa Create check_config.markdown 2017-05-13 10:16:50 +02:00
Paulus Schoutsen
6cb2e4665b Update axis.markdown 2017-05-12 10:03:10 -07:00
Anders Melchiorsen
174720ae51 Add light.lifx_set_state (#2620)
Documentation for a new service call.
2017-05-12 09:19:56 -07:00
Kane610
42e53e9900 Axis documentation (#2549)
* 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
2017-05-12 09:07:53 -07:00
Tsvi Mostovicz
2bbc81c18a Update documentation for PR#7532, supporting multiple regions for endpoint (#2611) 2017-05-12 08:56:29 -07:00
Anders Melchiorsen
5f7b2da181 LIFX: add transition parameter of colorloop effect (#2619)
Documentation update for home-assistant/home-assistant#7410 and slight rewordings.
2017-05-12 16:18:03 +02:00
Anders Melchiorsen
b81fec7355 LIFX is polling (#2618)
LIFX bulbs do push their state when booting but not during normal operation.
2017-05-12 16:16:05 +02:00
Pascal Vizeli
682c89fc99 Update addon_testing.markdown 2017-05-12 01:56:52 +02:00
Mark Huson
faeb042ee5 Tasks as a list (#2612)
Thought I submitted a similar PR but couldn't find it.
2017-05-11 23:07:43 +02:00
Kane610
d7d6501f8d Add Openzwave dependency (#2617) 2017-05-11 23:06:08 +02:00