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
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
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
iliketoprogram14
15f53cddd4
Updated sensor.template example ( #4428 )
...
Removed entity_id from sensor.template example, entity_id was deprecated for template platforms with release 0.61 (issue #11123 ).
2018-01-16 09:12:04 +01:00
Paulus Schoutsen
aa24838365
Update release61 notes
2018-01-15 14:16:32 -08:00
Paulus Schoutsen
fa914ad421
Clarify google_assistant type
2018-01-15 13:40:05 -08:00
Fabian Affolter
29cff64e14
Add section about file permissions
2018-01-15 17:32:36 +01:00
Simon
dcac44041b
Update hass-configurator.markdown ( #4420 )
...
* Update hass-configurator.markdown
add wget line
* Minor changes
2018-01-15 16:19:17 +01:00
Fabian Affolter
32e572d479
Merge branch 'current' into release-0-61
2018-01-15 12:09:40 +01:00
Fabian Affolter
fb1a59e132
Add release blog post for 0.61
2018-01-15 12:00:17 +01:00
Fabian Affolter
08970671b1
Add Discogs logo
2018-01-15 11:41:07 +01:00
Aaron Bach
15ad1b35d3
Added firmware version warning ( #4411 )
2018-01-14 20:40:38 +01:00
Lukas Ecklmayr
68bb697477
Update Docs to match regex for repository URL ( #4413 )
...
Describe that https:// Repository URLs have to end with .git to match regex for repository URL.
2018-01-14 20:36:16 +01:00
DubhAd
394f9b5e94
Clarifications ( #4414 )
...
Added more words around the API key and request_sync to make it clearer they're linked, and what the API key is
2018-01-14 20:35:26 +01:00
Lukas Ecklmayr
fbe44c115e
fixed URL for github access token ( #4415 )
2018-01-14 20:34:48 +01:00
Fabian Affolter
d2741bd344
update
2018-01-13 22:55:57 +01:00
Fabian Affolter
ff1a5d1da8
Update for 0.61
2018-01-13 19:10:42 +01:00
DubhAd
f0853d279a
Added Python version notes ( #4406 )
...
Given that people using Windows keep grabbing the alpha releases of 3.7, I've added a recommendation of Python 3.6, and a note about not downloading alpha or beta versions, and how to identify them.
2018-01-13 18:59:48 +01:00
R Huish
dd9667c6ad
Broken internal link for [autostart](docs/autostart/) ( #4408 )
...
Current link giving 404 error
2018-01-13 18:58:57 +01:00
Bob Anderson
37ce68f6d9
Add detail on external client/server requirement ( #4401 )
...
* Add detail on external client/server requirement
* Update name
2018-01-12 23:13:58 +01:00
Paulus Schoutsen
52ff7978c0
Merge remote-tracking branch 'origin/current' into next
2018-01-11 17:12:55 -08:00
NotoriousBDG
666c8657b0
Change default IMAP Email Content sensor value from body to subject ( #4199 )
...
* Change default sensor value from body to subject
* ✏️ Grammar
2018-01-11 23:00:32 +01:00
DubhAd
32e53ba464
Added WallC-S, layout tweak ( #4387 )
...
* Added WallC-S, layout tweak
Moved the central scene configs to their own block, added entry for WallC-S based on feedback in Discord
* 🚑 Fixing the build
2018-01-11 22:53:25 +01:00
Marius
8893226527
Updated generic thermostat documentation ( #4285 )
...
* Updated documentation for PR https://github.com/home-assistant/home-assistant/pull/11325/files
* Updated documentation to match implementation using only one away_temp
* Updated documentation to add back initial_operation_mode avoiding breaking change
* ✏️ Minor grammar
2018-01-11 22:52:49 +01:00
Paulus Schoutsen
b4b0972cc5
Add docs for entity_config for Google Assistant and Alexa ( #4386 )
...
* Update cloud docs and google assistant docs
* Unpublish Google Assistant
* ✏️ Grammar
* ✏️ Missing comma
* ✏️ Spelling & grammar
2018-01-11 13:45:14 -08:00
Richard
e39a475a48
Additional device support and typo fix ( #4328 )
...
yi-hack-v3 now officially supports 27US and 47US
fixed typo in username variable
2018-01-11 22:27:26 +01:00
Bob Anderson
fa13b97618
Add note about ordering ( #4289 )
...
* add note about ordering, matching PR #11340 in HA
* ✏️ Grammar
2018-01-11 22:17:05 +01:00
Mitko Masarliev
06fe679bd8
PR#11027 ( #4196 )
2018-01-11 21:23:47 +01:00
Devon Peet
3ba1647266
added documentation for "target" ( #4369 )
...
* added documentation for "target"
and example
* added trailing comma
2018-01-11 21:13:52 +01:00
Carlo Costanzo
5da39427c5
added option example ( #4326 )
...
* added option example
it wasn't clear to me.
* Add example
2018-01-11 21:09:09 +01:00
Anders Norås
e029b9c367
Included note instructing to enclose Norwegian language code in quotes to avoid it being evaluated as a boolean. ( #4393 )
2018-01-11 16:48:28 +01:00
pgenera
cff420f074
Typo in link. ( #4394 )
2018-01-11 16:47:44 +01:00