Franck Nijhof
61be29117d
Deprecate HomeKit auto start ( #47470 )
2021-03-05 11:51:49 -08:00
mvn23
ab0a5bccab
Update pyotgw to 1.1b1 ( #47446 )
2021-03-05 20:22:40 +01:00
functionpointer
a2ee7d598b
Use conn_made callback in MySensors ( #47463 )
2021-03-05 20:21:24 +01:00
Emily Mills
a547d0fea2
Prevent Zerproc leaving open unnecessary connections ( #47401 )
...
* Zerproc: Prevent leaving open unnecessary connections
* Fix config entry unloading
2021-03-05 13:14:03 -06:00
tkdrob
3baeed3684
Clean up constants ( #47323 )
2021-03-05 19:08:04 +01:00
Franck Nijhof
cc99fd5e32
Fix Hue scene overriding Hue default transition times ( #47454 )
2021-03-05 09:43:26 -08:00
Joakim Plate
f2a2dbb561
Bump version with fix for v1 ( #47458 )
2021-03-05 09:42:20 -08:00
Bram Kragten
a6c5e79de2
Update frontend to 20210302.5 ( #47462 )
2021-03-05 09:42:08 -08:00
Raman Gupta
cad5e67588
Bump zwave-js-server-python to 0.21.1 ( #47464 )
2021-03-05 09:41:36 -08:00
Anders Melchiorsen
79ebe930e3
Limit log spam by ESPHome ( #47456 )
2021-03-05 16:16:07 +01:00
uvjustin
864380e77c
Add allenporter to stream codeowners ( #47431 )
2021-03-05 15:51:07 +01:00
Paul Dee
6a4b755faf
Spellcheck on Synology component ( #47451 )
2021-03-05 15:36:07 +01:00
Martin Hjelmare
0350a6ed21
Only create snapshot if add-on update will be done ( #47424 )
2021-03-04 16:38:33 -08:00
Raman Gupta
ee69e93b46
Bump zwave-js-server-python to 0.21.0 ( #47408 )
...
Co-authored-by: Tobias Sauerwein <cgtobi@users.noreply.github.com>
2021-03-04 16:15:50 -08:00
Christophe Painchaud
a1faba29f0
Fix RFLink TCP KeepAlive error log ( #47395 )
2021-03-05 01:09:54 +01:00
Cooper Dale
35d5522e79
Fix typo in docs link for forked_daapd ( #47413 )
...
corrected link to existing site
2021-03-05 00:58:42 +01:00
Tobias Sauerwein
c3bddc0fa6
Update browse_media.py ( #47414 )
2021-03-04 23:35:39 +01:00
Martin Hjelmare
682943511a
Make zwave_js add-on manager more flexible ( #47356 )
2021-03-04 14:14:24 -08:00
Petru Paler
7ed80d6c39
Update Solax library to 0.2.6 ( #47384 )
2021-03-04 22:29:19 +01:00
Franck Nijhof
6f7179dce9
Fix older Roborock models ( #47412 )
2021-03-04 13:27:59 -08:00
Raman Gupta
74746125ce
Fix Climacell timezone issue with daily forecasts ( #47402 )
2021-03-04 13:21:56 -08:00
Aaron Bach
fa8ded5ad8
Fix AirVisual exception when config entry contains old integration type ( #47405 )
2021-03-04 13:20:08 -08:00
Raman Gupta
972baa2ce4
Don't convert Climacell forecast temperatures to celsius because platform does it automatically ( #47406 )
2021-03-04 13:15:27 -08:00
Sebastian Muszynski
541e166317
Fix measurement unit ( Closes : #47390 ) ( #47398 )
2021-03-04 13:12:04 -08:00
Martin Hjelmare
5ced7395f3
Fix access of missing zwave_js climate unit value ( #47380 )
2021-03-04 13:11:38 -08:00
Martin Hjelmare
d64fe6ea32
Fix zwave_js manual reconfiguration of add-on managed entry ( #47364 )
2021-03-04 13:11:07 -08:00
Bram Kragten
cea4808db8
Update frontend to 20210302.4 ( #47383 )
2021-03-04 13:09:51 -08:00
Franck Nijhof
7a8b7224c8
Don't raise on known non-matching states in numeric state condition ( #47378 )
2021-03-04 13:09:08 -08:00
Eric Severance
f05f60c4c4
Revert "Speed-up wemo discovery ( #46821 )" ( #47392 )
...
This reverts commit 6e52b26c06
.
2021-03-04 13:07:42 -08:00
J. Nick Koston
62d8e47c51
Map silent as a preset mode for fan backcompat ( #47396 )
...
The original change did not map silent as a preset mode
because it was not clear if it was a speed or a preset.
2021-03-04 13:02:50 -08:00
starkillerOG
b58f9ce33a
Fix Xiaomi Miio setup of switch entity for lumi.acpartner.v3 ( #47345 )
2021-03-04 21:53:09 +01:00
Anders Melchiorsen
b49a672fd5
Catch ConditionError in generic_thermostat climate ( #47359 )
2021-03-04 21:47:24 +01:00
Franck Nijhof
208a104e96
Fix secrets in files included via include_dir_list ( #47350 )
2021-03-04 09:33:35 -08:00
Erik Montnemery
17401cbc29
Initial automation tracing ( #46755 )
...
* Initial prototype of automation tracing
* Small fixes
* Lint
* Move trace helpers to its own file
* Improve trace for state and numeric_state conditions
* Tweaks + apply suggestions from code review
* Index traces by automation_id, trace while script is running
* Refactor condition tracing
* Improve WS API to get traces for single automation
* Add tests
* Fix imports
* Fix imports
* Address review comments
* Cap logging of loops
* Remove unused ContextVar action_config
2021-03-04 14:16:24 +01:00
Chris
6d478804e7
Add LZW36 device schema to zwave_js discovery ( #47314 )
...
* Add LZW26 device schema to discovery
Co-authored-by: @kpine
* Update homeassistant/components/zwave_js/discovery.py
Co-authored-by: kpine <keith.pine@gmail.com>
* Add tests
* Fix test
Co-authored-by: kpine <keith.pine@gmail.com>
2021-03-04 00:32:37 +01:00
tkdrob
53e62a897b
Fix grammar in pi_hole logs ( #47324 )
2021-03-04 00:20:35 +01:00
Paulus Schoutsen
e6a6b2a680
Simplify switch light ( #47317 )
2021-03-03 10:13:04 -08:00
Erik Montnemery
504e5b77ca
Improve behaviour when disabling or enabling config entries ( #47301 )
2021-03-03 10:12:37 -08:00
Joakim Plate
7626aa5c94
Philips JS correct post review comments ( #47247 )
2021-03-03 18:51:58 +01:00
Martin Hjelmare
099c9c59cb
Fix Supervisor platform coordinator data lookup ( #47308 )
2021-03-03 14:37:36 +01:00
Bram Kragten
c192a44e87
Update frontend to 20210302.3 ( #47310 )
2021-03-03 14:35:58 +01:00
Nick Adams
cc72cf0c0d
Update izone services.yaml and remove entity_id from schema. ( #47305 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-03-03 11:51:40 +01:00
Erik Montnemery
b147ba1377
Correct gogogate2 battery sensor attributes ( #47302 )
2021-03-03 10:20:48 +01:00
Milan Meulemans
8f3c2573e2
Remove name from keenetic-ndms2 strings ( #47113 )
2021-03-03 10:12:26 +01:00
Matt Zimmerman
9022b90945
bump python-smarttub to 0.0.19 ( #47294 )
2021-03-03 07:04:17 +01:00
J. Nick Koston
32fe4fa378
Add activity properties to remote entity model ( #47237 )
2021-03-02 17:57:36 -10:00
Raman Gupta
6019bcf9d1
Correct climacell device info ( #47292 )
2021-03-03 01:55:10 +01:00
Matthias Alphart
ce8871ef59
KNX remove custom deprecation warnings ( #47238 )
2021-03-03 00:50:40 +01:00
Martin Hjelmare
d3721bcf26
Add zwave_js add-on manager ( #47251 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2021-03-02 14:22:42 -08:00
Raman Gupta
e443597b46
Bump zwave-js-server-python to 0.20.1 ( #47289 )
2021-03-02 23:09:50 +01:00