Marc Mueller
e783b8ce99
Fix 'in' comparisons vesync light ( #54614 )
2021-08-18 13:53:02 -07:00
Teemu R
01082fb5ab
Fix tplink doing I/O in event loop and optimize ( #54570 )
...
* Optimize tplink i/o
* Cache has_emeter reduceing the number of i/o requests on hs300 by 5
* Use the state from the sysinfo dict for non-strips reducing required requests by one
* Remove I/O from __init__, read has_emeter from sysinfo
* Cleanup __init__ to avoid I/O
* Re-use the sysinfo response for has_emeter
* Use async_add_executor_job() to execute the synchronous I/O ops.
* use the device alias instead of host for coordinator, use executor for unavailable_devices
* Remove unnecessary self.hass assignment
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-08-18 13:53:01 -07:00
Tom Brien
d0b1caa8b0
Fix TPLink emeter reset not updating ( #54848 )
2021-08-18 12:51:48 -07:00
Paulus Schoutsen
700f149ef8
Bumped version to 2021.8.7
2021-08-15 20:06:46 -07:00
Jesse Hills
848885c658
Send color_brightness to ESPHome devices on 1.20 (pre-color_mode) ( #54670 )
2021-08-15 20:05:59 -07:00
jan iversen
5af94c42db
Solve switch/verify register type convert problem in modbus ( #54645 )
2021-08-15 20:05:59 -07:00
Paulus Schoutsen
dd1ef7fa55
Guard partial upgrade ( #54617 )
2021-08-15 20:05:58 -07:00
Michael
8d1bd55b68
Bump py-synologydsm-api to 1.0.4 ( #54610 )
2021-08-15 20:05:57 -07:00
J. Nick Koston
3c3a6e6cb4
Bump zeroconf to 0.35.0 ( #54604 )
...
Fixes https://github.com/home-assistant/core/issues/54531
Fixes https://github.com/home-assistant/core/issues/54434
Fixes https://github.com/home-assistant/core/issues/54487
2021-08-15 20:05:56 -07:00
Oxan van Leeuwen
2f2038c147
Clamp color temperature to supported range in ESPHome light ( #54595 )
...
ESPHome devices initially report a color temperature of 0 or 1 until it
has been changed by the user. This broke the conversion from RGBWW to
an RGB color.
Fixes #54293 .
2021-08-15 20:05:56 -07:00
Daniel Hjelseth Høyer
5a5bbef1b8
Adax, update requirements ( #54587 )
...
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net >
2021-08-15 20:05:55 -07:00
Daniel Hjelseth Høyer
0f60a5a8c0
Fix Tibber last reset ( #54582 )
...
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net >
2021-08-15 20:05:54 -07:00
Daniel Hjelseth Høyer
f43151081b
Fix bug in ambiclimate ( #54579 )
...
* Fix ambiclimate
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net >
* Fix ambiclimate
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net >
2021-08-15 20:05:53 -07:00
Colin O'Dell
ab82369320
Upgrade qnapstats library to 0.4.0 ( #54571 )
2021-08-15 20:05:53 -07:00
Gerard
1c503244c6
Fix attributes not showing after using entity class attributes ( #54558 )
2021-08-15 20:05:52 -07:00
Alan Tse
482e00a071
Treat temporary errors as warnings for Tesla ( #54515 )
...
* Treat temporary errors as warnings for Tesla
closes #53391
* Apply suggestions from code review
Co-authored-by: J. Nick Koston <nick@koston.org >
* Black
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-08-15 20:05:51 -07:00
Daniel Hjelseth Høyer
6f3879fc92
Add missing PRESSURE_BAR conversion ( #54497 )
...
* Add missing PRESSURE_BAR
* style
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net >
* valid units
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net >
2021-08-15 20:05:50 -07:00
ehendrix23
6382061b57
Updates to bump MyQ to 3.1.2 ( #54488 )
2021-08-15 20:05:50 -07:00
Robert Hillis
1d45a80a92
Bump notifications-android-tv to 0.1.3 ( #54462 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-08-15 20:05:49 -07:00
Felix
4d01dd3c0c
Strip attributes whitespace in universal media_player ( #54451 )
...
When using whitespace in attributes the lookup of the state attribute fails because an entity with whitespace in its name cannot be found.
Works:
entity_id|state_attribute
Does not work:
entity_id | state_attribute
Fixes #53804
2021-08-15 20:05:48 -07:00
Ville Skyttä
72e548de5f
Fix Huawei LTE entity state updating ( #54447 )
...
Since 91a2b96 , we no longer key this by the router URL, but the relevant
config entry unique id.
Closes https://github.com/home-assistant/core/issues/54243
2021-08-15 20:05:47 -07:00
Phil Cole
7d67caba44
Use pycarwings2 2.11 ( #54424 )
2021-08-15 20:05:47 -07:00
J. Nick Koston
5fc5b53c01
Ensure HomeKit passes min/max mireds as ints - adapted from #54372
2021-08-15 20:05:29 -07:00
Paulus Schoutsen
c6fc5e35fe
Bumped version to 2021.8.6
2021-08-10 20:29:32 -07:00
Aaron Bach
b2b0cc9a22
Bump pyopenuv to 2.1.0 ( #54436 )
2021-08-10 20:29:22 -07:00
Paulus Schoutsen
ebab5c5d92
Bump hass_nabucasa to 0.46.0 ( #54421 )
2021-08-10 20:29:21 -07:00
Daniel Hjelseth Høyer
56d51404b7
Re-add Tibber notify service name ( #54401 )
...
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net >
2021-08-10 20:29:21 -07:00
Joakim Sørensen
bb3769c84f
Fix Canary sensor state ( #54380 )
2021-08-10 20:29:20 -07:00
Paulus Schoutsen
3effe94a27
Handle CO2Signal response value being None ( #54377 )
2021-08-10 20:29:19 -07:00
Brett
747eb92a4a
Fix race condition in Advantage Air ( #53439 )
2021-08-09 20:21:38 -07:00
Raman Gupta
5ac5b41a11
Update Climacell rate limit ( #54373 )
2021-08-09 20:16:36 -07:00
Paulus Schoutsen
0b532c139c
Bumped version to 2021.8.5
2021-08-09 17:14:06 -07:00
Paulus Schoutsen
d4290d1e03
Revert "Use entity class attributes for Bluesound ( #53033 )" ( #54365 )
2021-08-09 17:12:52 -07:00
Paulus Schoutsen
b4d466f87c
Do not process forwarded for headers for cloud requests ( #54364 )
2021-08-09 17:12:51 -07:00
Aaron Bach
4f3cf5a61c
Cast SimpliSafe version number as a string in device info ( #54356 )
2021-08-09 17:12:51 -07:00
dailow
cfa6040d55
Fix aqualogic state attribute update ( #54354 )
2021-08-09 17:12:50 -07:00
Jan Bouwhuis
3fcbde3b9c
Fix Xiaomi-miio turn fan on with speed, percentage or preset ( #54353 )
2021-08-09 17:12:49 -07:00
Bram Kragten
84f6586058
Update frontend to 20210809.0 ( #54350 )
2021-08-09 17:12:48 -07:00
Jan Bouwhuis
cb14acd606
Fix xiaomi air fresh fan preset modes ( #54342 )
2021-08-09 17:12:48 -07:00
Diogo Gomes
59c882a0f5
Restores unit_of_measurement ( #54335 )
2021-08-09 17:12:47 -07:00
Chris
b21f319b0a
Remove zwave_js transition on individual color channels ( #54303 )
2021-08-09 17:12:46 -07:00
J. Nick Koston
2a1d2b77a1
Ensure hunterdouglas_powerview model type is a string ( #54299 )
2021-08-09 17:12:45 -07:00
J. Nick Koston
9caad5b2c7
Bump zeroconf to 0.34.3 ( #54294 )
2021-08-09 17:12:45 -07:00
Marc Mueller
5402173e98
Fix ondilo_ico name attribute ( #54290 )
2021-08-09 17:12:44 -07:00
jjlawren
985dab6bdf
Bump soco to 0.23.3 ( #54288 )
2021-08-09 17:12:43 -07:00
Robert Hillis
cf92d45f07
Use correct state attribute for alarmdecoder binary sensor ( #54286 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-08-09 17:12:42 -07:00
ZeGuigui
955a72080f
Fix atom integration for long term statistics ( #54285 )
...
* Fix atom integration for long term statistics
* Remove commented code
* Fix last_reset syntax
* last_reset not an extra attribute
* last_reset as utc
* black formatting
* isort fix
2021-08-09 17:12:42 -07:00
J. Nick Koston
3edd505468
Always set interfaces explicitly when IPv6 is present ( #54268 )
2021-08-09 17:12:41 -07:00
rikroe
746bb2997e
Fix login to BMW services for rest_of_world and north_america ( #54261 )
...
Co-authored-by: rikroe <rikroe@users.noreply.github.com >
2021-08-09 17:12:40 -07:00
Reuben Gow
1809b7a98b
Force an attempted subscribe on speaker reboot ( #54100 )
...
* Force an attempted subscribe on speaker reboot
* Recreate subscriptions and timers explicitly on speaker reboot
* only create poll timer if there is not one already
Co-authored-by: jjlawren <jjlawren@users.noreply.github.com >
* Black
Co-authored-by: jjlawren <jjlawren@users.noreply.github.com >
2021-08-09 17:12:39 -07:00