2609 Commits

Author SHA1 Message Date
Trygve Vea
98266ce57f Correct comment in script yaml. (#9437) 2019-05-12 00:39:40 +02:00
Erik Montnemery
bf12a9c3bf Update mqtt configuration example to use external broker (#9316)
* Update mqtt.markdown

* Update source/_docs/mqtt.markdown

Co-Authored-By: emontnemery <erik@montnemery.com>
2019-05-10 22:44:47 +02:00
Erik Montnemery
07cf9a6474 Update MQTT discovery examples (#9315)
* Update discovery.markdown

* Update discovery.markdown
2019-05-10 22:43:41 +02:00
Erik Montnemery
29f5b7f947
Update trigger.markdown 2019-05-10 17:36:49 +02:00
Erik Montnemery
60a7ead71a
Fix links. 2019-05-10 17:21:23 +02:00
Erik Montnemery
147513b7c7
Update conditions.markdown 2019-05-10 15:13:02 +02:00
Erik Montnemery
4ae0644122
Update trigger.markdown 2019-05-10 15:10:13 +02:00
Erik Montnemery
3c2026d683
Update conditions.markdown 2019-05-09 19:03:32 +02:00
Erik Montnemery
ab4e93af8b
Update conditions.markdown 2019-05-09 17:17:22 +02:00
Erik Montnemery
3f1fd2a251
Update trigger.markdown 2019-05-09 16:43:41 +02:00
Maciej Bieniek
d7578c5d5d Add abbreviation for position_topic (#9404) 2019-05-07 18:40:08 +02:00
Fabian Affolter
5d2f7bf4a5
Merge branch 'current' into next 2019-05-03 00:52:48 +02:00
Klaas Schoute
ad90494bc7 Update webhook documentation for trigger.query (#9202) (#9346) 2019-04-29 08:10:45 +02:00
timfosse
1399c324a0 Added info for HeatIt Scene Controllers (#9023)
* Update device-specific.markdown

Added info for the wall switches/scene controllers from HeatIt/ThermoFloor:

https://www.heatit.com/wp-content/uploads/2018/11/Heatit-Z-Push-Button-2.pdf
https://www.heatit.com/wp-content/uploads/2018/11/Heatit-Z-Push-Button-8.pdf

* ✏️ Tweak

* ✏️ Tweak

* ✏️ Tweak
2019-04-29 00:19:00 +02:00
DubhAd
01edd66389 Added another troubleshooting step (#9268)
* Added another troubleshooting step

After a chat with petergebruers, these error messages are good ways of identify if you've made the mistake of running multiple things that access the controller, which breaks your system in strange and mysterious ways.

* Minor changes
2019-04-28 23:41:00 +02:00
ActuallyRuben
d46ee49b33 Update webhook documentation for trigger.query (#9202) 2019-04-28 22:57:22 +02:00
nickidw
77645798a4 Update raspberry-pi.markdown (#9338)
Added additional dependency libssl-dev to avoid "fatal error: openssl/opensslv.h: No such file or directory” during pip3 install homeassistant step.
2019-04-28 18:44:14 +02:00
Erik Montnemery
14ca8bbf7c Update broker.markdown (#9317) 2019-04-26 14:38:17 +02:00
Fabian Affolter
559d18eaaa
Merge branch 'current' into next 2019-04-25 23:12:39 +02:00
Samuel Progin
13050e6bba Make obvious that Python API is no longer available (#9312)
This pages is the first result when googling "homeassistant python API". Stating clearly that the API is not available anymore there will prevent others from troubleshooting an outdated script.
2019-04-25 23:11:13 +02:00
Fabian Affolter
721fc95e81
Update link (fixes #9248) (#9301) 2019-04-25 16:37:30 +02:00
Paulus Schoutsen
6b224198bb Merge branch 'current' into next 2019-04-24 14:50:27 -07:00
PoofyTeddy
6bf7d8fa15 Use user variable in systemd venv service (#9257)
Tiny doc update

Since we are using systemd template, and that the user is already used as the variable, i think it is easier to manage like that.
2019-04-20 20:42:28 +02:00
Benji
1d6a2ac671 Fix MDI cheatsheat link & update to latest in-use version (#9242) 2019-04-18 12:08:09 +02:00
jasonbuechler
8ca60a728f pkg-update doesn't have "assume yes" flag (#9218)
I'm guessing the -y was meant to be on pkg upgrade, instead?

from pkg help update:
     pkg update [-fq] [-r reponame]
     pkg update [--{force,quiet}] [--repository reponame]
2019-04-16 09:16:21 +02:00
David Beitey
c27b6ad50b Update install docs for FreeNAS 11.2 (#9206)
* Update install docs for FreeNAS 11.2

This includes some best-practice improvements (such as running Home
Assistant as a limited-access user vs root), using Python 3.7 to install
and adding a BSD-style service to manage and test configuration.

* Fix typo
2019-04-13 13:33:35 +02:00
DavidFW1960
e150096635 correct indenting in top examples (#9152) 2019-04-04 21:34:35 -04:00
DavidFW1960
6ad81402bd add quotes to IPv6 addresses for trusted_users (#9127) 2019-04-04 21:45:20 +02:00
Erik-jan Riemers
d5c995135b Update on z-wave docs because of upcoming change (#9095)
* Update z-wave section

* ✏️ Tweaks
2019-04-03 17:07:17 -07:00
Paulus Schoutsen
6b7972413c Merge branch 'rc' into current 2019-04-03 14:42:09 -07:00
akasma74
f6fc30974c Clarification of Templates using now() (#9111)
* Clarification of Templates using now()

The current content of that section is hard to understand and there is no example.
Hope the link to some examples will help.

* Minor changes
2019-04-03 17:15:55 -04:00
Paulus Schoutsen
e2677c4d78 Update text 2019-04-03 11:06:52 -07:00
Jason White
60e7311086 Update device-specific.markdown (#9099)
* Update device-specific.markdown

Expand Aeotec Z-Stick section to provide alternative "pipe to cu" syntax for enabling/disabling "disco lights" on systems where redirection to serial devices doesn't work because the baud rate on the serial device reverts to 9600 when haas isn't running.

* ✏️ Tweaks
2019-04-02 10:02:19 +02:00
Paulus Schoutsen
a7cd9d8794
Add remote ui ref 2019-04-01 15:11:46 -07:00
Paulus Schoutsen
84ad821a8f
Autoheal default to false. Remove line that no longer relevant. 2019-04-01 09:19:59 -07:00
DubhAd
5ed9c98da7 Adding details on upgrade, beta, and versions (#8646)
Rather than incomplete instructions in the upgrade page, adding the details here
2019-03-31 12:46:15 +02:00
DubhAd
abb3edbbcf Adding details here on running version (#8644)
Instead of missing this out here, pulling the details from the Hassbian scripts docs
2019-03-31 12:43:30 +02:00
DubhAd
1d2eb9f412 Adding upgrade details (#8643)
* Adding upgrade details

Adding details here on how to upgrade and run specific versions, rather than leaving them as incomplete generic steps in the Updating page

* ✏️ Tweaks
2019-03-31 12:41:21 +02:00
dnguyen800
aea87d4ee0 Update documentation of 'Z-Wave Devices - Adding and Removing' section (#9026)
* Update adding.markdown

* ✏️ Fixes Markdown numbering

* ✏️ Again...
2019-03-30 14:17:33 +01:00
mastakebob
71d82e9a0f Update device-specific.markdown (#9058)
* Update device-specific.markdown

Fixed formatting ("*" causing italics)

* ✏️ Tweak

* ✏️ Adds proper escaping
2019-03-30 14:07:12 +01:00
Paulus Schoutsen
0d441ddd90 Merge branch 'current' into next 2019-03-27 22:11:06 -07:00
Jason Hu
544b619301 Add trusted_users in trusted networks auth prov (#9059) 2019-03-27 21:56:33 -07:00
mastakebob
2720713e9e Update device-specific.markdown (#9042)
Updates include an alternate way of turning off the aeotec z wave 'disco lights' that is known to work on the latest Hass.io and Pi configuration (using ttyACM0 instead of the the by serial id method).  
Also provides additional guidance on how to properly insert the aeotec nanomote xml code into the zwcfg*.xml file.
2019-03-26 23:34:48 +01:00
cogneato
84c95bd409 Update lost owner password files (#9041)
Added hassio and cloud files which need to be removed when resetting auth accounts
2019-03-26 23:33:59 +01:00
Fabian Affolter
46c81c5daa
Merge branch 'current' into next 2019-03-26 23:32:48 +01:00
Quentin Stafford-Fraser
763412586f Mention proposed ordering for !include_dir_list (#8899) 2019-03-25 20:40:17 +01:00
akasma74
752cf70a17 Update splitting_configuration.markdown (#9003)
* Update splitting_configuration.markdown

Reference to non-existing example removed

* Update splitting_configuration.markdown
2019-03-22 09:47:50 +01:00
John Evans
744406aeae
Small typo 'Srdaerr' to 'Stderr'
Please excuse if this is not actually a typo.
2019-03-21 01:06:24 +00:00
JBelinchon
1e7f2ad1e2 Note for iOS 10 Devices (#8980)
* Note for iOS 10 Devices

This feature only works from iOS 11, on iOS 10 the user get a message with the text and thumbnail. Swipe the message only give the option to delete the message.

* Update content_extensions.markdown

* Add period
2019-03-21 00:36:24 +01:00
Tuncay
bdaea4482d Spelling (#8993)
Changed 'rlease' to 'release'.
2019-03-20 18:50:57 -04:00