15910 Commits

Author SHA1 Message Date
Franck Nijhof
18cfd744c1
Merge branch 'current' into next 2020-01-13 12:26:28 +01:00
Pascal Vizeli
f57eb8b104 HassOS 3.8 (#11726) 2020-01-13 11:23:30 +01:00
Marius Oei
6a48630682 Add another TV to Samsung TV supported devices (#11718)
I tried the component with my PS51D6900 and it worked. Even with the correct MAC address I could not get WOL to work unfortunately. Might just be a user error.
2020-01-13 11:22:23 +01:00
Yarmo Mackenbach
a06e7a5d6e Update nederlandse_spoorwegen.markdown (#11700)
* Update nederlandse_spoorwegen.markdown

Changes reflect this [PR](https://github.com/home-assistant/home-assistant/pull/30611)

* ✏️ Tweak

* Fixed typo

Co-Authored-By: Anders Melchiorsen <amelchio@nogoto.net>

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
Co-authored-by: Anders Melchiorsen <amelchio@nogoto.net>
2020-01-13 11:16:34 +01:00
akasma74
5daef0f320 On->on & Off->off (#11721)
just because they are not the same if used as state value.
stumbled upon it when discussing why this automation (https://community.home-assistant.io/t/integrating-rf-devices-with-sonoff-rf-bridge-on-tasmota-firmware/42484/112?u=ahmadk) doesn't work.
2020-01-13 11:15:54 +01:00
akasma74
8dac0b232c continue_on_timeout clarification (#11723)
It was a bit unclear what happens if one omits continue_on_timeout (i.e what's its default value) so I decided to test it and fill the gap so others shouldn't do it again
2020-01-13 11:13:22 +01:00
linkztream
ae2509e233 Fixed ws-url and needed steps. (#11717)
* Fixed ws-url and needed steps.

Modified the ws-url to reflect the documentation from SPC-GATEWAY manual and added the two needed changes to customize.yaml + configuration.yaml to make the sensors produce usable output.

* Removed hidden sensors text

After changes made to the integration, sensors are no longer hidden and that text became obsolete. Removed to avoid confusion.
2020-01-13 11:09:03 +01:00
Aaron Bach
357a81d117 Add docs for upcoming SimpliSafe changes (#11667) 2020-01-13 08:48:07 +01:00
PaulParis1
badb6c8a17 Add Android example (#11686)
* Add Android example

Add Android example configuration

* ✏️ Tweak

* ✏️ Add information

* ✏️ Tweaks

Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-01-12 10:53:15 +01:00
Zhao
bec63cd245 Updated the appdaemon repository. The current version is not v… (#11705) 2020-01-12 10:27:56 +01:00
Daniel Powell
44dc93d5da Update solax.markdown (#11696)
* Update solax.markdown

* grammar and simplify

* Apply suggestions from code review

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-01-12 10:24:44 +01:00
John Hollowell
64dc7f5442 Add Proxmox Permissions Information (#11713) 2020-01-12 09:31:12 +01:00
Spiffo
846f2367f7
Update sensor.buienradar.markdown (#11714)
alas... snow is not going to happen anymore anytime soon in the Netherlands... :)
snow_1d is not supported (anymore?) as a monitored condition in the sensor.
2020-01-12 09:25:21 +01:00
Spiffo
6f0971cc81 Update sensor.buienradar.markdown (#11714)
alas... snow is not going to happen anymore anytime soon in the Netherlands... :)
snow_1d is not supported (anymore?) as a monitored condition in the sensor.
2020-01-12 09:24:54 +01:00
Bill Durr
b136b44903 Add cover to ZHA supported devices (#11695)
* Add cover to supported devices

* 🚑 Fix

Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
2020-01-12 07:28:43 +01:00
thecem
98630e384d Changed the temp and range options (#11710)
changed the option description min_temp/max_temp/range_from/range_to to right one like in the source code.
2020-01-11 20:17:34 +01:00
tigattack
f9e8f37381 Fixed links to "Configuring the platform" section (#11711)
Three links to "Configuring the platform" header were using underscores to separate the words instead of hyphens. This broke the link as it was invalid.
2020-01-11 20:08:28 +01:00
Brian Dunlay
59cc1f0d18 Add tunnel timeout to support websocket connections (#11708)
HomeAssistant uses a 55 second interval[1] to send heartbeats to
the Lovelace UI over WebSockets. If the tunnel timeout[2] is not
set, the WebSocket connection from the browser to the server is
reset every 50 seconds. When the connection resets, it reconnects
automatically, and causes the page to reload. Any unsaved data in
forms is lost.

This commit adds a sane default of 60 seconds to the HAProxy
configuration for tunneled connections, so that the frontend
WebSocket connection doesn't time out every 50 seconds.

[1]: 9c551ae85d/homeassistant/components/websocket_api/http.py (L111)
[2]: https://cbonte.github.io/haproxy-dconv/1.8/configuration.html#4-timeout%20tunnel

Related: home-assistant/home-assistant-js-websocket#108
2020-01-11 11:41:21 +01:00
Dubh Ad
ce07145f14 Removing Windows (#11666)
We get a regular trickle of folks installing on Windows, who're then stuck on things like auto-starting, and almost everything else.

As much as I don't like removing community provided guides, I think this one needs to disappear.
2020-01-11 11:31:17 +01:00
etheralm
744a1aef87 add TP06 model to dyson docs (#11689) 2020-01-11 10:51:47 +01:00
Franck Nijhof
b7deb649d8
Merge branch 'current' into next 2020-01-11 10:34:05 +01:00
Alexei Chetroi
a32870c4ef Remove nonexistent default value for initial parameter. (#11694) 2020-01-10 16:44:11 -08:00
Paulus Schoutsen
92cae865df
Migrate Ring to config entry (#11679)
* Migrate Ring to config entry

* ✏️ Tweak

* ✏️ Tweaks

Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-01-10 16:43:47 -08:00
sjee105
d503e4af3e tts platform renamed (#11699) 2020-01-10 15:21:54 +01:00
tiagofreire-pt
cdc5b4941c New nomenclature for Roborock fan speeds (#11523)
* New nomenclature for Roborock fan speeds

Docs updated regarding PR #30164: https://github.com/home-assistant/home-assistant/pull/30164

* Update source/_integrations/vacuum.xiaomi_miio.markdown

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Update vacuum.xiaomi_miio.markdown

* Update vacuum.xiaomi_miio.markdown

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-01-10 11:26:05 +01:00
John Hollowell
64b938b3d1 Update Misc Typos (#11597)
* Update providers.markdown

* Update tutorial.markdown

* Update aws.markdown

* Update vera.markdown
2020-01-10 09:30:44 +01:00
THATDONFC
cc24c23fcd Update PiVPN URL (#11693)
Update PiVPN URL to match the new site location.
2020-01-10 09:29:05 +01:00
Petro31
bb483a5540 Update condition.markdown (#11688)
Quoting was wrong.
2020-01-09 18:29:36 +01:00
Daniel
5c307536bf Add docs in vaccum.xiaomi_miio.markdown with how to clean a sp… (#11676)
* Add documentation in vaccum.xiaomi_miio.markdown with instructions how to clean a specific room

It specifies how the command send_command can be used for Xiaomi vacuums.

* Update Xiaomi vacuum docs on how to clean a room

An example is specified under a new section. The service vacuum.send_command is not documented here anymore.

* ✏️ Tweaks

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-01-09 11:25:23 +01:00
Mattheus
4a902a7835 remove api_password option from http: config (#11680)
remove api_password option from http: config because the option are deprecated since 0.90 release of HomeAssistant.
2020-01-09 10:50:47 +01:00
Alexander Petrov
d704be3803 Update input_datetime: reorder default values (#11685) 2020-01-09 10:44:22 +01:00
fwestenberg
cfa0cc2172 Add Stookalert integration (#11572)
* Stookalert integration

* Stookalert integration

* Stookalert integration

* Added Stookalert integration

* Added Stookalert integration

* Added Stookalert integration

* Removed the scan interval

* Changed release

* Province formatting

* Compress image
2020-01-08 21:05:25 +01:00
Åke Strandberg
ffdd815aec Add link to Modbus Climate (#11675) 2020-01-08 19:03:06 +01:00
Franck Nijhof
4de6ba1316
Merge branch 'current' into next 2020-01-08 18:39:58 +01:00
Jeff Irion
c285782983 Switch order of Python and ADB server instructions (#11658)
* Switch order of Python and ADB server instructions

* Fix internal links
2020-01-08 18:38:39 +01:00
Franck Nijhof
617f684d04
Correct spelling of HDMI-CEC (#11674)
* Correct spelling of HDMI-CEC

* Empty commit to re-trigger build
2020-01-08 17:25:00 +01:00
Franck Nijhof
f64ebbd840
Merge branch 'current' into next 2020-01-08 13:28:18 +01:00
Franck Nijhof
2311a9fed6
Initial sync codeowners with codebase integration manifests (#11673) 2020-01-08 13:25:21 +01:00
Franck Nijhof
23b0b57c08
Rename frontmatter ha_qa_scale to ha_quality_scale to match codebase (#11672)
* Rename frontmatter ha_qa_scale to ha_quality_scale to match codebase

* Update all integrations quality scales (done by sync)
2020-01-08 13:10:43 +01:00
Eric Nagley
71b234544c add testing notes for Q9F (#11668)
* add testing notes for Q9F

* ✏️ Tweak

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-01-08 11:03:59 +01:00
Peter Epley
aae05ed6a9 Add Media Player as component with Device Classes (#11669) 2020-01-08 10:41:31 +01:00
Peter Epley
ebaa3e460e Add Device Class info for customization (#11670)
* Add Device Class info for customization

* ✏️ Tweak

Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
2020-01-08 10:41:00 +01:00
FrengerH
07446d2bf6 Added documentation gesture support Deconz (#11671) 2020-01-08 10:40:09 +01:00
jeremywillans
6166ad00c2 Update media_player.markdown (#11653) 2020-01-07 21:36:16 +01:00
Franck Nijhof
ada7cc55a4 Entity Component to no longer generate automatic groups (#11662)
* Entity Component to no longer generate automatic groups

* Entity Component to no longer generate automatic groups
2020-01-07 18:00:45 +01:00
Aleix Murtra
7357868203 Add TMB sensor documentation (#10905)
* Add TMB sensor resources

* ✏️ Tweaks

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-01-07 17:32:09 +01:00
SukramJ
7c94a77b42 Add reset_energy_counter service to Homematic IP Cloud (#11553)
* Add reset_energy_counter service to Homematic IP Cloud

* Add service description to overview
2020-01-07 17:03:17 +01:00
Franck Nijhof
c946664927
Sync config flow with codebase (#11661) 2020-01-07 17:00:56 +01:00
Franck Nijhof
f1ac07a0ba
Merge branch 'current' into next 2020-01-07 16:26:25 +01:00
Franck Nijhof
bb1fe0ff88
Sync config flow with codebase (#11660)
* Sync config flow with codebase

* Corrected sync with release
2020-01-07 16:25:50 +01:00