2609 Commits

Author SHA1 Message Date
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
Fabian Affolter
a8040b018a
Merge branch 'current' into next 2019-02-14 13:10:14 +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
Jorim Tielemans
b357d6bde3 Remove outdated docs (#8215)
It's supported since 0.84
2019-01-19 09:58:40 -08:00
Franck Nijhof
e19443b969 👕 Replaces truthy YAML boolean values (#8212) 2019-01-19 12:02:31 +01:00
Franck Nijhof
69a0bfd29a 🔨 Replaces all hardlinks with relative ones (#8207) 2019-01-19 11:56:44 +01:00
finity69x2
0bd1b93e24 Update automation.markdown (#8196)
* Update automation.markdown

* ✏️ Tweaks
2019-01-17 22:04:49 +01:00
txNgineer
8b744ce760 Update trigger markdown to expand twilight discussion and sunrise timing (#8194)
* Update trigger markdown to expand twilight discussion and sunrise timing

These changes expand on the sun angle for addition darkness by including detail on the three twilight definitions. A brief discussion has also been added to the time trigger section to explain why many automations that are relative to sunrise often fail.  Since sunrise is a different day than any time before midnight, using timestamps is a reasonable option.

* Minor changes

* ✏️ Tweaks
2019-01-17 21:47:40 +01:00
Paulus Schoutsen
db8aa47bd4 Merge branch 'current' into next 2019-01-16 16:29:15 -08:00
Adam Mills
6616750d57 Split time_pattern triggers from time trigger (#8080)
* Split interval triggers from time trigger

* Default smaller interval units to zero

* Rename interval to schedule

* Rename schedule trigger to time_pattern
2019-01-15 22:29:42 +01:00
Gary Barclay
fac43222aa Small changes to help fill a couple of small gaps. (#8111)
* Small changes to help fill a couple of small gaps.

Stopped short of offering a full example such as Harmony Remote config.

* Fix comments
2019-01-13 11:47:30 +01:00
Test GITHub account
0ae3308daf Correct URL link (#8117)
* Correct URL link

The markdown syntax for the link was reversed.

* Fix ocomment
2019-01-13 10:26:12 +01:00