Raymond Ha
5edb2a953d
Fix accounts type in steam docs ( #13785 )
2020-06-22 16:46:05 +02:00
Stefano0042
221bce3e72
Secondary_info_attribute default ( #13752 )
...
Removed capital letter from applicable values.
Should 'extrema' render the "old" three rows summarize view (Air pressure; Humidity; Wind speed)? It is not responsive on both default Home and OpenWeatherMap stations.
2020-06-22 16:36:07 +02:00
Franck Nijhof
6675dd4290
Process late review comment on ZHA change ( #13811 )
...
Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
2020-06-22 16:22:36 +02:00
Franck Nijhof
95641ec967
Remove period char from ZHA example YAML to make it valid ( #13810 )
2020-06-22 15:39:53 +02:00
Hedda
ed2fc13d6f
Update zha.markdown with configuration for OTA firmware update in ZHA ( #13621 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2020-06-22 15:29:36 +02:00
Franck Nijhof
dc01bd2d4a
Add new Remote Python Debugger integration ( #13800 )
2020-06-22 15:25:09 +02:00
ERovirosa
cbda2589e7
Update prereq section for latest google cloud UI ( #13268 )
...
Co-authored-by: Emmanuel <emmanuel@Rovirosas-iMac.local>
2020-06-22 15:02:20 +02:00
Franck Nijhof
fe6daeaf46
Merge branch 'current' into next
2020-06-22 15:00:12 +02:00
pakwan
3a0a511e22
Yeelight: Minimum brightness incorrect ( #13216 )
...
The minimum brightness when using yeelight transitions is 1 and not 0. This can be seen in the python-yeelight docs (https://yeelight.readthedocs.io/en/stable/yeelight.html#flow-objects ) on which this seems to be based. Entering 0 as brightness results in the following error on my machine:
Unable to set scene: {'code': -5000, 'message': 'general error'}
2020-06-22 14:59:06 +02:00
Jon
a99f542fcd
Added info re command line sensors being a breaking change ( #13754 )
...
The fix for command line sensor was promoted as just a bugfix, whereas it is a breaking change. The workaround for the bug was to escape the quote with a backslash, and now the backslash is treated as a character and passed through.
2020-06-22 14:44:29 +02:00
Filip Pytloun
89e492b3a2
Update daikin documentation ( #36475 ) ( #13809 )
2020-06-22 14:43:49 +02:00
starkillerOG
825707beec
Docs Xiaomi Aqara Config Flow ( #13453 )
...
Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
2020-06-22 14:43:26 +02:00
Gerard
b17aba5913
Add find_vehicle service ( #13804 )
...
As part of https://github.com/home-assistant/core/pull/36985 the `find_vehicle` service is added.
2020-06-22 14:20:21 +02:00
Andrew Hayworth
ae26dc8e3b
Update documenation for Awair ( #13059 )
2020-06-22 13:53:34 +02:00
David Ryan
0e68e8e34e
Update for V1.4 API ( #13093 )
2020-06-22 13:51:43 +02:00
Kit Klein
2f74a8e27b
Use Device ID as id in Konnected Alarm Panel Pro ( #13794 )
...
Note that the "Device ID" should be used as id for Konnected Alarm Panel Pro.
2020-06-22 13:50:23 +02:00
Robert Van Gorkom
05cabb431e
Updating withings doc to use webhook feature ( #13116 )
...
Co-authored-by: Tom Brien <TomBrien@users.noreply.github.com>
Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
2020-06-22 13:49:23 +02:00
libots
8f0b2f9ac0
Typo fix ( #13801 )
2020-06-21 23:12:51 +02:00
Anton Averkiev
e8aa6c406d
Update weather-forecast.markdown ( #13803 )
2020-06-21 22:38:43 +02:00
jjlawren
96ef9ccc83
Add Cert Expiry timestamp ( #13665 )
2020-06-19 20:57:52 +02:00
Robert Svensson
cdb93a2e9e
Update axis.markdown ( #13787 )
...
Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
2020-06-19 20:57:02 +02:00
mdegat01
ccb0ba3ad8
Adding docs for new Influx 2.0 capabilities ( #13366 )
...
Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2020-06-19 20:55:15 +02:00
J. Nick Koston
1a14367b24
Update database schema for v8 schema ( #13784 )
2020-06-19 20:41:32 +02:00
AJ Schmidt
1530e60036
Add AlarmDecoder Arming Key Sequences documentation ( #13725 )
2020-06-19 20:39:49 +02:00
Ian Harcombe
408ebf2052
Changes from MetOffice moving to config_flow ( #13220 )
2020-06-19 20:37:46 +02:00
starkillerOG
aec676013c
Docs DenonAVR Config Flow ( #13319 )
2020-06-19 20:36:01 +02:00
Dubh Ad
2cd47064f3
Fixing indenting and trap ( #13795 )
...
There's four spaces per level, rather than the two we use everywhere else.
Also `...` has tripped up _so many_ people.
2020-06-19 20:22:55 +02:00
Villhellm
4b3653016b
fixed example formatting for Blink ( #13796 )
2020-06-19 20:21:32 +02:00
bsmappee
8ce8476eec
Update Smappee doc ( #13764 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2020-06-19 20:15:03 +02:00
xorbital
91f4fde48d
"Https:" to "https:" on Nextcloud Integration ( #13792 )
...
Every other site uses "https:" instead of "Https:", I guess it's just a typo
2020-06-19 19:25:39 +02:00
rccoleman
3af4ca7e5d
Sensors with units are excluded ( #13789 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2020-06-19 14:42:01 +02:00
tiagofreire-pt
4e66a59d82
EA8300 is supported by integration Linksys ( #13788 )
...
* EA8300 is supported by this integration
* ✏️ Tweak
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-06-19 01:05:18 +02:00
Thomas Dulle
0cfbd36650
Fixed link to recorder ( #13790 )
2020-06-19 01:04:36 +02:00
Matthew Grimes
fa9e0bb5dd
Correct ZEN21 version# ( #13781 )
...
ZEN21 v2 hardware is not capable of same advanced configurations as v3 hardware. It also can not be updated to v3 firmware. I've also submitted change on OZW configs to reference the correct hardware. Manufacturer reference: https://www.support.getzooz.com/kb/article/300-zen21-on-off-switch-change-log/
2020-06-18 19:29:48 +02:00
Daniel
c483e6e4d8
Update utility_meter.markdown ( #13782 )
...
Deleted unnecessary second "for" in line 166
2020-06-18 15:59:37 +02:00
Paulus Schoutsen
386acb0f6e
Release 111.4
2020-06-17 13:42:43 -07:00
Alex van den Hoogen
76c976a1c0
Fix links to merge requests in release 0.111.3 ( #13780 )
2020-06-17 16:32:05 +02:00
Paulus Schoutsen
6ef3980441
Release 111.3
2020-06-16 10:18:13 -07:00
Franck Nijhof
4556da86b0
Fix warning note on KNX page ( #13776 )
2020-06-16 14:53:30 +02:00
Franck Nijhof
65b711bf9e
Merge branch 'current' into next
2020-06-16 12:31:14 +02:00
dependabot-preview[bot]
7ae8b4244a
[Security] Bump rack from 2.2.2 to 2.2.3 ( #13771 )
...
Bumps [rack](https://github.com/rack/rack ) from 2.2.2 to 2.2.3. **This update includes a security fix.**
- [Release notes](https://github.com/rack/rack/releases )
- [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rack/rack/compare/v2.2.2...2.2.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-16 12:29:58 +02:00
Philip Allgaier
eb1b520cf8
Adjustments to KNX entry page ( #13772 )
...
- Sorted list of supported device type alphabetically
- Renamed "Thermostat" to "Climate" to match the current HA wording
- Various minor changes
2020-06-16 12:29:01 +02:00
Semir Patel
5de41b10d6
Minor doc updates ( #13773 )
2020-06-16 12:28:15 +02:00
Matheson Steplock
5ec07b892f
Update Environment Canada Sensor Names ( #13774 )
2020-06-16 12:23:57 +02:00
Franck Nijhof
c0ada6683a
Add support for multiple entity_ids in conditions ( #13761 )
2020-06-15 22:54:32 +02:00
Tom L
368fd6ea76
Fix link display ( #13766 )
2020-06-15 17:48:03 +02:00
Tom L
f1ba74d056
Add link + integration reference ( #13767 )
2020-06-15 17:47:41 +02:00
Tom L
69f65e1c75
History link format + wording. ( #13765 )
2020-06-15 17:40:32 +02:00
Franck Nijhof
c9642aab3a
Merge branch 'current' into next
2020-06-15 11:06:39 +02:00
nashant
7f1215ba48
Add Denon AVR-X3300W to supported devices ( #13760 )
2020-06-15 11:05:47 +02:00