699 Commits

Author SHA1 Message Date
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
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
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
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
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
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
Fabian Affolter
36d13382d8
Merge branch 'current' into next 2016-11-19 13:06:40 +01:00
John Arild Berentsen
8977fc036c Update z-wave.markdown (#1452)
* Update z-wave.markdown

* Update z-wave.markdown
2016-11-19 11:48:42 +01:00
Robbie Trencheny
9529e7dfcc Git is required to clone 2016-11-10 16:56:47 -08:00
Fabian Affolter
e8f95af662 Merge pull request #1383 from home-assistant/next
0.32
2016-11-05 17:06:58 +01:00
Dale Higgs
405e150767 Add important template notes (#1397) 2016-11-05 09:08:27 +01:00
Fabian Affolter
d85fe543da Binary sensor classes (#1396)
* Link to binary sensor docs for sensor_class

* Include link to sensor_class (fixes #1346)
2016-11-05 08:58:39 +01:00
Paulus Schoutsen
66f54d2d2e Bump min version for windows 2016-11-04 23:44:47 -07:00
Paulus Schoutsen
c1148f8ec4 Merge remote-tracking branch 'origin/current' into next 2016-11-04 23:24:11 -07:00
Emily Cassandra Meeker
23270a4925 Grammar and native English corrections to Getting Started pages (#1366)
* Grammar change on Getting Started page

* Wording on Devices to more natural native English

* Native English corrections on presence-detection
2016-10-30 12:33:02 +01:00
antihate8
694d9268bb Small fix to python pip command (#1363) 2016-10-30 12:31:53 +01:00
John Lindley
d7b2008ec3 add the other possibility of leave (#1357)
I spent about 20 minutes searching around.  Didn't know if it was leaving, leave, exit, etc.  Figured this might save someone time later on.
2016-10-29 10:09:34 +02:00
Alex Tzonkov
f65559a2b4 Adding missing '-c' option (#1351) 2016-10-28 09:20:14 +02:00
Fabian Affolter
cac1675323
Update os name 2016-10-28 08:24:55 +02:00
Fabian Affolter
8d85a50462
Update 2016-10-28 08:24:55 +02:00
Robbie Trencheny
85eb61de87 Update z-wave docs to correctly format alt cmds (#1348) 2016-10-28 07:48:43 +02:00
Fredrik Lindqvist
05668de732 Update z-wave.markdown (#1329)
Specify version of cython that installed.
2016-10-28 07:48:30 +02:00
yasin
a01d73b732 Revise and update additional sections (#1330)
* Revise and update Automation

* Helpers updates

* Android updates

* Fix link typo

* Rectify wording

* Update to macOS

* Update securing text

* Update updating

* Update basic info

* Further basic updates
2016-10-27 16:04:41 +02:00
codeavenger07
77c14979ea Update automation-create-first.markdown 2016-10-27 07:37:49 -04:00
Ken Carpenter
cd1088c8e2 Minor improvements to Getting Started page
Bullet points comprised of sentence fragments shouldn't end in a period.

Improves #1052
2016-10-26 22:07:56 -07:00
Fabian Affolter
4f4aa2032d Merge pull request #1301 from ryqiem/patch-2
Added virtualenv example
2016-10-26 08:15:19 +02:00
j james
25d8c1d52e Update configuration.markdown
Minor edits for style and grammar.
2016-10-25 21:41:56 -05:00
Fabian Affolter
04bf51d895
Add self-signed certificate option 2016-10-25 20:02:13 +02:00
Fabian Affolter
e12049cc18
Fix link 2016-10-25 19:58:19 +02:00
Fabian Affolter
0d90196754
Make commands more visible 2016-10-25 14:38:17 +02:00
Fabian Affolter
9b15c44756 Merge pull request #1306 from geirra/current
Update z-wave-device-specific.markdown
2016-10-24 08:22:10 +02:00
Phil Hawthorne
47bcde12fd Update Z-wave Association service name (#1304)
The z-wave association service is actually called `change_association`.
2016-10-24 06:56:31 +02:00
geirra
3eb78af779 Update z-wave-device-specific.markdown
update example on zwave/set_config_parameters to reflect correct parameters
2016-10-24 05:26:37 +02:00
ryqiem
bf29b1e84b Update autostart-systemd.markdown 2016-10-23 15:19:34 +02:00
lcersly
7130abca26 Update installation-synology.markdown (#1293)
Changed su to sudo as DSM 6.0.
Changed some of the commands to be more newbie friendly.
2016-10-23 12:50:05 +02:00
Mike Nicholson
0e436f8b9b Update z-wave.markdown (#1180)
* Update z-wave.markdown 
`checkinstall` must be installed before being able to generate a package.
2016-10-23 12:45:09 +02:00
ryqiem
ecf53028d7 Added virtualenv example 2016-10-23 10:53:19 +02:00
Fabian Affolter
056e268aa1 Merge pull request #1263 from home-assistant/next
0.31
2016-10-23 00:33:19 +02:00
Pratyush Mohapatra
4b98d72435 added a word to fix grammar (#1298) 2016-10-22 21:11:18 +02:00
hcooper
04c77dfbe7 zwave exposes >10 services (#1272) 2016-10-22 11:03:11 +02:00
Paulus Schoutsen
be8ea1aef1 Merge branch 'current' into next 2016-10-21 22:52:07 -07:00
Fredrik Lindqvist
f7255cad86 Add more instructions to HASSbian docs. (#1262)
* Add more instructions to HASSbian docs.

* Update installation-raspberry-pi-image.markdown

 - Add viewing of log trough journalctl
 - Add information about status command for Home Assistant service
 - Fix formatting
2016-10-22 06:06:03 +02:00
Spencer Owen
7a4ed88ab1 fix missing space (#1287) 2016-10-21 08:55:35 +02:00
John Arild Berentsen
00420fed62 Association services (#1252)
* Update z-wave.markdown

* Update z-wave.markdown
2016-10-16 20:52:40 +02:00
Kumar Gaurav Pandey
b2f59aebfa Fix typo in getting-started/z-wave (#1251) 2016-10-15 15:41:55 +02:00
Shawna
8d23174919 fixed a grammar error (#1247) 2016-10-15 08:04:04 +02:00
Shawna
d4691f1594 Fixed wording to be more clear, removed a typo (#1248) 2016-10-15 08:03:23 +02:00
Alok Saboo
1e1c1ebf9b Removed reference to use_trigger_values (#1201) 2016-10-14 22:51:20 +02:00
Lukas
73f2e229b0 Add ignore option to zwave customize configuration (#1238)
PR for home-assistant/home-assistant#3865
2016-10-14 22:44:55 +02:00