Commit graph

2895 commits

Author SHA1 Message Date
Yannic-HAW
e8a25e8194 Update switch.broadlink.markdown (#1980)
Added description and example for send_packet service
2017-02-07 19:40:22 +01:00
R Huish
f821cf2900 Updated to reflect firebase.google.com changes (#1987)
firebase.google.com has moved to a new longer key and the regenerate button is no longer present.
2017-02-07 19:39:27 +01:00
Trevor
2d9a7e8b8d Document icon_template for template sensor (#1991) 2017-02-07 19:32:47 +01:00
Fabian Affolter
2b28667652 Add MQTT discovery (#1952)
* Add MQTT discovery

* Update configuration
2017-02-07 19:13:16 +01:00
Alok Saboo
00a1b09386 Minor fixes. (#1984) 2017-02-06 22:35:26 +01:00
Fabian Affolter
e157039ab3
Update sample 2017-02-06 21:42:47 +01:00
arjenfvellinga
1595a715cb Update notify.pushbullet.markdown (#1983)
More specific instruction where to retrieve your api key.
2017-02-06 18:44:27 +01:00
Adrián López
79c38c1792 Doc for rich facebook messages (#1979) 2017-02-06 14:02:05 +01:00
Philipp Schmitt
faff9c90a0 webostv: Add documentation for the filename config (#1951)
* notify.webostv and media_player.webostv: Add documentation for the filename configuration

* Remove line breaks
2017-02-06 08:10:21 +01:00
thecynic
c91fb86568 Update lutron component documentaion (#1932) 2017-02-06 08:09:09 +01:00
Brian J King
0f4865b038 Fix typo in configuration variables for TP-Link Smart Switches (#1982)
Page had indicated [MyStrom)(https://mystrom.ch/en/), however, this appears to be another smart switch option, not TP-Link as the page is about.
2017-02-06 07:49:33 +01:00
Duoxilian
2b0557b388
Update climate.markdown (#1898)
Add documentation for hold_mode.
2017-02-05 22:25:33 +01:00
Fabian Affolter
2b0c208e1f
Fix tables 2017-02-05 22:13:20 +01:00
Duoxilian
79e2d61109
Update climate.ecobee.markdown (#1967) 2017-02-05 22:04:50 +01:00
Martin Hjelmare
74ac6b9383 Update mysensors sensor (#1976)
* Add V_DIRECTION.
* Add example sketch for mysensors 2.x.
2017-02-05 21:07:45 +01:00
Duoxilian
cb07f61ef0 Update climate.ecobee.markdown (#1967) 2017-02-05 09:26:33 +01:00
Sebastian
87e7c16ef2 Added note regarding dashes in script names (#1518) 2017-02-05 09:30:14 +02:00
Paulus Schoutsen
d3627d6af7 Merge branch 'current' into next 2017-02-04 20:49:32 -08:00
Michaël Arnauts
38f7c12f51 Update microsoft_face.markdown (#1960)
Curl needs `--data-binary` to reliably upload binary data.
2017-02-04 13:19:09 +01:00
kentcalero
6f494ee6b0 update microsoft_face.markdown for grammar (#1958) 2017-02-04 13:18:24 +01:00
Fabian Affolter
3d6c06c130 Add load (#1954) 2017-02-04 09:59:13 +01:00
pavanagrawal123
bfefe86783 Update Documentation (#1953)
Few grammar fixes.
2017-02-04 09:58:48 +01:00
Daniel Perna
c874a93bbc Made topics linkable 2017-02-03 18:01:45 +01:00
Daniel Perna
502a5567a6 Updated variable usage 2017-02-03 17:58:05 +01:00
Fabian Affolter
0d3616737b Add moon docs (#1949) 2017-02-03 09:45:17 +01:00
Fabian Affolter
345be28e5f Add wind bearing (#1950) 2017-02-03 09:44:38 +01:00
Fabian Affolter
b31bb8d4b2
Remove line breaks 2017-02-03 09:12:32 +01:00
Fabian Affolter
e1beda858d
Update ha_release 2017-02-03 09:08:43 +01:00
Matt Cahill
32f8077260 proposed change for issue #1939 (#1940)
* proposed change for issue #1939

changed link target to point to correct location of libcec in system site-packages
included latest default location for the virtual env in a Raspberry Pi All-In-One installation

* update to reflect differing locations of libcec
2017-02-03 09:06:26 +01:00
Philipp Schmitt
cc9204a117 Add documentation for Orange Livebox Play TV devices (#1872)
* Add documentation for Orange Livebox Play TV devices

* Add documentation about the port config parameter

* Reword according to suggestion by @Landrash

* Update HA release version
2017-02-03 08:55:24 +01:00
Wolf-Bastian Pöttner
cadb541ebf Added documentation for fritz dect switches (#1867) 2017-02-03 08:30:22 +01:00
Ryan Kraus
49a0841126 Alert component documentation. (#1787)
* Alert component documentation.

Added the documentation for the alert component.
home-assistant/home-assistant#5201

* Updated alert documentation to reflect changes made in PR.

* Bumped the ha_release number.
2017-02-03 08:26:18 +01:00
miniconfig
fe577ef172 Added Documentation for OpenEVSE sensor. (#1947)
* Added Documentation for OpenEVSE sensor.

* Added ha_release.
2017-02-03 08:05:33 +01:00
Pascal Vizeli
554113dbbe Update ffmpeg.markdown 2017-02-02 23:18:52 +01:00
Pascal Vizeli
eb8293732d Remove hint to fork since that is very insecure. 2017-02-02 23:17:22 +01:00
Colin O'Dell
837ab14868 Document the QNAP sensor (#1943) 2017-02-02 12:29:16 -08:00
Philipp Schmitt
ba04007709 lock.nuki documentation (#1941) 2017-02-02 21:03:10 +01:00
Daniel Høyer Iversen
eedd1f1813 Update sensor.miflora.markdown (#1942) 2017-02-02 20:57:19 +01:00
Duoxilian
a94b3fdf35 Update climate.markdown (#1944) 2017-02-02 20:54:16 +01:00
Felix Fischer
53c3ff3fdc explain value extraction via template (#1891)
* explain value extraction via template

Getting values from a JSON variable via `state_format` did not work for me, but using `value_template` worked. I added some explanation on how to use it.

* wrap template with {% raw %}...{% endraw %}
2017-02-02 09:25:08 +01:00
Oliv3rDog
f72701dba6 Update switch.broadlink.markdown (#1935) 2017-02-02 09:13:32 +01:00
bbrendon
5574cf840a details about nmap process being called (#1937) 2017-02-02 08:56:30 +01:00
Pascal Vizeli
64e83f228a Remove old stuff 2017-02-01 17:43:33 +01:00
Fabian Affolter
1d1f018e2c
Add redirect 2017-02-01 09:04:37 +01:00
Pascal Vizeli
9b6240553a Spliting doc for ffmpeg binary sensor (#1924) 2017-02-01 09:01:06 +01:00
Teemu R
e3eed32e5b Update light.yeelight.markdown (#1757)
* Update light.yeelight.markdown

* Update light.yeelight.markdown

document configuration variables, document music mode.

* Update light.yeelight.markdown

fix naming of use_music_mode
2017-02-01 06:18:39 +01:00
Josh Wright
623024ee29 Language cleanup on sensor.http
A small cleanup of some language and phrasing on the sensor.http page.
2017-01-31 19:05:18 -05:00
Carlo Costanzo
d5d8b9725d added some of the new options to the example (#1905)
* added some of the new options to the example

added in so that it was clearer that true/false were the values to use.

* TOOK out the examples

added in (true/false) to show options.
2017-01-31 10:39:38 +01:00
Fredrik Lindqvist
ba09360ce4 Update switch.mqtt.markdown (#1923)
Fix `mosquitto_pub` example to work with example code.
2017-01-30 22:27:25 +01:00
Pascal Vizeli
35a6b3d7ed Update image_processing.markdown 2017-01-30 19:10:32 +01:00