Simone Chemelli
d51d70d3be
Fix Fritz shutdown race condition ( #57148 )
2021-10-05 20:26:18 -07:00
Simone Chemelli
9de3bd77d8
Fix SamsungTV shutdown race condition ( #57149 )
2021-10-05 20:25:57 -07:00
J. Nick Koston
7e5dfadc27
Add sw_version and model to flux_led device info ( #56958 )
2021-10-05 14:53:39 -10:00
J. Nick Koston
286ffb2d71
Write flux_led state after turning on/off ( #57152 )
2021-10-05 14:49:42 -10:00
GitHub Action
a8b7c521f6
[ci skip] Translation update
2021-10-06 00:12:58 +00:00
J. Nick Koston
d60f6a9943
Add additional devices to flux_led discovery ( #57086 )
2021-10-05 13:06:17 -10:00
Tom Brien
659229e255
Add support for POLY and RLY in Coinbase ( #57144 )
...
* Support POLY currency
* Support RLY currency
2021-10-05 15:18:17 -06:00
Aaron Bach
25253f2b7a
Use current config entry standards for OpenUV ( #57137 )
2021-10-05 15:03:39 -06:00
J. Nick Koston
eba7cad33f
Fix yeelight connection when bulb stops responding to SSDP ( #57138 )
2021-10-05 13:41:56 -07:00
Raman Gupta
e22407ba16
Bump zwave-js-server-python to 0.31.3 ( #57143 )
2021-10-05 22:33:23 +02:00
Paulus Schoutsen
34544da449
Reinstate asking for country in Tuya flow ( #57142 )
2021-10-05 22:32:48 +02:00
indykoning
f76cb12945
Fix Growatt login invalid auth response ( #57071 )
2021-10-05 12:31:23 -07:00
Paulus Schoutsen
1a7a4c52f1
Bump aiohue to 2.6.3 ( #57125 )
2021-10-05 19:42:45 +02:00
jrester
e66064fb3e
Update tesla_powerwall to 0.3.11 ( #57112 )
2021-10-05 19:40:37 +02:00
Franck Nijhof
86852df2fc
Bump tuya-iot-py-sdk to 0.5.0 ( #57110 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-10-05 10:21:55 -07:00
Raman Gupta
3c074ab865
Add additional properties to node_status WS cmd ( #56927 )
...
* Add node.zwave_plus_version to node_status WS command
* Add highest security class to node_status
2021-10-05 11:23:44 -04:00
Franck Nijhof
80a04124a2
Small code styling tweaks for Tuya ( #57102 )
2021-10-05 12:59:51 +02:00
Otto Winter
5b218d7e1c
Bump aioesphomeapi from 9.1.4 to 9.1.5 ( #57106 )
2021-10-05 11:49:39 +02:00
Franck Nijhof
2059cbacbd
Remove Python shebang line from Tuya integration files ( #57103 )
2021-10-05 11:12:55 +02:00
Franck Nijhof
653eb3e29d
Upgrade debugpy to 1.5.0 ( #57098 )
2021-10-05 11:12:35 +02:00
Franck Nijhof
b5916c8310
Upgrade sentry-sdk to 1.4.3 ( #57096 )
2021-10-05 11:11:33 +02:00
Franck Nijhof
f364d53c7b
Prevent Tuya from accidentally logging credentials in debug mode ( #57100 )
2021-10-05 10:22:28 +02:00
Robert Svensson
59b1433e5c
Additional place to use isinstance rather than do a string compare ( #57094 )
2021-10-05 09:17:45 +02:00
Allen Porter
8026a14bc8
Bump nest 0.3.7 to prepare for WebRTC support ( #57089 )
2021-10-04 20:59:23 -07:00
Paulus Schoutsen
11ed70b774
Fix energy gas price validation ( #57075 )
2021-10-04 20:52:40 -07:00
Bram Kragten
91d3d39f6c
Update frontend to 20211004.0 ( #57073 )
2021-10-04 20:52:17 -07:00
GitHub Action
1e5d408426
[ci skip] Translation update
2021-10-05 00:12:33 +00:00
Paulus Schoutsen
d743891842
Update Tuya code owners ( #57078 )
2021-10-04 15:44:17 -07:00
Shay Levy
c8dc5d15ee
Fix: Shelly Gen2 - filter unsupported sensors ( #57065 )
2021-10-04 13:46:46 -07:00
Tomasz
08cebb247f
Activate mypy for rpi_power ( #57047 )
2021-10-04 22:13:11 +02:00
J. Nick Koston
d08b65db7d
Update esphome reconnect logic to use newer RecordUpdateListener logic ( #57057 )
2021-10-04 19:52:08 +02:00
Alexei Chetroi
723596076d
Add ZHA HVAC Action sensor ( #57021 )
...
* WIP
* Refactor multi-entity matching
Eliminate the notion on primary channel.
* Cleanup climate tests
* Refactor multi-entity match
Remove the "primary channel" in multiple entity matches
* Cleanup
* Add HVAC Action sensor
* Add a "stop_on_match" option for multi entities matches
Nominally working HVAC state sensors
* Add id_suffix for HVAC action sensor
* Fix Zen HVAC action sensor
* Pylint
2021-10-04 12:57:58 -04:00
Erik Montnemery
69875cbd11
Improve sensor statistics validation ( #56892 )
2021-10-04 09:47:44 -07:00
Marc Mueller
2f9943fe7a
Use NamedTuple for repetier API methods ( #56941 )
2021-10-04 17:41:51 +02:00
Paulus Schoutsen
eb9b9c57a4
[ci skip] Translation update
2021-10-04 08:38:24 -07:00
Joakim Sørensen
745298408a
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:27:24 -07:00
Erik Montnemery
8567aa9e13
Evict purged states from recorder's old_state cache ( #56877 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-10-04 08:21:40 -07:00
Chris Browet
12c32ac806
Universal media player: consider unknown as inactive child state ( #57029 )
2021-10-04 17:10:41 +02:00
Marc Mueller
771740c5f9
Fix multiline lambda formatting - homekit_controller ( #57046 )
2021-10-04 16:12:22 +02:00
Marc Mueller
96681ab3a9
Use NamedTuple for darksky condition picture ( #56942 )
2021-10-04 13:38:32 +02:00
Marc Mueller
e0ab4ee842
Use NamedTuple for homekit valve type + service info ( #56944 )
2021-10-04 13:35:31 +02:00
Sylvia van Os
dc6f6b7f68
Remove Essent integration ( #56991 )
2021-10-04 13:31:40 +02:00
Otto Winter
bf9f55c376
Bump aioesphomeapi from 9.1.2 to 9.1.4 ( #57036 )
2021-10-04 13:23:11 +02:00
Otto Winter
da63a96273
ESPHome fix zeroconf add_listener issue ( #57031 )
2021-10-04 13:17:42 +02:00
Oliver Ou
7446e388ed
Fix Tuya v2 login issue ( #56973 )
...
* fix login issue
* fix:login error
* update COUNTRY_CODE_CHINA line location
* added one blank line
* feat:added line #L88 was not covered by tests
* ci build errors
Co-authored-by: erchuan <jie.zheng@tuya.com >
2021-10-04 10:45:37 +02:00
Diogo Gomes
79b10c43d8
Ignore utility_meter restore state if state is invalid ( #57010 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2021-10-03 21:59:36 -07:00
Oncleben31
378cfab501
Meteofrance fix #56975 ( #57016 )
2021-10-03 21:15:41 -07:00
Phil Cole
c72a34dbec
Use pycarwings2.12 for Nissan Leaf integration ( #56996 )
2021-10-03 21:14:45 -07:00
jjlawren
33541ab287
Shorten album titles when browsing artist ( #57027 )
2021-10-03 21:13:08 -07:00
J. Nick Koston
19d54399c2
Add DHCP support for TPLink KP400 ( #57023 )
2021-10-04 02:40:27 +02:00