13326 Commits

Author SHA1 Message Date
rasmuoy
41c122f9fb Update sensor.hp_ilo.markdown (#9110)
https://pythonhosted.org/python-hpilo/ is dead ->  http://seveas.github.io/python-hpilo/ is new location
2019-04-03 15:27:30 +02:00
Robbie Trencheny
1d39c8b6b0
Merge pull request #9101 from bphermansson/patch-5
Adjusted rgb-color section, added example
2019-04-03 00:06:04 -07:00
a-r-j-a-n
72ca634410
Update media_player.markdown
Fixed typo
2019-04-03 08:47:24 +02:00
seanvictory
5d970c1cd8 Update Index (#9104)
Fixed spacing for consistency
2019-04-02 20:31:49 +02:00
seanvictory
a85d738aa6 Updated Automation 2 (#9105)
Fixed title heading
2019-04-02 20:31:22 +02:00
Patrik Hermansson
641b08e505
Adjusted rgb-color section, added example
Added a note about needed square brackets for rgb values. Also added an example how this is done.
2019-04-02 14:56:48 +02:00
ErikS
79ea274a2f added boot partition CONFIG directory option (#9093)
i was confused myself, while trying to configure wifi, added option that finally helped me.
2019-04-02 12:19:59 +02:00
Adam
33618cf29d Cleanup of Cookbook examples Round 2 (#9091)
* Delete configuration_yaml_by_silvrr.markdown

Repo no longer available

* Delete configuration_yaml_by_daniel_hoyer_iversen.markdown

Latest substantial change 8 months ago.

* Delete configuration_yaml_by_lancehaynie.markdown

Broken link.

* Delete configuration_yaml_by_skalavala.markdown

"Repository unavailable due to DMCA takedown."

* Delete configuration_yaml_by_gstevenson.markdown

No activity for a least 11 months.
2019-04-02 10:39:57 +02:00
Jarosław Salwa
042a0d2688 Update vacuum.markdown with return_to_base service (#9094)
Fix documentation and replace wrong service (return_to_home) with a proper one (return_to_base).
2019-04-02 10:05:15 +02: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
Fredrik Erlandsson
17707ae65b Updated with confirmed AU models working (#9100) 2019-04-02 09:49:29 +02:00
Paulus Schoutsen
a7cd9d8794
Add remote ui ref 2019-04-01 15:11:46 -07:00
Robbie Trencheny
2aeba10c7e
Minor niceness tweak 2019-04-01 14:25:26 -07:00
Robbie Trencheny
e31c0281fe
Android 2019-04-01 14:17:24 -07:00
Bram Mittendorff
3d1ae65000 Update installation.markdown (#9092)
Changed `apt-get software-properties-common` because this will not work. You need to use `apt-get install software-properties-common`
2019-04-01 22:32:26 +02:00
cgtobi
e63fcdd6b7 Fix snippet formatting (#9089) 2019-04-01 15:32:30 +02:00
Gary Barclay
19cc1c6eb9 Add warning re hub version. (#8999)
* Add warning re hub version.

Make clarification on hub API access status as it really was not clear.

* ✏️ Tweaks

* ✏️ Tweaks
2019-03-31 13:19:25 +02:00
Dominik Palo
91f2dd7657 Update the docs for the Xiaomi Gateway component (#8890)
* Update the docs

* Fix typos

* Fix typos

* Remove the unnecessary last step
2019-03-31 13:03:50 +02: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
b802eb6937 Adding update and version details (#8645)
Adding details here on how to update, install specific versions, and join the beta releases.
2019-03-31 12:45:30 +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
Chris Helming
bde67b6cc3 Update notify.html5.markdown (#9080)
Added a note on having to delete `html5_push_registrations.conf` when switching from GCM.
2019-03-31 09:26:05 +02:00
Nicholas Hawkes
1a0f35f1bc Update installation.markdown (#9081)
It is not possible to run the command  `add-apt-repository universe` without installing `apt-get software-properties-common` first
2019-03-31 09:24:08 +02:00
David Thulke
27731f908a clarify expose_by_default and exposed_domains in google_assistant config (#9008) 2019-03-30 17:01:26 +01:00
Daniel Shokouhi
35f4985c97 Add some clarifications for the new service call (#8850) 2019-03-30 16:55:21 +01:00
Franck Nijhof
f209cfaa9d
Updates scan interval notice of Toon component (#8975) 2019-03-30 16:33:12 +01:00
gremblin
04a4ec8940 Grammar update (#8979)
* Grammar update

I attempted to make it a bit more readable.

I'm trying to follow the logic. Maybe these hypothetical tests will clear things up. 

Example 1:
Let's say for example I have a bluetooth beacon and GPS and I leave home. If I forget my bluetooth beacon at home, but have my phone with me then I will be considered 'home' since both devices will be updating and the stationary tracker has priority. Correct? 

Example 2:
Let's say I have a router tracker and GPS and I arrive home. Let's also say that for some reason my WIFI is disabled on my phone. The router tracker hasn't updated in a long time (>1 hour), but my GPS just updated. According the the explained logic... I would be considered 'not_home' since the stationary tracker has priority, correct? Or is the state of 'home' the priority? Since I have a recently updated tracker reporting me as 'home,' then I am considered home?

I'd like to add similar examples to the person description to clear up the understanding of the logic after receiving feedback, or if you prefer, add examples yourself.

* ✏️ Tweaks

* ✏️ Markdown tweaks
2019-03-30 15:30:42 +01: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
Anders Melchiorsen
9b29fb4a91 Revert Sonos service call reformatting (#9048) 2019-03-30 14:11:09 +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
Andreas Setterlind
945021c714 Update zha.markdown to further explain function of ZHA Device Handlers (#9067)
Update zha.markdown to further explain the function of custom ZHA Device Handlers for Home Assistant.
2019-03-30 13:39:26 +01:00
kgalilio
bc398c9de8 Update switch.broadlink.markdown (#9069)
* Update switch.broadlink.markdown

Added Node red method for obtaining and transmitting IR codes.

* Minor changes
2019-03-30 13:18:53 +01:00
Patrik Hermansson
706ff615b6 Better explanation of how to use sources (#9065) 2019-03-30 12:30:36 +01:00
David Beitey
17abb801ef Fix grammar and formatting from #8615 (#9066)
Improves on the wording of my previous PR for readability
2019-03-30 08:35:40 +01:00
emontnemery
e15c9a8219 Clarify default value for mqtt.switch state_on / state_off (#9070)
* Update switch.mqtt.markdown

* Update switch.mqtt.markdown

* Update switch.mqtt.markdown

* Update switch.mqtt.markdown

* Update switch.mqtt.markdown

* Update switch.mqtt.markdown
2019-03-30 08:21:44 +01:00
Aaron Bach
10db76700b Fixed mispelling in SmartThings docs (#9074) 2019-03-30 08:20:56 +01:00
Thom Stricklin
bc314cca4f Add UPnP sensor troubleshooting (#9060)
* Add UPnP sensor troubleshooting

* Minor changes
2019-03-29 00:43:30 +01:00
Aalian Khan
c2ff81aa3a Need to switch API version to make component work (#9052) 2019-03-27 08:38:51 +01: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
Klaas Schoute
24677c7a94 🚜 Merges/Redirect Hangouts component pages (#9045) 2019-03-26 23:31:46 +01:00
Klaas Schoute
4da52e2cd0 🚜 Merges/Redirect IHC component pages (#9046) 2019-03-26 23:31:27 +01:00
Paulus Schoutsen
7fa9c3f7f4 Release 0.90.2 2019-03-26 14:27:36 -07:00
Håvard Elnan
dcc34ad6ef Added example to mobile app component (#9029)
* Added example to mobile app component

There should be an example even if its a one liner.

* ✏️ Tweak
2019-03-25 23:20:19 +01:00
dilruacs
07f35e8aca Workaround for missing adbkey.pub (#9038)
* Workaround for missing adbkey.pub

* ✏️ Tweak
2019-03-25 22:11:24 +01:00
Hmmbob
246e7438f8 Update notify.html5.markdown to add deprecation warnings (#9019)
* Update notify.html5.markdown

* Undo removals, added warning

* Update notify.html5.markdown

* Typo

* Update notify.html5.markdown

* Extending browser step warning & fixing link
2019-03-25 17:33:53 +01:00
Jeff Irion
6e4d4e0757 Improve ADB troubleshooting info for androidtv (#9012) 2019-03-25 17:11:50 +01:00
Klaas Schoute
8fb8bff92d 🚜 Merges/Redirect Mailgun component pages (#9028)
* 🚜 Merges/Redirect Mailgun component pages

* ✏️ Tweak
2019-03-25 17:08:13 +01:00
Klaas Schoute
fdecacf8e4 🚜 Merges/Redirect Zabbix component pages (#9027) 2019-03-25 17:07:30 +01:00