Denix
227e97c39a
Update apache.markdown ( #2763 )
...
corrected typo
2017-06-05 11:23:56 +02:00
Brent Saltzman
2660f3f55c
Added example for automation based on solar elevation ( #2760 )
...
* Added example for automation based on solar elevation
Added example for automation based on solar elevation angle trigger.
* Escape the template
2017-06-04 22:22:04 +02:00
Anders Melchiorsen
6c3476ae95
The above/below conditions no longer match equal values ( #2757 )
2017-06-04 18:46:55 +02:00
Anders Melchiorsen
476449131c
The automation state trigger has deprecated its state alias ( #2758 )
...
The "state" used to be an alias for "to" but this was deprecated to make the
meaning more clear.
This commit updates the examples to no longer use the deprecated name.
2017-06-04 18:45:40 +02:00
R Huish
c65cec1a66
Moved warning above command. ( #2752 )
...
* Moved warning above command.
Moved warning above command to ease reading.
* Remove note
2017-06-04 10:30:10 +02:00
Adam Mills
0e1b2a5d39
Support for ZWave value renaming ( #2716 )
2017-06-03 20:14:45 -07:00
Fabian Affolter
850284c4c4
Merge branch 'current' into release-0-46
2017-06-03 09:40:50 +02:00
Marc Forth
0a8fc6aac3
Update securing.markdown ( #2742 )
...
Updated link for TLS/SSL to latest guide.
2017-06-03 09:16:48 +02:00
Adam Mills
6cf3cd0a24
Rename time trigger 'after' to 'at' ( #2731 )
2017-06-01 22:41:02 -07:00
Fabian Affolter
46c281450b
Add chown
2017-05-31 08:32:20 +02:00
Fabian Affolter
565af0d8ba
Add initial benchmark script section
2017-05-31 08:30:58 +02:00
Fabian Affolter
c952b3e265
Add missing conf vars
2017-05-30 17:40:28 +02:00
Fabian Affolter
5d8c88d7c2
Add content from #2330
2017-05-30 12:33:22 +02:00
Fabian Affolter
7a8f89c267
Update name
2017-05-30 12:33:02 +02:00
Patrick Easters
243a1efa74
Updating nginx docs for clarity ( #2561 )
...
* Update nginx docs
Added step to remove passphrase from self-signed cert private key.
Removed http block since enabled sites now are included inside the http block in modern nginx configs
* Update nginx.markdown
Added note about sites-available directory in RPM-based distros (and possibly others)
2017-05-30 12:24:19 +02:00
Fabian Affolter
9fcfb2368a
Add additional example
2017-05-30 09:29:08 +02:00
Joost D
6e3b9df172
Added extra command after having issues ( #2725 )
...
New ZWave stick didn't show up in /dev
Found a solution via the forums that worked for me.
2017-05-30 08:54:49 +02:00
Fabian Affolter
ba42dad3c7
Add sample
2017-05-28 19:38:24 +02:00
Dan Burke
3aad416ff6
Tiny typo ( #2715 )
2017-05-26 20:32:44 +02:00
SilvrrGIT
61a7f421db
Proposed update to yaml config ( #2706 )
...
I have not read the docs extensively but the yaml config example given seems incorrect. It have adjusted to to what I believe is the correct config for the automation example given. I am not sure if things changed with the new Automation editor but I don't want people struggling with configs due to bad documentation.
2017-05-25 10:26:15 +02:00
Paulus Schoutsen
be219c8d59
Merge branch 'current' into next
2017-05-24 16:31:52 -07:00
Ray Goat
904d077fa3
Update editor.markdown ( #2703 )
...
Just added a missing word "sensor"
2017-05-24 14:48:45 +02:00
Arno
8eff1f37f0
Typo: Forgot closing ) for link to virtualenv docs ( #2695 )
2017-05-23 18:26:46 +02:00
Arno
14c8e31f61
Extended installation instructions for Armbian ( #2694 )
...
Though not incorrect, the instructions for installing HA on Armbian are very sparse. This proposed change provides a better way to help users get Home Assistant properly installed on Armbian (linking to existing docs for setting up in a venv)
2017-05-23 13:24:19 +02:00
Michael
8de72a75cb
change homeassistant.turn_on to light.turn_on ( #2691 )
2017-05-23 07:29:11 +02:00
Anders Melchiorsen
ab9950f2d1
Deprecate automation trigger "state" ( #2665 )
...
Also elaborate on the meaning of a state change when no filters are present.
Also make it clear that "from" and "to" are both optional.
2017-05-22 16:30:13 +02:00
John Arild Berentsen
864f839981
Changes for #7676 in homeassistant ( #2674 )
...
* Changes for #7676 in homeassistant
* Update z-wave.markdown
2017-05-21 20:15:57 +02:00
Fabian Affolter
b497fc4882
Merge pull request #2657 from home-assistant/release-0-45
...
0.45
2017-05-21 00:53:22 +02:00
Fabian Affolter
7e5a377be7
Add screenshots ( #2669 )
2017-05-20 22:13:03 +02:00
Fabian Affolter
f2b5333802
Minor updates
2017-05-20 17:48:24 +02:00
Erik-jan Riemers
3a2b38ae38
more error proof ( #2664 )
2017-05-20 09:57:36 +02:00
R Huish
28c9ab8b27
Updated keyring link ( #2667 )
...
* Updated keyring link
New link: https://pypi.python.org/pypi/keyring/10.3.2
* Point to the upstream source of the information
2017-05-20 09:56:09 +02:00
Ruslan Kiianchuk
5cc239bc3e
Fix pacaur invocation in Arch installation ( #2663 )
...
Pacaur does not work as root for security reasons, it will only ask for a password interactively when invoking `makepkg`:
```
$ sudo pacaur -S home-assistant
[sudo] password for zoresvit:
:: you cannot perform this operation as root
```
2017-05-19 20:08:10 +02:00
Fabian Affolter
d5e7847682
Merge branch 'current' into next
2017-05-18 22:12:48 +02:00
Arno
707b6c7e77
pip3 install should be executed with sudo ( #2652 )
...
Installation will fail if not sudo-ed.
2017-05-18 07:47:05 +02:00
Paulus Schoutsen
4cde3536d2
Fix warning
2017-05-17 21:26:25 -07:00
Marc Forth
fee5ecc5d0
Update lets_encrypt.markdown ( #2643 )
...
Corrected command to change user, as the default position for most users is not to have a password for HA user.
2017-05-17 07:21:10 +02:00
Paulus Schoutsen
b198c72a5e
Add info about automation editor
2017-05-16 07:57:58 -07:00
Fabian Affolter
c1cd6e65d9
Add link to firewall details
2017-05-15 14:09:12 +02:00
Fabian Affolter
fcab9fb717
Add requirement for netdisco
2017-05-15 14:09:12 +02:00
Fabian Affolter
4c523911d1
Remove duplicate command
2017-05-15 14:09:12 +02:00
Paulus Schoutsen
79fad1c875
Merge branch 'current' into next
2017-05-13 17:52:27 -07:00
Paulus Schoutsen
59d6c612a4
Clarify customize title
2017-05-13 11:09:51 -07:00
runraid
02bf7d7506
Add link to Actionable Notifications ( #2604 )
...
Add link to Actionable Notifications
2017-05-10 07:54:36 +02:00
David De Sloovere
7f20c5ae36
Improve backup github doc ( #2589 )
...
* Improve backup github doc
Unignore .travis.yaml, which is referenced later in the document to set up CI testing on push.
* Fix extension on .travis.yml
It's .travis.yml and not .travis.yAml
2017-05-07 21:37:41 +02:00
Craig Hills
2361dfaee1
Fixed a typo in the config tool name ( #2592 )
2017-05-07 21:36:52 +02:00
Olivier Guerriat
ec3d5a773d
Mention the iOS companion app ( #2583 )
2017-05-07 10:17:18 +02:00
ChadCurvin
d31561b85d
Add information for "initial_state: True" change ( #2584 )
...
https://community.home-assistant.io/t/automations-not-triggered-anymore/16118
2017-05-07 10:16:22 +02:00
Paulus Schoutsen
4039de28dd
Merge branch 'current' into next
2017-05-06 14:15:17 -07:00
Fredrik Lindqvist
c41577367f
Update customization.markdown
...
Fix formatting of HAssbian config list.
2017-05-06 22:30:01 +02:00