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
Adam Mills
c8729d1620
Remove some stale info from Z-Wave ( #3551 )
2017-10-20 09:13:55 +02:00
DubhAd
595d0c81fb
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-20 08:07:34 +02:00
DubhAd
810d5ad738
Corrected permissions
...
Permissions listed for hass-daemon were `777` (everybody can change it), corrected to `755`
2017-10-19 08:43:36 +01:00
c727
c21dbbf311
small typo ( #3665 )
2017-10-18 08:37:04 +02:00
Max Rumpf
f20a81bdd8
Add info about !include, fix #3262 ( #3651 )
2017-10-17 21:10:43 +02:00
Daniel Høyer Iversen
ea3b8e3b39
Fix travis build ( #3644 )
...
* Update controllers.markdown
* Update installation.markdown
2017-10-16 23:02:24 +02:00
Fabian Affolter
79378ed0b3
Add intro
2017-10-16 22:47:58 +02:00
Anders Fogh Eriksen
95fbc2db61
Update .travis.yml example ( #3645 )
...
to test against Python 3.5
2017-10-16 21:48:14 +02:00
Fabian Affolter
36ce6730bf
Update 'now()' and 'utcnow()' ( #3625 )
...
* Update 'now()' and 'utcnow()'
* Add note
2017-10-15 22:32:45 +02:00
jurafxp
a330ff8b33
Working Apache config for websockets ( #3623 )
2017-10-14 22:35:35 +02:00
DubhAd
018890a3b8
Rewriting the Z-Wave documentation ( #3467 )
...
* Z-Wave documents refactoring
* Continuing to update documentation for Z-Wave
* Wakeup correction
Note that it only applies to devices that can be battery powered (for example, my Aeotec sensor is USB powered, but as it supports Wake the option is shown)
* Polling impact notes
Example of what the impact of polling can be
* Fix object_id to entity_id
2017-10-14 19:16:28 +02:00
Paulus Schoutsen
e9bfa54ee2
Update lets_encrypt.markdown
2017-10-14 00:18:27 -07:00
Johan van der Kuijl
989c5b5e06
Small typo fix ( #3602 )
...
callack => callback
2017-10-13 12:13:16 +02:00
Fabian Affolter
259bdf81a5
Update file name
2017-10-12 10:59:22 +02:00
Fabian Affolter
e958de8474
Fix Liquid error introduced with #3573
2017-10-11 12:53:30 +02:00
DubhAd
263db7b6e9
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-11 08:22:47 +02:00
Fabian Affolter
5d0a917cdd
Merge branch 'current' into next
2017-10-10 00:39:51 +02:00
Fabian Affolter
82dea44109
Initial glossary ( #3568 )
...
* Initial glossary
* Allow markdown in the description
2017-10-09 19:18:39 +02:00
Fabian Affolter
b46d342ccc
Address comment from #3263
2017-10-09 10:38:27 +02:00