Bram Kragten
4e49e3a3fb
Update frontend to 20211007.0 ( #57268 )
2021-10-07 20:19:43 -07:00
J. Nick Koston
fd371f2887
Fix RGB only (no color temp) devices with tplink ( #57267 )
2021-10-07 20:19:42 -07:00
Daniel Hjelseth Høyer
ec0256e27f
Bump Mill library to 0.6.1 ( #57261 )
2021-10-07 20:19:41 -07:00
Erik Montnemery
425015eb8b
Validate initial value for input_datetime ( #57256 )
2021-10-07 20:19:41 -07:00
Martin Hjelmare
0b26b15749
Fix netgear config flow import ( #57253 )
2021-10-07 20:19:40 -07:00
Erik Montnemery
06befe906b
Correct SQL query generated by get_metadata_with_session ( #57225 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-10-07 20:19:39 -07:00
J. Nick Koston
bf4a3d8d35
Discover tplink devices periodically ( #57221 )
...
- These devices sometimes do not respond on the first try
or may be subject to transient broadcast failures, or
overloads. We now try discovery periodically once the
integration has been loaded.
- We used to try this 4x at startup, but that solution
seemed to aggressive as we want to be sure we pickup
the devices after startup as well since the network
will likely be more calm after startup.
2021-10-07 20:19:15 -07:00
Raman Gupta
691d8d6b80
Convert val to str when needed while calling zwave_js.set_value ( #57216 )
2021-10-07 20:16:20 -07:00
Maciej Bieniek
7f49e02a4d
Update led brightness select state only if valid data is available, Xiaomi Miio integration ( #57197 )
...
* Update state if there is valid data
* Add comment
2021-10-07 20:16:19 -07:00
J. Nick Koston
7544ec2399
Recreate the powerwall session/object when attempting relogin ( #56935 )
2021-10-07 20:16:19 -07:00
Franck Nijhof
46394b50d8
Bumped version to 2021.10.0
2021-10-06 15:53:41 +02:00
Erik Montnemery
25fc479cd4
Correct migration to recorder schema 18 ( #57165 )
2021-10-06 15:52:20 +02:00
Bram Kragten
9636799dfb
Update frontend to 20211006.0 ( #57164 )
2021-10-06 15:52:14 +02:00
Thomas Schamm
e01e575092
Skip link local addresses in bosch_shc discovery step ( #57074 )
2021-10-06 15:52:11 +02:00
Fredrik Erlandsson
2fc9cdbe68
Update Daikin config_flow with better error handling ( #57069 )
2021-10-06 15:52:07 +02:00
starkillerOG
72b3bc13e4
Remove Netgear tracker link_rate check on Orbi ( #57032 )
...
* Netgear tracker: remove link_rate check on Orbi
* fix debug message
* Add orbi models
* check start of model in V2 check
* fix black
2021-10-06 15:52:04 +02:00
Jean-Yves Avenard
9e755fcc49
Change energy state class to STATE_CLASS_TOTAL ( #56974 )
2021-10-06 15:52:00 +02:00
Paulus Schoutsen
a692d4de64
Bumped version to 2021.10.0b9
2021.10.0b9
2021-10-05 21:34:22 -07:00
Paulus Schoutsen
bb617d7b89
Bump netdisco to 3.0.0 ( #56903 )
2021-10-05 21:34:18 -07:00
Paulus Schoutsen
790a61cfae
Bumped version to 2021.10.0b8
2021.10.0b8
2021-10-05 21:32:11 -07:00
Paulus Schoutsen
8e02ea1936
Guard upnp create device ( #57156 )
2021-10-05 21:32:06 -07:00
Simone Chemelli
7502956d2b
Fix SamsungTV shutdown race condition ( #57149 )
2021-10-05 21:32:06 -07:00
Simone Chemelli
8394157c0a
Fix Fritz shutdown race condition ( #57148 )
2021-10-05 21:32:05 -07:00
Lawrence
76a6edb4ed
Updated amberelectic attributes to reflect unit change to $/kWh ( #57109 )
2021-10-05 21:32:04 -07:00
Paulus Schoutsen
73bf538736
Bumped version to 2021.10.0b7
2021.10.0b7
2021-10-05 13:45:52 -07:00
Raman Gupta
dbde2f1b92
Bump zwave-js-server-python to 0.31.3 ( #57143 )
2021-10-05 13:45:42 -07:00
Paulus Schoutsen
78bb2f5b73
Reinstate asking for country in Tuya flow ( #57142 )
2021-10-05 13:45:41 -07:00
J. Nick Koston
657037553a
Fix yeelight connection when bulb stops responding to SSDP ( #57138 )
2021-10-05 13:45:40 -07:00
Paulus Schoutsen
0e00075628
Bump aiohue to 2.6.3 ( #57125 )
2021-10-05 13:45:39 -07:00
jrester
ecdbb5ff17
Update tesla_powerwall to 0.3.11 ( #57112 )
2021-10-05 13:45:38 -07:00
Franck Nijhof
a13a6bc9c9
Bump tuya-iot-py-sdk to 0.5.0 ( #57110 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-10-05 13:45:38 -07:00
Paulus Schoutsen
5b550689e0
Update Tuya code owners ( #57078 )
2021-10-05 13:45:37 -07:00
Otto Winter
c5992e2967
Bump aioesphomeapi from 9.1.4 to 9.1.5 ( #57106 )
2021-10-05 13:43:48 -07:00
Franck Nijhof
b76e19c8c2
Remove Python shebang line from Tuya integration files ( #57103 )
2021-10-05 13:43:47 -07:00
Franck Nijhof
d1f790fab0
Small code styling tweaks for Tuya ( #57102 )
2021-10-05 13:43:47 -07:00
Franck Nijhof
4d44beb938
Prevent Tuya from accidentally logging credentials in debug mode ( #57100 )
2021-10-05 13:43:46 -07:00
indykoning
70a6930a8a
Fix Growatt login invalid auth response ( #57071 )
2021-10-05 13:43:45 -07:00
Paulus Schoutsen
b289bb2f57
Bumped version to 2021.10.0b6
2021.10.0b6
2021-10-04 21:07:16 -07:00
GitHub Action
a457bb7446
[ci skip] Translation update
2021-10-04 21:07:12 -07:00
Paulus Schoutsen
f0b22e2f40
Fix energy gas price validation ( #57075 )
2021-10-04 21:06:47 -07:00
Bram Kragten
d42350f986
Update frontend to 20211004.0 ( #57073 )
2021-10-04 21:06:47 -07:00
Shay Levy
74aa57e764
Fix: Shelly Gen2 - filter unsupported sensors ( #57065 )
2021-10-04 21:06:46 -07:00
J. Nick Koston
fb9a119fc7
Update esphome reconnect logic to use newer RecordUpdateListener logic ( #57057 )
2021-10-04 21:06:45 -07:00
Erik Montnemery
f82fe9d8bb
Improve sensor statistics validation ( #56892 )
2021-10-04 21:06:44 -07:00
Paulus Schoutsen
b086266508
[ci skip] Translation update
2021.10.0b5
2021-10-04 08:38:35 -07:00
Paulus Schoutsen
491abf0608
Bumped version to 2021.10.0b5
2021-10-04 08:35:42 -07:00
GitHub Action
da61696566
[ci skip] Translation update
2021-10-04 08:35:37 -07:00
GitHub Action
688884ccfe
[ci skip] Translation update
2021-10-04 08:35:28 -07:00
Joakim Sørensen
62390b9531
Rewrite tuya config flow ( #57043 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-10-04 08:30:00 -07:00
Erik Montnemery
7ddb399178
Prevent opening of sockets in watttime tests ( #57040 )
2021-10-04 08:30:00 -07:00