godloth
0af4f52129
Fixed some typos and text ( #1449 )
...
made some errors in the first submission and the text was not that clear, should be ok now
2016-11-16 22:09:24 +01:00
vrs01
fdaa9e9a15
Typo "api-key (required)" ( #1448 )
2016-11-16 22:08:33 +01:00
Fabian Affolter
e0ca6f56ce
Add missing quote
2016-11-15 09:02:04 +01:00
Fabian Affolter
2d65c079c7
Update image locations
2016-11-15 08:50:07 +01:00
Fabian Affolter
d9b60a9cd3
Fix link to image
2016-11-15 08:46:11 +01:00
Fabian Affolter
5eb70fc800
Fix category
2016-11-15 08:42:26 +01:00
Michel Settembrino
749c88e025
Image source changed and {% raw %} {% endraw %} added. ( #1443 )
...
* Image source changed and {% raw %} {% endraw %} added.
* Image added.
2016-11-15 08:39:21 +01:00
Fabian Affolter
a03edbc123
Add birth and will message
2016-11-15 08:30:57 +01:00
Fabian Affolter
5becb9b43d
Add box
2016-11-15 08:09:26 +01:00
Fabian Affolter
f43c783fcd
Fix typo and minor layout changes
2016-11-15 08:09:26 +01:00
Molodax
f3b6afff6a
Update media_player.samsungtv.markdown
...
A new supported model has been added.
2016-11-14 21:01:56 +01:00
Fabian Affolter
ea752d586e
IFTTT ( #1434 )
...
* Add sensor
* Update screenshots
* Update
2016-11-14 19:11:01 +01:00
Marcelo Moreira de Mello
9e7ee634f1
Added some extra options to Weather Underground component and organized option list in alphabetical order ( #1418 )
...
* Added some extra options to Weather Underground component and organized option in alphabetical order
* Added location and elevation options
2016-11-13 22:18:38 +01:00
Michel Settembrino
9df1208c13
Update cover.garadget.markdown ( #1427 )
2016-11-13 22:14:41 +01:00
godloth
8e95942763
added extra config to use with AIO ( #1433 )
...
added the needed grant to be run as a non admin with AIO
2016-11-13 16:19:16 +01:00
Michaël Arnauts
b68d5b713f
mqtt switch controls a switch, not a light. ( #1435 )
2016-11-13 15:49:57 +01:00
Molodax
5730af01ed
Update switch.command_line.markdown ( #1436 )
...
There are several mistakes in the examples: upper case and spaces are not allowed in identifier.
See the issue here: https://community.home-assistant.io/t/command-line-switch-possible-documentation-issue/6218/3
2016-11-13 15:49:37 +01:00
Fabian Affolter
66a907f01c
Fix liquid error, remove obsolete details, and other minôr updates
2016-11-13 12:53:06 +01:00
Fabian Affolter
dda9520933
Add sensor
2016-11-13 12:27:23 +01:00
godloth
26b74031e2
added example for command_line sensor ( #1429 )
...
Added working example for this sensor that i've seen a lot on the community where a lot of those examples were obsolete and even experienced user were confused . The issue came from the update in the logger messages in the home-assistant.log file
2016-11-13 12:26:07 +01:00
Fabian Affolter
e221eac93f
Update
2016-11-13 12:21:32 +01:00
Fabian Affolter
03976bdb71
Put note in a note box
2016-11-11 15:43:51 +01:00
Fabian Affolter
5905663f1c
Add ha_release
2016-11-11 15:43:28 +01:00
Fabian Affolter
f068f5565c
Add sensor
2016-11-11 15:38:05 +01:00
Antoine Bertin
6c676dbefe
Add mqtt_template light documentation ( #1410 )
...
* Add mqtt_template light documentation
* Use raw and endraw
2016-11-11 08:39:38 +01:00
Nathan Henrie
a2eb3150d0
Fix spelling of temperature ( #1426 )
2016-11-11 08:35:35 +01:00
Marcelo Moreira de Mello
c157127661
Fixed typo on light.flux_led.markdown ( #1425 )
2016-11-10 23:42:50 +01:00
Christopher Viel
7f27b38aa9
Add turn_off to the wol switch. ( #1422 )
...
Updates the documentation to add changes from home-assistant/7a946af40f487b9f3152748875eae77d2ba849df
2016-11-10 15:40:35 +01:00
Daniel Høyer Iversen
e67faef2a0
Update light.flux_led.markdown ( #1424 )
2016-11-10 15:39:39 +01:00
Bart274
d3502a47da
2FA isn't support, 2SA is. ( #1423 )
2016-11-10 15:38:58 +01:00
Finbarr Brady
b7ecb155f3
Documentation for Cisco IOS device tracker ( #1419 )
...
* New cisco_ios device_tracker component docs
* Update layout
* Adding Cisco PNG
* Made smaller
2016-11-10 15:38:15 +01:00
godloth
8de4dc7f13
fixed some display errors ( #1420 )
2016-11-08 21:35:33 +01:00
godloth
9030fabcb6
Added CEC documentation ( #1417 )
...
Added documentation to help ppl giving a try at the CEC implementation, this way they won't have to look elsewhere to enable the config in the example
2016-11-08 08:50:19 +01:00
Ferry van Zeelst
a3c63fd057
Updated Synology.DSM user description ( #1413 )
...
It was unclear which rights the user needed to read this information. Added this to the sensor page
2016-11-08 00:12:00 +01:00
Hugo Dupras
786ae75298
Update Netatmo binary sensor documentation ( #1412 )
...
* Update Netatmo binary sensor documentation
New limit parameter is introduced to reflect the events from the last X minutes
Signed-off-by: Hugo D. (jabesq) <jabesq@gmail.com>
* Change limit to timeout
Signed-off-by: Hugo D. (jabesq) <jabesq@gmail.com>
2016-11-08 00:10:40 +01:00
froz
674e538ea5
Add undocumented comm_type ( #1414 )
...
The CM19A is an RF device and will not work unless the correct comm_type is added to the configuration. Support for comm_type is already implemented in homeassistant/components/switch/mochad.py, but it is undocumented.
2016-11-08 00:10:04 +01:00
Daniel Perna
62b1176d72
Update notify.nfandroidtv.markdown ( #1415 )
2016-11-08 00:09:24 +01:00
Daniel Høyer Iversen
5840db495c
Update switch.rfxtrx.markdown
2016-11-06 14:42:31 +01:00
Phil Hawthorne
1ba4b917ab
Fix typo in Synology DSM docs
...
There's a slight typo in the docs for the new Synology DSM component.
2016-11-06 22:06:18 +11:00
Fabian Affolter
cb43856983
Fix logos
2016-11-06 10:59:01 +01:00
Fabian Affolter
11ecba902f
Merge pull request #1360 from betrisey/next
...
Add Swisscom Internet-Box device tracker
2016-11-05 21:10:34 +01:00
Fabian Affolter
5ae67203c0
Merge pull request #1325 from janLo/pilight-send-delay
...
Explain pilight send_delay in the component
2016-11-05 18:37:05 +01:00
Fabian Affolter
3c2674b9fe
Merge pull request #1170 from tchellomello/syslog_logo
...
Added Syslog logo
2016-11-05 18:36:08 +01:00
Fabian Affolter
e1a57f4000
Merge pull request #1167 from tchellomello/weblink_logo
...
Added logo to weblink
2016-11-05 18:35:28 +01:00
Fabian Affolter
6e666e082c
Merge pull request #1163 from tchellomello/mold_logo
...
Added logo to mold sensor
2016-11-05 18:35:17 +01:00
Fabian Affolter
c03e0f7a3b
Merge pull request #1162 from tchellomello/manual_alarm_logo
...
Added logo to Alarm Control Panel Manual
2016-11-05 18:35:09 +01:00
Paulus Schoutsen
a926b71279
Re-order 0.32 blog post + add more logos
2016-11-05 10:30:21 -07:00
Fabian Affolter
e21a26f2de
Add inital dovado docs
2016-11-05 17:44:10 +01:00
Fabian Affolter
9325c4abdd
Fix liquid error
2016-11-05 17:13:26 +01:00
Fabian Affolter
e8f95af662
Merge pull request #1383 from home-assistant/next
...
0.32
2016-11-05 17:06:58 +01:00