Commit graph

1849 commits

Author SHA1 Message Date
Carlo Costanzo
ff8aa8f8c8 Example of Data_template with IFTTT (#1522)
This drove me nuts for a few hours trying to get the exact syntax down so I thought I would share.
2016-12-02 14:32:36 +01:00
Pedro Pombeiro
eb312de871 Fix typo (#1523) 2016-12-01 08:49:54 +01:00
Fabian Affolter
01907a899e
Fix raw 2016-11-28 22:04:43 +01:00
Marcel030nl
f4b3018361 Update sensor.pvoutput.markdown (#1494)
* Update sensor.pvoutput.markdown

Inserted raw-tags.

* Update sensor.pvoutput.markdown

spelling.
2016-11-28 21:44:15 +01:00
Michaël Arnauts
d33fbaef7d Fix binary_sensor.command_line example (#1501)
The example to check if an IP is alive didn't work. It seems that the `&> /dev/null` redirector didn't work. `> /dev/null 2>&1` works fine however.

This can be verified with the following config:
```yaml
- platform: command_line
  name: "testtrue1"
  command: "true &> /dev/null && echo success || echo fail"
  scan_interval: 5
  payload_on: "success"
  payload_off: "fail"

- platform: command_line
  name: "testfalse1"
  command: "false &> /dev/null && echo success || echo fail"
  scan_interval: 5
  payload_on: "success"
  payload_off: "fail"

- platform: command_line
  name: "testtrue2"
  command: "true > /dev/null 2>&1 && echo success || echo fail"
  scan_interval: 5
  payload_on: "success"
  payload_off: "fail"

- platform: command_line
  name: "testfalse2"
  command: "false > /dev/null 2>&1 && echo success || echo fail"
  scan_interval: 5
  payload_on: "success"
  payload_off: "fail"
```

Also a `-W 1` lowers the timeout to one second.
2016-11-28 21:42:24 +01:00
SilvrrGIT
a1e65601b6 Update to more clearly define options with Nest (#1513)
Based on discussion in this thread.  https://community.home-assistant.io/t/nest-protect-configuration/1327/11
2016-11-28 18:07:50 +01:00
SilvrrGIT
c41228d919 Clarification of Nest options (#1514) 2016-11-28 18:05:36 +01:00
fredespi
6169e1f9ae Update sensor.template.markdown (#1509) 2016-11-27 18:49:38 +01:00
Fredrik Lindqvist
97d19293db Removed extra an space. (#1507)
Extra space was added in with update of text.
2016-11-27 14:04:52 +01:00
amahlaka
adcdc33446 Added note on Android support (#1505) 2016-11-27 02:10:49 -08:00
Matt N
bf204314b1 Delete removed simple_alarm component docs (#1498)
This was superseded by /source/_cookbook/python_component_simple_alarm.markdown
2016-11-26 18:03:22 +01:00
Fabian Affolter
9b0fd8492f
Remove whitespace 2016-11-25 18:09:53 +01:00
Fabian Affolter
388198465d
Update configuration sample 2016-11-25 17:03:48 +01:00
Fredrik Lindqvist
5ecf4e6909 Implement changes from #1394
Implement changes from #1394 because of merge conflict. 
All credit goes to @	Marcel030nl
2016-11-23 15:56:45 +01:00
dpressle
2fc0b02136 MySensor: Add description on current temperature option (#1484)
* Add description on current temperature option for MySensor.
2016-11-23 14:26:13 +01:00
Matt N
2b5d3c0c10 Fix over 100 typos/spelling mistakes :P (#1483)
* Fix a bunch of typos/spelling mistakes
* Removed extra spaces from emulated_hue
* Correct device type. of binary_sensor.enocean.markdown
2016-11-23 10:23:23 +01:00
Marcel030nl
455325fe61 Update sensor.pvoutput.markdown (#1480) 2016-11-23 08:56:57 +01:00
Fabian Affolter
e05b408b9d
Add ha_release 2016-11-23 08:24:39 +01:00
Fabian Affolter
62fb1262d5
Replaced by Neato for featured 2016-11-23 08:07:36 +01:00
Matt N
0e8ad94d3a light.mqtt_template: Fix typo: "optionaly" (#1481) 2016-11-23 07:39:49 +01:00
Carlo Costanzo
04aa47785a Added in helpful tip (#1472)
* Added in helpful tip

Excluding entries in logbook every 3 minutes.

* Update cover.garadget.markdown
2016-11-22 15:46:20 +01:00
Erik Eriksson
cad2cea2f3 More details about config (#1476) 2016-11-22 15:38:04 +01:00
Erik Eriksson
dd09cd5e8b Removed obsolete info (#1477)
Removed obsolete info and unnecessary info to end-users
2016-11-22 15:37:17 +01:00
Fabian Affolter
c5ea3f50b8
Add timetable data for Switzerland 2016-11-22 13:44:25 +01:00
neonbunny
144bb13be3 Remove "icon" setting from device_tracker component (#1473)
Whilst the icon setting might be handy for representing a device, there's no code in the device_tracker component to support this setting.
2016-11-22 11:14:14 +01:00
Molodax
205484f722 Update sensor.vasttrafik.markdown (#1474)
Apparently, **from** is required.
2016-11-22 11:03:37 +01:00
dennisaion
152ca9d906 Update (#1470)
Hey there.

I noticed a mistake in the configuration example


I changed this

notify:
  - name: NOTIFIER_NAME
    platform: kodi
    host: http://192.168.0.123

to this

notify:
  - platform: kodi
    name: NOTIFIER_NAME
    host: http://192.168.0.123
2016-11-22 10:54:16 +01:00
Pascal Vizeli
6d20493650 Update recorder.markdown 2016-11-21 14:20:18 +01:00
Pascal Vizeli
a2a75c0eeb Update recorder.markdown 2016-11-21 14:19:37 +01:00
jnimmo
3e74d48820 Fixed service name for alarm keypress (#1464)
Missed that it was called envisalink_alarm_keypress instead of alarm_keypress
2016-11-20 18:08:39 +01:00
Paulus Schoutsen
470cc8d728 Wrap up blog post 2016-11-19 15:55:39 -08:00
John Arild Berentsen
1f73e8cede Update Neato component (#1421)
* Update switch.neato.markdown

* Create sensor.neato.markdown

* Create neato.markdown

* Update neato.markdown

* Update neato.markdown
2016-11-19 15:37:25 -08:00
mnestor
459ea2012b Documentation for Google Calendar component (#1403)
* Documentation for Google Calendar component
* Fixes from @Landrash
2016-11-20 00:25:55 +01:00
Paulus Schoutsen
5cbc85d51c Merge branch 'current' into next 2016-11-19 09:55:51 -08:00
Fabian Affolter
04c19e8b8f
Fix merge 2016-11-19 13:13:07 +01:00
Fabian Affolter
36d13382d8
Merge branch 'current' into next 2016-11-19 13:06:40 +01:00
Fabian Affolter
793ee3f257 Add API stream sensor docs (#1462) 2016-11-19 12:50:04 +01:00
skyval
71c4245fe5 Add broadlink sensor support (#1457)
* Add broadlink sensor suport

* Add ha_release
2016-11-19 11:49:39 +01:00
Fredrik Lindqvist
231814be86 General cleanup of new merged pull requests (#1458)
* Update sensor.synologydsm.markdown

Changes to spelling and formatting.

* Update sensor.command_line.markdown

Fix spelling, grammar and rewrote some instructions.

* Update hdmi_cec.markdown

Fix spelling and formatting.
2016-11-19 11:31:58 +01:00
Fabian Affolter
1fef830fbb Add PVOutput docs (#1406) 2016-11-19 10:05:42 +01:00
Jan Pobořil
2641693202 Fixed typo in OpenALPR (#1460) 2016-11-19 10:05:27 +01:00
jnimmo
44c12e1ba1 Add supported services (#1249)
To document the new alarm_keypress
* Add supported services
* Update envisalink.markdown
2016-11-18 21:01:55 +01:00
hexa-
77e1d8c280 Add http.use_x_forwarded_for option (#1430)
Signed-off-by: Martin Weinelt <hexa@darmstadt.ccc.de>
2016-11-18 18:09:32 +01:00
Richard H
e92707a724 Added bidirectional slider example on Input Slider Component Page (#1439)
* Added bidirectional slider example
2016-11-18 18:04:49 +01:00
Sean Dague
7192484bf1 add reference to light.hue_activate_scene (#1453)
Related to #4425
2016-11-17 22:14:08 -08:00
Nathan Henrie
edf76a05b2 Update switch.command_line friendly_name behavior (#1437)
`switch.command_line` will now always use `object_id` for `entity_id`, even if `friendly_name` is given.

https://github.com/home-assistant/home-assistant/issues/3434
https://github.com/home-assistant/home-assistant/pull/4343

How interesting -- issue 3434 and PR 4343.
2016-11-16 22:14:31 +01:00
SilvrrGIT
3587076d2e Update light.yeelight.markdown (#1447) 2016-11-16 22:11:59 +01:00
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