Raman Gupta
99c5087c1e
Add WS API command to capture zwave_js logs from server ( #49444 )
...
* Add WS API commands to capture zwave_js logs from server
* register commands
* create a task
* Update homeassistant/components/zwave_js/api.py
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
* Update homeassistant/components/zwave_js/api.py
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
* fix
* fixes and add test
* fix PR on rebase
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2021-04-21 07:37:35 -04:00
Charles Garwood
cad281b326
Add subscription for Z-Wave JS node re-interview status ( #49024 )
...
* Add subscription for interview status
* update test
* forward stage completed event
* add additional test
* additional tests
* return earlier
2021-04-21 07:35:16 -04:00
Brynley McDonald
5c6744d978
Fix typo in tuya config_flow ( #49517 )
2021-04-21 12:21:32 +02:00
Franck Nijhof
168b3c100c
Remove HomeAssistantType alias - Part 4 ( #49515 )
2021-04-21 12:18:42 +02:00
Franck Nijhof
77ae4abc6e
Upgrade isort to 5.8.0 ( #49516 )
2021-04-21 11:57:23 +02:00
jan iversen
c9bdc9609c
Do not close non existing clients in modbus ( #49489 )
...
* Only close if _client is present.
* Remove del.
2021-04-21 11:46:40 +02:00
Raman Gupta
6e22251e1d
Add support to enable/disable zwave_js data collection ( #49440 )
2021-04-20 21:40:54 -04:00
Paulus Schoutsen
a90d3a051f
prefer total_seconds over seconds ( #49505 )
2021-04-20 17:41:36 -07:00
HomeAssistant Azure
020d456889
[ci skip] Translation update
2021-04-21 00:03:47 +00:00
Ville Skyttä
c825f88888
Support wired clients in Huawei LTE device tracker ( #48987 )
2021-04-20 12:26:09 -10:00
Raman Gupta
cf16e651cf
Bump zwave_js dependency to 0.24.0 ( #49445 )
...
* Bump zwave_js dependency to 0.24.0
* fix bug in schema
* fix test
2021-04-20 23:44:26 +02:00
Guido Schmitz
208a17d0dc
Add additional device classes to devolo Home Control ( #49425 )
2021-04-20 22:38:54 +02:00
Ville Skyttä
1c587d2e47
Fix and add some ScannerEntity property type hints ( #49500 )
2021-04-20 23:38:07 +03:00
Dermot Duffy
ccda903c17
Upgrade to the latest hyperion-py ( #49448 )
2021-04-20 22:08:08 +02:00
dfigus
d517d7232f
Fix HmIP-HAP attributes unit ( #49476 )
2021-04-20 22:06:00 +02:00
Robert Svensson
12a9695798
Use config_entry.on_unload rather than local listener implementation in Axis ( #49495 )
2021-04-20 08:53:05 -10:00
Robert Svensson
63616a9e36
Use config_entry.on_unload rather than local listener implementation in UniFi ( #49496 )
2021-04-20 08:50:42 -10:00
J. Nick Koston
138226fa14
Bump codecov to 1.4.1 ( #49497 )
2021-04-20 08:49:58 -10:00
Caleb Mah
45b6dfce68
Bump yeelight dependency to 0.6.1 ( #49490 )
2021-04-20 08:26:42 -10:00
jan iversen
d24b3e0a3c
Test pymodbus ( #49053 )
2021-04-20 11:25:37 -07:00
J. Nick Koston
f73d9fa572
Reduce broadlink executor jobs at setup time ( #49447 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2021-04-20 08:22:10 -10:00
J. Nick Koston
df66f2a9da
Cleanup history states tests that were converted to async tests ( #49446 )
2021-04-20 08:21:41 -10:00
Robert Svensson
3b64c574e3
Replace local listener implementation to using config_entry.on_unload in deCONZ ( #49494 )
2021-04-20 08:20:57 -10:00
Paulus Schoutsen
7e7267f822
Send only a single event per incoming Google command ( #49449 )
2021-04-20 09:21:52 -07:00
Martin Hjelmare
410f0e3604
Fix mysensors mqtt integration setup guard ( #49423 )
2021-04-20 09:21:38 -07:00
J. Nick Koston
20ead7902a
Fix memory leak in ambient_station on reload ( #49455 )
2021-04-20 09:17:08 -07:00
J. Nick Koston
3164eef059
Limit executor jobs during custom_components load to match non-custom behavior ( #49451 )
2021-04-20 09:16:17 -07:00
J. Nick Koston
f600649016
Fix memory leak in onvif ( #49473 )
2021-04-20 09:15:17 -07:00
J. Nick Koston
e288afa7a3
Fix memory leak in plum_lightpad ( #49472 )
2021-04-20 09:15:04 -07:00
J. Nick Koston
76b59a3983
Fix memory leak in hangouts ( #49471 )
2021-04-20 09:14:48 -07:00
J. Nick Koston
8537076917
Fix memory leak in huawei_lte ( #49470 )
2021-04-20 09:14:34 -07:00
J. Nick Koston
7791670607
Fix memory leak in legacy nest ( #49469 )
2021-04-20 09:14:23 -07:00
J. Nick Koston
d858d2ff25
Fix memory leak in deconz ( #49468 )
2021-04-20 09:14:11 -07:00
J. Nick Koston
b2db9d3ca2
Fix memory leak in firmata ( #49467 )
2021-04-20 09:14:00 -07:00
J. Nick Koston
30c99ce954
Fix memory leak in insteon ( #49466 )
2021-04-20 09:13:50 -07:00
J. Nick Koston
1193c5360d
Fix memory leak in tibber ( #49465 )
2021-04-20 09:13:41 -07:00
J. Nick Koston
786f3163ac
Fix memory leak in freebox ( #49463 )
2021-04-20 09:13:28 -07:00
J. Nick Koston
7db5d50ce4
Fix memory leak in unifi on reload ( #49456 )
2021-04-20 09:13:07 -07:00
J. Nick Koston
052e935c2b
Fix memory leak in fritzbox ( #49462 )
2021-04-20 09:12:54 -07:00
J. Nick Koston
c9fbdfbbbe
Fix memory leak in heos ( #49461 )
2021-04-20 09:12:42 -07:00
J. Nick Koston
2279b5593d
Fix memory leak in vera ( #49459 )
2021-04-20 09:12:32 -07:00
J. Nick Koston
11281e1cdb
Fix memory leak in logi_circle ( #49458 )
2021-04-20 09:12:21 -07:00
J. Nick Koston
3cbfa36397
Fix memory leak on apple_tv reload ( #49454 )
2021-04-20 09:12:11 -07:00
J. Nick Koston
baa8de2f89
Fix homekit memory leak on entry reload ( #49452 )
2021-04-20 09:11:58 -07:00
J. Nick Koston
fd21c460a0
Fix memory leak in verisure ( #49460 )
2021-04-20 09:04:34 -07:00
Marc Mueller
c07646db5d
Update typing syntax ( #49480 )
...
* Update typing syntax
* Replace typing imports with ones from collections where possible
* Changes after review
2021-04-20 17:40:41 +02:00
Robert Svensson
34245c3add
Add alarm control panel support to deCONZ integration ( #48736 )
...
* Infrastructure in place
* Base implementation
* Add alarm event
* Add custom services to alarm control panel
* Add service descriptions
* Increase test coverage
* Simplified to one entity service with an options selector
* Remove everything but the essentials
* Add library with proper support
* Fix stale comments
2021-04-20 17:34:11 +02:00
J. Nick Koston
fa05e5a8a0
Fix memory leak in wemo on reload ( #49457 )
2021-04-20 17:13:27 +02:00
Jan Bouwhuis
ff367cfcb6
Mqtt cover avoid warnings on empty payload ( #49253 )
...
* No warnings on extra json values with templates
* ignore empty received payload
2021-04-20 15:47:40 +02:00
J. Nick Koston
05982ffc60
Ensure harmony callbacks run in the event loop ( #49450 )
2021-04-20 15:09:46 +02:00