9776 Commits

Author SHA1 Message Date
Franck Nijhof
49f53fd988 Various markdown, spelling, and grammar fixes (#4503) 2018-01-24 08:28:39 +01:00
Åskar Andersson
483bc52dc0 wheel install needed (#4499) 2018-01-24 08:27:20 +01:00
Paulus Schoutsen
0ac0feadf5
Update 2018-01-21-clarification-emulated-hue.markdown 2018-01-23 23:24:59 -08:00
Adrian Campos
8b1a3c80a1 Fixed broken link to autostart docs (#4497) 2018-01-23 08:05:39 +01:00
Adam Mills
d262752e4e Move placeholder info to separate section (#4490) 2018-01-22 19:15:07 +01:00
Otto Winter
d7c032c1a2 Add esphomelib link (#4492)
* Add esphomelib link

* Small fix
2018-01-22 19:14:22 +01:00
Alok Saboo
81f9c59e8c
Merge pull request #4491 from Kallb123/patch-1
Updated entity_picture_template key in configuration
2018-01-22 12:40:27 -05:00
Kallb123
33c0a60db2
Updated entity_picture_template key in configuration 2018-01-22 16:52:29 +00:00
Joe McMonagle
0ff6a08adf Updating Google Assistant Docs for spelling and formatting (#4488)
* Updating Google Assistant Docs for spelling and formatting

No content updates. Just changes to the spelling and formatting

* Update google_assistant.markdown
2018-01-22 10:01:30 +01:00
Fabian Affolter
3e06840f8f
Update Daikin docs (Typo, logo, etc.) 2018-01-22 08:23:47 +01:00
Fabian Affolter
6984581175
Update Daikin logo 2018-01-22 08:15:57 +01:00
Fabian Affolter
a47b7deb3d
Move again 2018-01-21 22:45:15 +01:00
Fabian Affolter
bd773e9001
Move logo to the right location 2018-01-21 20:36:31 +01:00
CV
7a946e9ca9 Make a refer to autostart (#4460)
* Make a refer to autostart

For first time users it is not obvious to find autostart documentation.

* Fix typos and link
2018-01-21 18:07:11 +01:00
Franck Nijhof
4e8718b123 Various markdown, spelling, and grammar fixes (#4457) 2018-01-21 17:36:38 +01:00
Ioan Loosley
9f359d5925 Fixing Daikin docs (#4486)
* Fixed Broken images, Added Sidebar and put them in the right catagorys

* Forgot the image
2018-01-21 17:33:37 +01:00
DubhAd
2c61569273 Static IP allocation note (#4480)
The guide forgets to call out that the IP for the system must be fixed, which has tripped up more than a few
2018-01-21 09:51:59 +01:00
Derek
efb054277d Grammar Updates (#4481)
The grammar police came by and fixed some it.
2018-01-21 09:47:57 +01:00
Paulus Schoutsen
f5b4dee474
Update 2018-01-21-clarification-emulated-hue.markdown 2018-01-20 22:54:09 -08:00
Paulus Schoutsen
82ec418c2d Add blog post: clarification about emulated hue 2018-01-20 21:27:15 -08:00
bkcberry
4fe223e922 Adds Xiaomi double button click example (#4468)
* added example for smart button double click

* added example for smart button double click
2018-01-20 20:56:17 +01:00
DubhAd
779538064b Language tweak (#4478)
The "only the above URL" lead to some considerable confusion where somebody thought that you couldn't use the other Parameters, not that you had to use those.
2018-01-20 20:52:29 +01:00
Fabian Affolter
b3c050747e
Add browser as option 2018-01-20 18:30:19 +01:00
Alok Saboo
625b3a270d
Merge pull request #4476 from sdague/unifi
Update unifi docs to recommend read-only user
2018-01-20 11:10:35 -05:00
flashoftheblades
5bc9a6604d Update variable names for away mode (#4458)
The actual variables in the honeywell.py script are looking for 'away_cool_temperature' and 'away_heat_temperature'.
2018-01-20 16:26:10 +01:00
DubhAd
f6603f4c71 Added note about abandonment of Android (#4472)
Directing people to Zanzito since the OwnTracks team have officially abandoned the Android app (see <https://play.google.com/store/apps/details?id=org.owntracks.android>). I'll also apply a note to the HTTP version.
2018-01-20 16:18:33 +01:00
DubhAd
02bc68af98 Added note about Android being abandoned (#4473)
Directing people to GPS Logger as a possible alternative on Android
2018-01-20 16:18:19 +01:00
Franck Nijhof
347bca1ea5
✏️ Minor spelling, grammar & Markdown changes 2018-01-20 16:16:57 +01:00
Sean Dague
093a9a6646 Update unifi docs to recommend read-only user
While doing this, also update the configuration section to current
configuration markup best practices, which also fixed a number of
inaccuracies with the defaults by cross checking with the source code.

Fixes issue home-assistant/home-assistant#11821
2018-01-20 09:34:20 -05:00
Fabian Affolter
0124a62db4
Add raw 2018-01-19 23:03:56 +01:00
ubnt-marc-khouri
874e76d797 Documentation tweak (#4466)
* Add Wink to "discovery" component docs

* Views (groups with `view: yes`) cannot be nested in other views

This commit documents that groups with `view: yes` cannot be used as entities
within another group with `view: yes`.

Several forum users have been confused by this behaviour -- and me too! :)

Example posts:

- https://community.home-assistant.io/t/groups-not-appearing/23593
- https://community.home-assistant.io/t/group-cards-not-showing/1052/14
- https://community.home-assistant.io/t/groups-not-shown-on-state-tab/30395/2
2018-01-19 22:53:53 +01:00
karlkar
9186821adf Fix for Botvac D3 and D5 (#4456) 2018-01-18 23:46:12 +01:00
CV
3453399df6 Changed wording and init scripts (#4455)
I  changed the init scripts to be more reliable.

hass executable supports the option --log-file. Using this is much safer and does not lead to problems with permission and overwriting old logfiles. Also I added creating the directory and ownership in the install function. To prevent log file groth I added a logrotate rule.

I moved the update-rc.d command you had in your manual into the install function since you already ad it in the uninstall function. This prevents more copy&paste errors.

I changed the PID file to be located in an extra directory. This way you do not have to to this hack with writing a fake PID file in the install function. Also, I read many users having problems that hass daemon is not starting (see eg. https://community.home-assistant.io/t/autostart-virtualenv-ubuntu-14-04/2120/37) without showing any errors. This is due to a missing PID file or its wrong permissions. By changing as stated and adding a test this problem should not arise any more.

I changes some wording in the manual to make it more understandable.
2018-01-18 23:45:19 +01:00
Pascal Vizeli
2115f18683
Update addon_communication.markdown 2018-01-18 22:28:35 +01:00
Pascal Vizeli
670ef12843
Update addon_communication.markdown 2018-01-18 22:26:38 +01:00
Alok Saboo
ad014377c5
Merge pull request #4454 from SilvrrGIT/patch-1
Sharing my config to the cookbook
2018-01-18 15:11:16 -05:00
Adam
9fc7968571
Sharing my config to the cookbook 2018-01-18 13:13:52 -06:00
mukundv
c73fce0165 Added PTV (AU) GTFS dataset link (#4452)
Added a link to PTV Australia GTFS dataset.
2018-01-18 14:19:51 +01:00
Ettienne Gous
5d284b274c Fix platform incorrect CaSe (#4451)
Was saying platform not found with incorrect case when I used check config
Lower down in the doc it shows a correct example with lower case that did work
2018-01-18 14:18:29 +01:00
Chris Helming
895dc1cbdd Update calendar.google.markdown (#4449)
Clarified steps.
2018-01-18 08:29:40 +01:00
Kane610
fde45a109d Fix links to components (#4444) 2018-01-17 19:23:43 +01:00
cogneato
a733d0417f Update lets_encrypt.markdown (#4442) 2018-01-17 15:49:13 +01:00
Heiko Thiery
12346dba05 Lacrosse (#4430)
* fix typo

Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>

* add new configuration parameter documentation

Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>

* fix syntax errors

Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>

* ✏️ Minor spelling changes
2018-01-17 15:45:58 +01:00
Collin Allen
6fbbb019ba Fix typo in index.markdown (#4435)
Corrects `utlimate` to `ultimate`.
2018-01-17 08:04:48 +01:00
DubhAd
978d901f71 Typo fix (#4437)
Missing comma, now found and restored to its rightful place
2018-01-17 08:01:47 +01:00
Paulus Schoutsen
8eb7643a65
Update timer.markdown 2018-01-16 22:41:36 -08:00
Paulus Schoutsen
59fc51eb59 Release 0.61.1 2018-01-16 14:55:50 -08:00
Anders Melchiorsen
846b8cff82 Move several local services to their right domain (#4424) 2018-01-16 14:49:37 -08:00
Bob Anderson
26ad2e256c Explain history order config flag (#4426)
* add note and example for new history configuration flag to use include order

* use better example entities
2018-01-16 21:21:59 +01:00
DubhAd
0b09c4edc3 Removed relative_time (#4423)
Apparently it was removed some time ago (bug from 0.30.1 saying it didn't work then), but the docs weren't updated.
2018-01-16 21:18:12 +01:00