Commit graph

3956 commits

Author SHA1 Message Date
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
Matt N
39dd48d1ce Change condition example to use the lowercase 'on' state (#1500)
HA normally uses a lowercase 'on' state: 32ffd006fa/homeassistant/const.py (L160)
2016-11-26 18:01:43 +01:00
Matt N
d3e5b9865c jupyter_notebooks_introduction typo: emtpy => empty (#1499) 2016-11-26 18:00:53 +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
Paulus Schoutsen
10eff18e9b Release 0.33.4 2016-11-24 15:54:03 -08:00
Sebastiaan
02f60a507d Update tls_self_signed_certificate.markdown (#1491)
Fixed link to https://home-assistant.io/blog/2015/12/13/setup-encryption-using-lets-encrypt/
2016-11-24 14:16:20 +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
Ciquattro
1dd95ed15f modified an error on the config syntax (#1446)
* modified an error on the config syntax 

as stated here
https://home-assistant.io/getting-started/scripts-conditions/
under condition: can't set platform: time but condition: time
* Update automation-examples.markdown
Address feedback from @fabaff
2016-11-23 08:27:41 +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
Carlo Costanzo
60d706ef8d Quick time window update (#1479)
Added example of windo crossing midnight as per https://github.com/home-assistant/home-assistant/pull/2158
2016-11-23 07:53:14 +01:00
Matt N
0e8ad94d3a light.mqtt_template: Fix typo: "optionaly" (#1481) 2016-11-23 07:39:49 +01:00
Paulus Schoutsen
1de24a1b8d Add issue section to blog 2016-11-22 20:49:39 -08:00
Paulus Schoutsen
8f3036e30c Release v0.33.3 2016-11-22 20:37:11 -08: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
David De Sloovere
2d73da8e4c Update installation-raspberry-pi-image.markdown (#1459)
* Update installation-raspberry-pi-image.markdown

Add info to customize. I had to search a few minutes to figure out how to change the keyboard layout. 

Add Windows 10 SSH in bash info. Maybe there should be a seperate page in the documentation, where all 'How to connect/SSH' topics link to. That way it won't have to be repeated throughout the docs.

* Update installation-raspberry-pi-image.markdown

* Update installation-raspberry-pi-image.markdown

Reworked mention of Windows 10 bash feature mention.

* Update installation-raspberry-pi-image.markdown

Contained a typo, but also changed the wording
2016-11-22 13:38:03 +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
Paulus Schoutsen
553a0442fe Version bump to 0.33.2 2016-11-21 19:46:54 -08: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
Paulus Schoutsen
690f1155c7 Release 0.33.1 2016-11-20 12:15:08 -08:00
Brian J King
b23f881e33 Rename automation_first_light to automation_first_light.markdown (#1467)
Page rendering is fubar, attempting to fix.
2016-11-20 18:11:44 +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
Pedro Navarro
0b1b6700fc Fixed typo (#1465) 2016-11-20 18:07:03 +01:00
arjenfvellinga
eb538d9b70 Changed order of instructions. (#1466)
Order of the instructions suggested that the sample service file could be used if you installed Hass in a virtual environment. Which isn't the case.
2016-11-20 18:06:29 +01:00
Paulus Schoutsen
48703d3543 Add social image 2016-11-19 16:24:36 -08:00
Paulus Schoutsen
12a3a5cdbf Update date on release post 2016-11-19 16:16:03 -08:00
Paulus Schoutsen
86c57c5e43 Merge pull request #1456 from home-assistant/next
0.33
2016-11-19 16:04:31 -08:00
Paulus Schoutsen
f0a5098b9f move to Nov 20 release 2016-11-19 15:57:23 -08:00
Paulus Schoutsen
470cc8d728 Wrap up blog post 2016-11-19 15:55:39 -08:00
Carlo Costanzo
76284e87b8 Create initial cookbook file for @ih8gates (#1428)
* Create initial cookbook file for @ih8gates

I thought you could use the gist but it didn't work out.  you can edit this file now though.

* Update automation_first_light

* Added {% raw %} and {% endraw %} to template lines.
2016-11-20 00:38:16 +01: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
4d288c529a Update release post 2016-11-19 10:05:27 -08:00
Paulus Schoutsen
5cbc85d51c Merge branch 'current' into next 2016-11-19 09:55:51 -08:00