2609 Commits

Author SHA1 Message Date
Paulus Schoutsen
fc641dd944 Merge branch 'rc' into current 2019-03-20 11:53:40 -07:00
Ben Bennett
8aff0b16dc Changed a word to clarify (#8988)
refigure out -> recompute
2019-03-20 11:26:44 -04:00
Paulus Schoutsen
ee7c06c9ad
Remove localhost from trusted networks. 2019-03-20 07:32:12 -07:00
allserv
802750accd Update command to upgrade via hassbian-config (#8959)
An error is present in the hassbian-config upgrade command
2019-03-16 11:02:50 +01:00
Fabian Affolter
32adced7f5
Add link to installation section (fixes #8937) (#8942) 2019-03-15 10:16:00 +01:00
cryptelli
0d47b3f829 Additional info on when template triggers fire (#8927)
Suggested change to remove any ambiguity when it comes to the conditions on when a template trigger will fire. This misunderstanding of the documentation has been posted on the forums before:

Case 1: https://community.home-assistant.io/t/trigger-template-limitation/68663/5
Case 2: https://community.home-assistant.io/t/template-trigger-only-work-in-templates-editor/24962
2019-03-15 08:47:40 +01:00
DubhAd
9eeca2fd13 Hardware guidance (#8934)
To hopefully discourage folks from continuing to run on hardware that's not up to it
2019-03-15 08:41:33 +01:00
Paulus Schoutsen
d1efccfb25 Merge branch 'current' into next 2019-03-13 13:08:49 -07:00
emontnemery
862bcab05e Update templating.markdown (#8790) 2019-03-13 20:47:09 +01:00
Jason Hu
68298c5c08 Deprecated http.api_password (#8894)
* Update providers.markdown

* Update http.markdown

* Update http.markdown

* Update source/_components/http.markdown

Co-Authored-By: awarecan <awarecan@users.noreply.github.com>

* Update source/_components/http.markdown

Co-Authored-By: awarecan <awarecan@users.noreply.github.com>
2019-03-11 19:59:00 +01:00
Brad Dixon
2085bd6343 Doc: Add as_timestamp as a Jinja filter. (#8905) 2019-03-11 13:21:43 +05:30
DubhAd
bdbece9f3f Tweak for the template (#8876)
Converting the state string to an int for comparison
2019-03-09 18:37:37 +05:30
DrZzs
a0ef4a36a9 extra " after message was messing up the format (#8869) 2019-03-09 01:04:57 +05:30
Manuel Zubieta
966b92142c
Note how !include_dir* funcs do not support .yml extension (#8846)
Addresses #16808.  I don't believe it's necessary to support `.yml` files, but explicitly noting this would be helpful for others.
2019-03-07 11:57:56 +01:00
Manuel Zubieta
418869c9b1 Note how !include_dir* funcs do not support .yml extension (#8846)
Addresses #16808.  I don't believe it's necessary to support `.yml` files, but explicitly noting this would be helpful for others.
2019-03-07 16:25:37 +05:30
Carter
84b946f726 fix automate command by adding dash (#8851)
I get 
```
pi@hassbian:~ $ sudo hassbian-config upgrade homeassistant
/usr/local/bin/hassbian-config: line 140: /opt/hassbian/suites/upgrade_homeassis                                                                                                                                    tant.sh: No such file or directory
/usr/local/bin/hassbian-config: line 141: homeassistant-upgrade-package: command                                                                                                                                     not found
```
when running what it currently is.
adding the dash in home-assistant fixes the issue
2019-03-07 16:07:15 +05:30
Paulus Schoutsen
869f3918c5 Merge branch 'rc' into current 2019-03-06 15:46:33 -08:00
zackbcom
34bc30185a Added documentation for the Aeotec NanoMote Quad (#8828)
* Updated to add Aetoec NanoMote Quad

https://products.z-wavealliance.org/products/2817

* Updated Formatting

* Updated Names and Example

* ✏️ Tweak
2019-03-06 22:02:28 +01:00
stefanlod
8d122d5229 Added documentation for the Remotec ZRC-90 (#8819) 2019-03-04 12:57:37 +01:00
akasma74
47f78da74a Update automation.markdown (#8778)
* Update automation.markdown

Clarification of initial_state behaviour

* Update automation.markdown

* Update automation.markdown

come more adjustments and clarification

* ✏️ Wording
2019-03-04 12:24:06 +01:00
Mike O'Driscoll
b968470b9f Updating rotted URL for certbot guide (#8800)
HAProxy docs has a rotted URL to digital ocean guide
for certbot Let's Encrypt certificates.

Updated this URL to the newest guide.
2019-03-04 12:23:45 +01:00
DubhAd
9fbd36048d virtualenv -> venv (#8817)
Since virtualenv is the name of some third party tool
2019-03-04 08:00:50 +05:30
Strixx76
7b01a746b5 Small corretions (#8813)
Found error in examples for:
- Setting up a sensor with multiple measurement values
- Setting up a switch using topic prefix and abbreviated configuration variable names
2019-03-04 07:59:52 +05:30
emontnemery
3662381ed8 Update discovery.markdown (#8793) 2019-03-01 16:36:12 +01:00
cvwillegen
b7c1f61cc0 Fix a few links so that they are clickable (#8789)
- []() syntax does not work within embedded HTML
- Fix a few other links so that they become clickable
2019-03-01 12:28:55 +01:00
Paulus Schoutsen
b76f5e28e4 Merge remote-tracking branch 'origin/current' into next 2019-02-27 16:47:43 -08:00
Jürgen Haas
fc743f4f8e Add command line argument --init (#8232)
See also https://github.com/home-assistant/home-assistant/issues/20260, the --init argument makes sure that the python service does not run with PID 1 which on some host systems can not be killed, i.e. restarting the service from within the UI is unreliable without that argument.
2019-02-27 10:28:30 +01:00
hybridparadigm
c73525a709 Updates for python36 and scl (#8721)
* Updates for python36 and scl

Latest changes to installing the scl environment don't include the scl command, scl-utils is needed along w/ the proper repository in Centos7 to be enabled via RH and then downloaded to the environment which you are building and then SCL commands will work and setting python environment for bash will work too.

* Minor changes
2019-02-27 10:22:58 +05:30
Franck Nijhof
f6e8408a81
Merge branch 'current' into next 2019-02-27 02:20:18 +01:00
Jason Hu
3514a7baea Add config for trusted networks auth provider (#8605)
* Update providers.markdown

* Update providers.markdown
2019-02-27 01:58:46 +01:00
Jan Olbrecht
342000f8f2 Corrected example automation (#8726)
The trigger in the example automation contained the line 'data:' below the event_data, which is redundant.
If used this way the automation triggers on any iOS action and ignores the actionName.
2019-02-25 12:27:57 +01:00
DubhAd
1bc7d8beea Clarity edit (#8709)
Adding a few words, to make it clearer that a disabled automation doesn't run. Also removing the redundant, and no longer relevant, final paragraph.
2019-02-23 22:09:24 +01:00
Joakim Sørensen
857b6bdaa0
Change customize to core (customize) 2019-02-23 14:17:35 +01:00
Fabian Affolter
a218616c7b
Merge branch 'current' into next 2019-02-23 10:23:05 +01:00
Itamar Dori
ff0d76e455 Elaborate on Caddy configuration process (#8692)
* Elaborate on Caddy configuration process

* Changed NGINX => Caddy
2019-02-22 21:03:48 +01:00
Alec Rust
8ae9eef5c1 Fix link (#8694) 2019-02-22 21:03:05 +01:00
Fabian Affolter
bf918f5c03
Merge branch 'current' into next 2019-02-22 17:25:22 +01:00
Teemu R
9e5887dac0 Add documentation for TP-Link Smart Home devices (#7338)
* Update tplink documentation

* Make configuration linkable, add documentation for list elements

* ✏️ Tweaks

* Add KL series of bulbs from #8134

* Add LB230 from #8090

* Add extracting energy sensor data from the switch platform

* fix indent

* add 0.89 for version

* re-add HS103
2019-02-22 17:12:30 +01:00
partytimeexcellent
0c61c21d4a Fix example automation not triggering (#8673)
I couldn't get the "ios.notification_action_fired" event to trigger an automation using this guide. Through trial and error, I found the automation yaml needs an additional line "data:" below "event_data:"
2019-02-21 23:23:00 +01:00
aquarium
fcf97f2773 Auth providers doc should use gender neutral language. (#8660) 2019-02-21 09:34:47 +01:00
Paulus Schoutsen
28d0f2fe4a Merge branch 'rc' into current 2019-02-20 11:15:07 -08:00
Fabian Affolter
c0e9792227
Merge branch 'current' into next 2019-02-19 16:03:53 +01:00
Fabian Affolter
9f7a9c214f
Add Waterfox 2019-02-17 18:57:22 +01:00
akloeckner
b9e7f41b76 Add hint on how to restart on crash (#8610)
I was experiencing crashes, when I requested too many data points for plotting. So, this configuration makes my system come back automatically.
2019-02-17 11:29:22 +01:00
Fabian Affolter
ebf955b274
Merge branch 'current' into next 2019-02-15 11:45:45 +01:00
Gerard
8610dd3eb5 Updates for call_service (#8586)
Made some minor updates in the call_service part is it was showing a wrong example.
2019-02-15 09:02:26 +01:00
andrew-curtis
027f8413ca Added Synology Z-Wave USB stick configuration option (#8289)
* Added Synology Z-Wave USB stick configuration 

added Docker Terminal command for creating a new Synology Docker container with access to a connected Z-Wave USB stick.

Would be good to add similar config switches for the other platforms too?

* Apply suggestions from code review

trying my best to stumble through this. I'm still very new to this and have only read the Home Assistant doco on contributing. Hopefully i have done this right?

* ✏️ Tweaks
2019-02-14 19:30:36 +01:00
tomlut
eb70e25b67 iTunes file sharing change and file format (#8395)
* iTunes file sahering change and file format

Updated the procedure to reflect the menu structure in the latest version of iTunes and added file format required.

* ✏️ Tweaks
2019-02-14 19:19:56 +01:00
Otto Winter
93e2348d1d Update ESPHome links (#8575) 2019-02-14 19:07:21 +01:00
Fabian Affolter
d380fc50d4
Merge branch 'current' into next 2019-02-14 16:12:00 +01:00