1118 Commits

Author SHA1 Message Date
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
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
9f7a9c214f
Add Waterfox 2019-02-17 18:57:22 +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
ad10cd63d9
Update links 2019-02-14 15:58:34 +01:00
Andrej Friesen
3581d22561 Add Hass.io on generic Linux server as installation method (#7996)
* Add Hass.io on generic Linux server as installation method

Also renamed Hass.io to Hass.io on HassOS because Hass.io can be installed in different ways.

* Remove information about HassOS for Hass.io install

* Move Hass.io generic Linux server install to alternative install methods
2019-02-14 15:55:49 +01:00
Fabian Affolter
d7777727cf
Minor changes 2019-02-14 14:33:42 +01:00
eugeneniemand
1fa375efdc Update updating.markdown (#8568)
I almost ran out of disk space by pulling the main home-assistant docker image and not the RPi version.
2019-02-14 10:18:49 +01:00
Martin Eberhardt
0660f3b349 Improve mqtt.publish service documentation (#8562)
Current documentation doesn't mention the qos or retain attributes.
2019-02-14 10:16:12 +01:00
Fabian Affolter
ea4598343c
Merge branch 'current' into next 2019-02-13 18:04:19 +01:00
rbflurry
26c8471c8a Update service-calls.markdown (#8505)
per https://github.com/home-assistant/home-assistant/pull/19006
2019-02-13 16:35:43 +01:00
plyblu
565859914c Add webhook example to trigger.markdown (#8366)
This makes more clear that: 1) https may be needed rather than http, 2) data is not needed for a webhook trigger to function, and 3) "curl" is a good way to test it.  Hoping to save other people some of the time I spent figuring out how to get it to work.
2019-02-12 00:53:04 +01:00
Mike Keesey
7f6a33f8a1 Update NGINX proxy documentation (#8466)
* Update NGINX proxy documentation

This fixes some of the formatting to allow the http component documentation to show up.

* ✏️ Tweak

* ✏️ Typo fix
2019-02-12 00:49:35 +01:00
Mike O'Driscoll
03bda92208 Add HAProxy remote access example (#8026)
* Add HAProxy remote access example

Created an HAProxy remote access proxy documentation and
example configuration.

* ✏️ Tweaks

* ✏️ Typo fix
2019-02-12 00:47:19 +01:00
DubhAd
b7dee5cbb8 Restructuring for clarity (#8425)
The current structure leads to confusion, which parts apply to Hass.io, or Hassbian, or ... As discussed in the architecture issue, I've moved all the platform specific parts to the end, even for those that require no actions. 

I've also:

* moved the details for how to find the appropriate device path, and highlighting the likely default paths
* linked to a useful site that'll generate the content for the key, for those not using Linux
* stripped out the duplication of statements about the first run
* reordered the Hass.io section to put the GUI actions first, with a "you can also use the command line" rather than the other way around
* added details of how to pass the stick through on Docker
* put in a Community install section for other Linux, and Mac. Removed RancherOS
* expanded the wall of text note explaining the `ls` output so that you can actually follow it
2019-02-10 22:42:05 +01:00
Anders Einar Hilden
13467f21ba Add instructions for connecting to hidden SSIDs (#8465)
* Add instructions for connecting to hidden SSIDs

* Minor change
2019-02-10 22:35:42 +01:00
Isabella Gross Alström
8d26206422 Add info about reloading buttons and packages (#8404) 2019-02-10 15:01:25 +01:00
Brad Sanders
e7e1fe62d7 Fix Typo (#8440)
Changed "Max OS" to "Mac OS"
2019-02-07 21:51:17 +01:00
Robert Schindler
47ce52f7f8 Added docs for command line auth provider (#8321)
* Added docs for command line auth provider

Regards home-assistant/home-assistant#19985

* Added reference to a compatible script for LDAP authentication

* Added note about stderr with command_line auth provider

* Added note about stripping usernames

* Note that usernames are stripped with command_line auth provider
2019-02-06 16:42:08 -08:00
Paulus Schoutsen
c931155d1a Merge branch 'rc' into current 2019-02-06 14:52:17 -08:00
Fabian Affolter
9d5d88986f
Merge branch 'current' into next 2019-02-06 21:56:08 +01:00
DubhAd
66f65d6a94 Simplifying the for: section (#8416)
The `for:` piece can be confusing for folks, providing the examples as human readable time, and mentioning that days and milliseconds are also supported.
2019-02-05 14:57:01 -05:00
Dan Loewenherz
6c29c39962 Update installation.markdown (#8391) 2019-02-02 23:25:49 +01:00
DubhAd
3625d6091f
Merge pull request #8291 from sveip/patch-5
Clarify z-wave polling.
2019-02-02 11:30:24 +00:00
DubhAd
95cb9b9f7c
Merge pull request #7352 from ianjs/fixes_for_template_docs
Reorganise and fix some errors in the Templating docs.
2019-02-02 10:11:35 +00:00
Dominik Palo
777eb6388e Rename Etcher to balenaEtcher (#8363) 2019-02-01 16:01:15 +01:00
DubhAd
1bacf440be Big bad install index rewrite (#8345)
* Big bad install index rewrite

Following on from [this](https://github.com/home-assistant/architecture/issues/126#issuecomment-457819615) here is the first pass.

I've:

* Restructured the layout, simplifying the intro slightly, and moving more of the relevant things to know up there
* Removed redundant information
* Used slightly emotive _tier_ language, deliberately
* Put in a line and put the community provided guides underneath it

Feedback appreciated if this doesn't hit the mark

* Removed tier wording

* Manual -> Virtualenv

* Tweaks
2019-01-31 07:53:25 -08:00
Klaas Schoute
95029cb1d7
✏️ Tweak round 2 2019-01-31 14:03:49 +01:00
Klaas Schoute
375b7817cc
✏️ Tweak 2019-01-31 14:03:11 +01:00
Paulus Schoutsen
83fdb23442 Merge branch 'current' into next 2019-01-30 17:39:11 -08:00
Ian Slinger
d119ad15a5
Merge branch 'current' into fixes_for_template_docs 2019-01-29 22:09:55 +11:00
Pieter Ennes
c0b54fb017 Needs libffi-dev to compile on Debian 9.7. (#8330) 2019-01-29 01:07:05 +01:00
Fabian Affolter
c3e094fdce
Merge branch 'current' into next 2019-01-27 23:38:52 +01:00
DubhAd
e79db724de Note about time trigger, and tidy up (#8292)
Removed the out of context block about the sun, under the time pattern. It doesn't appear to fit anywhere, and appeared in the RC merge.

Added warning about `00` and so on
2019-01-27 21:08:35 +01:00
Klaas Schoute
51e01ee76b
Update source/_docs/z-wave/devices.markdown
typo

Co-Authored-By: sveip <petersveistrup@gmail.com>
2019-01-26 14:01:58 +01:00
sveip
1a50f8f548
Clarify polling. 2019-01-26 13:03:58 +01:00
DubhAd
f68f6db843 Updating example, adding link (#8290)
Updated the example in the multiple triggers section to be valid. Added link from the top of the page.
2019-01-26 10:55:31 +01:00
jmtatsch
09cc247d49 Add encoding parameter to mqtt automation (#8247)
* Add encoding parameter to mqtt automation #20292

This is needed to trigger on received images/other byte payloads via mqtt because otherwise the decode fails. See also 
#16004

* Update trigger.markdown

clarify
2019-01-25 13:48:05 +01:00
Adam
722057c513 Remove 'experimental' for lovelace references (#8276)
* Remove Experimental

Changed to match current wording of info panel on 0.86.0

* Remove Experimental

Lovelace is no longer 'experimental after 0.86.0.
2019-01-25 03:11:10 +01:00
Fabian Affolter
3f8a200f0f
Remove config file stuff (fixes #8251) (#8266) 2019-01-24 23:15:11 +01:00
Paulus Schoutsen
b50c3616a3 Merge branch 'rc' into current 2019-01-23 12:58:40 -08:00
Tommy Jonsson
8e668ea0b1 Mqtt discovery of vacuums (#7910)
* Mqtt discovery of vacuums

See https://github.com/home-assistant/home-assistant/pull/19478

* ✏️ Tweak
2019-01-22 13:55:28 -08:00
towerhand
e054444546 Update ios.markdown (#8182)
* Update ios.markdown

* Update ios.markdown

* ✏️ Tweaks
2019-01-22 12:16:30 +01:00
Jorim Tielemans
614e17d291 Fix service call list (#8219)
This was intended as a list but was all on a single line
2019-01-20 20:56:50 +01:00