Andrew Cockburn
9006fdb0d9
Add HADashboard docs to ecosystem ( #1508 )
...
* Initial addition of HADashboard to ecosystem
2016-12-01 08:21:48 +01:00
Marc Forth
67bbe002af
Update installation-virtualenv.markdown ( #1519 )
...
Updated to include maximum version of cython, otherwise will download v25.x causing 'make build' to fail
2016-11-30 07:42:18 +01:00
Daniel Perna
a7543e34a9
Merge pull request #1512 from danielperna84/next
...
Updated documentation for updated HomeMatic in HASS
2016-11-29 20:56:34 +01:00
Robbie Trencheny
f5030c5cf7
Forgot the comma :(
2016-11-29 14:49:05 -05:00
Robbie Trencheny
a0ef814415
Add anchor link to version.json
2016-11-29 14:40:41 -05:00
Robbie Trencheny
da6d5bef53
Add a JSON file describing the current version
2016-11-29 13:57:53 -05:00
Daniel Perna
cd6edb1f2b
Added new services, minor changes
2016-11-29 01:31:04 +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
Valentin Alexeev
48b514d368
Dune HD media player description ( #1502 )
...
* WAQI sensor description.
* Rework as Markdown table.
* Dune HD media player documentation.
* Correct description with suggestions from @Landrash
2016-11-28 21:42:45 +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
Daniel Perna
9d226dbd87
Merged
2016-11-28 21:34:35 +01:00
Daniel Perna
1083f2f2b1
Fixed typos as fixed by other commit
2016-11-28 18:49:33 +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
Fabian Affolter
347d12578c
Add threshold sensor docs ( #1511 )
2016-11-28 08:34:05 +01:00
Paulus Schoutsen
1195a690c5
Add websocket API page
2016-11-27 21:18:27 -08:00
Paulus Schoutsen
c29931eb75
Merge branch 'current' into next
2016-11-27 21:13:44 -08:00
Daniel Perna
a54da4032b
Updated doc. for updated HomeMatic in HASS
2016-11-27 21:47:34 +01:00
Lewis Juggins
17419d5853
Generic thermostat tolerance improvement ( #1506 )
2016-11-27 18:52:24 +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
Fabian Affolter
f2ae78ac01
Update ha_release
2016-11-27 12:41:59 +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
91d932528a
Fix header, add title, and add ha_reelase
2016-11-25 18:12:40 +01:00
Fabian Affolter
9b0fd8492f
Remove whitespace
2016-11-25 18:09:53 +01:00
dainok
33ce8f3ef9
Documentation for GPSLogger ( #1496 )
...
GPSLogger merged https://github.com/home-assistant/home-assistant/pull/4089
2016-11-25 18:09:25 +01:00
Patrick Hobusch
289caa944e
Add missing 'update_interval' variable to darksky sensor documentation ( #1497 )
2016-11-25 18:07:18 +01:00
Fabian Affolter
388198465d
Update configuration sample
2016-11-25 17:03:48 +01:00
Vlad Korniev
bd56303a72
IP Bans configuration ( #1450 )
...
* IP Bans configuration
2016-11-25 07:27:18 +01:00
Paulus Schoutsen
10eff18e9b
Release 0.33.4
2016-11-24 15:54:03 -08:00
Jon Caruana
3e563c57da
LiteJet: Add held_more_than and held_less_than options for the automa… ( #1463 )
...
* LiteJet: Add held_more_than and held_less_than options for the automation trigger.
LiteJet: Fix unrelated documentation details.
* LiteJet: Formatting tweak.
2016-11-24 19:06:17 +01:00
Simon Szustkowski
a8e5bebb9d
Proper documentation for foursquare ( #1492 )
2016-11-24 15:08:38 +01: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
dasos
44cb27801b
Docs for Hook ( #1490 )
...
* Documentation for Hook
* Fixed spelling
* Added `ha_version` and `ha_iot_class`
2016-11-24 05:41:52 +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
kaustubhphatak
395007ba63
Corrected the mapping for HA vs MySensors State ( #1486 )
2016-11-23 15:50:48 +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
Johan Bloemberg
0326a68363
Dmsr ( #1432 )
...
* Add DSMR documentation.
* Add to index, add Dutch names.
* Update docs for device -> port change.
* Add tested versions.
* Add ha_version, screenshot and more known hardware
2016-11-23 08:44:59 +01:00
Valentin Alexeev
a1e108e74f
WAQI sensor ( #1451 )
...
* WAQI sensor description.
* Rework as Markdown table.
2016-11-23 08:30:26 +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