Commit graph

7350 commits

Author SHA1 Message Date
Marcelo Moreira de Mello
4126a6732b Added RTSP documentation to Amcrest camera (#2654)
* Added RTSP documentation to Amcrest camera

* Removed ffmpeg_binary since this option is now inherited from ffmpeg root component
2017-05-18 10:13:55 +02:00
Jesse Hills
4b095faa6e Adding new region for cla_sign (#2650) 2017-05-18 07:49:24 +02:00
Fredrik Lindqvist
aebe71c10b Add logos to "native" Home Assistant components (#2651)
* 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
2017-05-18 07:47:53 +02:00
Arno
707b6c7e77 pip3 install should be executed with sudo (#2652)
Installation will fail if not sudo-ed.
2017-05-18 07:47:05 +02:00
Paulus Schoutsen
4cde3536d2 Fix warning 2017-05-17 21:26:25 -07:00
Pascal Vizeli
a51a99ab1b Update addon_config.markdown 2017-05-17 23:52:39 +02: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
boojew
39ecaf684f Transition updated (#2640)
* 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.
2017-05-17 08:53:12 +02:00
Marc Forth
fee5ecc5d0 Update lets_encrypt.markdown (#2643)
Corrected command to change user, as the default position for most users is not to have a password for HA user.
2017-05-17 07:21:10 +02:00
Sören Oldag
651f429bd1 Updated rpi_gpio_pwm docs. (#2647) 2017-05-17 07:18:04 +02:00
Beat
14109cf5c3 Issue 2310: Release filter on component page (#2646)
* * removed duplicated code
* give the search field focus on page load for faster interaction

* introduced filter-by-version
2017-05-16 19:50:30 -07:00
Pascal Vizeli
9a73e00636 Update addon_config.markdown 2017-05-16 23:46:02 +02:00
Paulus Schoutsen
b198c72a5e Add info about automation editor 2017-05-16 07:57:58 -07:00
Pascal Vizeli
c1a1912490 fix spell 2017-05-16 16:12:52 +02:00
Pascal Vizeli
3424892151 add devices support 2017-05-16 16:11:38 +02:00
Ron Klinkien
c12bd3c36b More argument corrections (#2642) 2017-05-16 15:16:53 +02:00
Ron Klinkien
e927327cd1 Corrected exclude_domains argument (#2641) 2017-05-16 13:51:34 +02:00
Marc Egli
e2ef356c01 Update miflora (#2636)
Make monitored_conditions optional.
2017-05-16 08:17:59 +02:00
Gergely Peidl
7d9e13dc10 Fixing Telegram docs (#2637)
* Missing yaml formatter added for Telegram.

* Fixing the url of notify.telegram
2017-05-16 08:14:31 +02:00
Pascal Vizeli
73c93429a0 Update addon_tutorial.markdown 2017-05-16 01:14:59 +02:00
Pascal Vizeli
cdafbad5e9 Update addon_testing.markdown 2017-05-16 01:13:31 +02:00
Pascal Vizeli
2135711757 Update addon_config.markdown 2017-05-16 01:11:35 +02:00
Fabian Affolter
51597a5394
Update for 0.45 2017-05-15 14:09:37 +02:00
Fabian Affolter
c1cd6e65d9
Add link to firewall details 2017-05-15 14:09:12 +02:00
Fabian Affolter
fcab9fb717
Add requirement for netdisco 2017-05-15 14:09:12 +02:00
Fabian Affolter
4c523911d1
Remove duplicate command 2017-05-15 14:09:12 +02:00
Fabian Affolter
3899670cfd
Add details about USB cameras 2017-05-15 14:09:11 +02:00
Fabian Affolter
aaf54d2850
Small changes 2017-05-15 14:09:11 +02:00
Fabian Affolter
94592924ee
Fix typo 2017-05-15 14:09:08 +02:00
Fabian Affolter
e5e349809f Add File sensor docs (#2625) 2017-05-15 14:04:40 +02:00
jhemzal
025d184d61 Update sensor.snmp.markdown (#2621) 2017-05-15 13:58:54 +02:00
Johan Bloemberg
84158a848e Update docs with sensor_type values. (#2634) 2017-05-15 13:23:58 +02:00
deisi
b9fdb713b8 Update osramlightify description (#2633)
Says a word about #7376
2017-05-15 09:53:23 +02:00
rpitera
4e7bbfad66 Add icon template instructions (#2629)
Propose adding icon template instructions to this and the template switch docs.
2017-05-15 09:47: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