Commit graph

399 commits

Author SHA1 Message Date
UnrealKazu
738d545a4c Add clarification on reloading automation rules (#3851)
The docs gave the impression that saving an automation rule created in the automation editor would be sufficient for the rule to come into effect. You still need to reload the rules, which is why I've added this to the docs.
2017-10-31 17:35:48 +01:00
Andrew Cockburn
a58d2a88a1
Merge pull request #3809 from Rubyan/patch-2
Fixed the sunrise / sunset example code in the documentation
2017-10-30 10:05:44 -04:00
DubhAd
4d312f3a10
Power and Jessie notes
Added warning about using a suitable power supply. Added note about Stretch not being supported yet.
2017-10-29 10:01:21 +00:00
DubhAd
2c9b770de2
Adding power supply reminder 2017-10-29 09:59:49 +00:00
arretx
2c1d63be6e Update customizing-devices.markdown (#3816)
When I read this line, I was thinking that ALL THREE were required, otherwise it would fail.  I believe the sentiment is that in order to utilize any of the three, they must fall under homeassistant: in order for them to work.  Correct?
2017-10-29 01:41:49 +02:00
Fabian Affolter
4d2978ba67
Update timestamps to ISO 8601 (#3814) 2017-10-29 01:35:44 +02:00
Fabian Affolter
45190d9cc2
Update releases and ordering of the links (#3811) 2017-10-28 17:36:15 +02:00
Brady Rosino
fcc6e8f6db Add missing 'tap and hold off' details (#3808) 2017-10-28 09:25:00 +02:00
Johan van der Kuijl
130a3d0ea1
The sunrise / sunset example code is not working
I removed the offset so the callback is simply: self.run_at_sunrise(self.sunrise_cb)
2017-10-28 08:12:54 +02:00
Elvis
2edf3c5242 Update actions.markdown (#3803) 2017-10-27 21:23:06 +02:00
DubhAd
e8a743760c
Clarifications
Fixed note classes, added emphasis to Add Node Secure, highlighted that the default Add Node is non-secure
2017-10-27 18:36:11 +01:00
DubhAd
b009e48f95
Missed a character 2017-10-27 18:28:38 +01:00
Devon Peet
39b30f6582 Added restart && journal, which I use all the time (#3795) 2017-10-27 07:34:29 +02:00
Devon Peet
081d0d4dd9 Clarity Edits (#3794) 2017-10-27 07:33:15 +02:00
Devon Peet
2237849339 Simple rewrite of phrase for clarity (#3793) 2017-10-27 07:32:29 +02:00
misterbenj34
4b33e71440 Correction of line 448 (#3786)
add "sudo" and remove the space before "s"
2017-10-26 18:17:49 +02:00
DubhAd
67193615a6 Other fixes
Apparently I don't get to make up configuration variables. Removing it anyway since few other components have it as an option
2017-10-25 21:19:13 +01:00
DubhAd
a6b848085e Corrected sensor to binary_sensor 2017-10-25 21:09:15 +01:00
DubhAd
6733138762 Update about Hass.io
Added link to the Hass.io Z-Wave docs, and a note that the pre-reqs don't apply to it.
2017-10-25 11:37:19 +01:00
DubhAd
37c527e446 Removed outdated info
Removed info about versions before 0.4x
2017-10-25 10:54:08 +01:00
DubhAd
726029170f And some missing raw tags 2017-10-24 11:39:54 +01:00
DubhAd
a7ccbf18d4 Fixing some tabs that snuck in 2017-10-24 11:36:41 +01:00
Fabian Affolter
7efe578523
Fix sentence (fixes #3713) (#3734) 2017-10-23 12:02:50 +02:00
Matt N
4c3bff048b Make it more clear that content-type is relevant for camera iOS notifications (#3731)
Without `content-type`, no thumbnail would show:
https://github.com/home-assistant/home-assistant-iOS/issues/39#issuecomment-338554874
2017-10-23 09:58:23 +02:00
Kevin Delaney
13c6d6befd Fix incorrect file name in autostart symlink and chmod (#3727) 2017-10-23 09:57:49 +02:00
Sven-Hendrik Haase
4bdfe75b0a Correct way 'Arch Linux' is spelled (#3723) 2017-10-23 08:28:02 +02:00
Joe Francis
7275d8823e Fix small typo (#3728) 2017-10-23 08:26:58 +02:00
DubhAd
440b1843ab Adding note about config
Adding a note about how to add the Configuration menu if it's missing
2017-10-22 20:41:13 +01:00
DubhAd
d9439c8c73 Missed some links
The Topics links didn't fall out as expected, so I've added the key links in here
2017-10-22 09:54:46 +01:00
Ken Davidson
0f280c1b3c Update database.markdown (#3703)
Minor language edits.
2017-10-22 00:59:44 +02:00
cdce8p
e8733459d2 Script - wait_template 'trigger.entity_id' support (#3593)
* * Updated wait_template to include 'trigger.entity_id' and 'variables' support

* * Deleted notes and whitespaces

* Small grammar correction
2017-10-22 00:58:46 +02:00
Fabian Affolter
8791e6e89a Merge pull request #3694 from home-assistant/release-0-56
0.56
2017-10-22 00:55:58 +02:00
Guyanthalas
c51c5b4234 minor grammar update (#3702) 2017-10-21 21:23:23 +02:00
Fermulator
f2ec8c291f update init.d daemon script to specify HASS_BIN (#3700)
* update init.d daemon script to specify HASS_BIN

As per:
 * https://home-assistant.io/docs/autostart/init.d/
, coupled with:
 * https://home-assistant.io/docs/installation/virtualenv/

It's obvious that the user needs to replace "RUN_AS" with the correct user.
What can be made more clear is to include a "HASS_BIN" shell variable, with a similar instruction to update that if needed.

Note that I opted NOT to change the HASS_BIN to the full path /usr/bin/hass, as the previous revision presumably assumes that the `hass` binary is in the $PATH env for whatever user is running it ... (didn't want to change that).

* Fix name
2017-10-21 17:35:57 +02:00
Fabian Affolter
07a64bd124
Add change from #3660 which was in the wrong file because of #3467 2017-10-21 13:34:24 +02:00
Adam Mills
65b244f252
Remove some stale info from Z-Wave (#3551) 2017-10-21 10:19:49 +02:00
DubhAd
a1c2003ef3
Adding note on entity naming (#3677)
Adding troubleshooting note about entity names.

I wonder if this needs called out into its own section in the introductory documents though.
2017-10-21 09:56:29 +02:00
DubhAd
775fdbda00
Corrected permissions
Permissions listed for hass-daemon were `777` (everybody can change it), corrected to `755`
2017-10-21 09:56:28 +02:00
c727
a58146738a
small typo (#3665) 2017-10-21 09:56:27 +02:00
Max Rumpf
4b3b28af41
Add info about !include, fix #3262 (#3651) 2017-10-21 09:56:27 +02:00
Fabian Affolter
5afb014f1c
Add intro 2017-10-21 09:56:26 +02:00
Anders Fogh Eriksen
02315aed83
Update .travis.yml example (#3645)
to test against Python 3.5
2017-10-21 09:56:26 +02:00
Fabian Affolter
c0c7d9ea4a
Update 'now()' and 'utcnow()' (#3625)
* Update 'now()' and 'utcnow()'

* Add note
2017-10-21 09:56:24 +02:00
jurafxp
1ca04aa223
Working Apache config for websockets (#3623) 2017-10-21 09:56:23 +02:00
Paulus Schoutsen
e3ab5eea07
Update lets_encrypt.markdown 2017-10-21 09:56:22 +02:00
Johan van der Kuijl
a35cfbfd70
Small typo fix (#3602)
callack => callback
2017-10-21 09:56:21 +02:00
Fabian Affolter
7a0c5f2f96
Update file name 2017-10-21 09:56:19 +02:00
Fabian Affolter
88d1c2a30b
Fix Liquid error introduced with #3573 2017-10-21 09:56:19 +02:00
DubhAd
2faf1a118c
Update MQTT broker docs for clarity (#3573)
* Update MQTT broker docs for clarity

Adding words to note that the reason a "run your own" broker is the most private is because the embedded broker doesn't support TLS/SSL.
Also updating to use the new configuration tags.

* Update to reference hbmqtt supporting TLS
2017-10-21 09:56:19 +02:00
olskar
80f2142b9d Installation of python_openzwave on OSX (#3660)
* Installation of python_openzwave on OSX

Add command needed for installation of python_openzwave on OSX to work. 
See https://github.com/home-assistant/home-assistant.github.io/issues/3653

* Changes `OS X` to `macOS`
2017-10-20 09:50:07 +02:00