J. Nick Koston
20362867ff
Ensure selected entity is pre-selected in homekit options flow ( #63628 )
...
* Ensure selected entity is pre-selected in homekit options flow
- We recently adjusted the flow to exclude entities that had
been deleted from breaking the UI validation. We need to include
single entities in the set of all supported entities since
accessory mode has no domain filter
* tweak
* Additional fixes
* small tweak to speed up building the set
* merged fixed version for test branch
2022-01-10 16:20:15 -08:00
J. Nick Koston
f487f2ee31
Fix KeyError during call to homekit.unpair ( #63627 )
2022-01-10 16:20:14 -08:00
jjlawren
4ad77a758c
Bump soco to 0.25.3 ( #63548 )
2022-01-10 16:20:13 -08:00
Kevin Worrel
4318bec5d4
Bump screenlogicpy ( #63533 )
2022-01-10 16:20:13 -08:00
J. Nick Koston
2d7defbdb1
Pickup screenlogic codeowner ( #61477 )
...
- I am using this in production and already doing some work on it
2022-01-10 16:20:12 -08:00
Franck Nijhof
178b63f3b4
Fix incorrect access to entity registry in Xiaomi Miio ( #63446 )
2022-01-10 16:18:42 -08:00
J. Nick Koston
5f3e89d638
Bump flux_led to 0.27.40 to fix SK6812RGBW white level reporting ( #63435 )
2022-01-10 16:16:30 -08:00
Erik Montnemery
4d8cf8f14a
Bump pychromecast to 10.2.3 ( #63429 )
2022-01-10 16:16:29 -08:00
GitHub Action
d3cd813c5e
[ci skip] Translation update
2022-01-11 00:14:57 +00:00
Paulus Schoutsen
51c98085e3
Bump frontend to 20211229.1 ( #63866 )
2022-01-10 16:13:08 -08:00
J. Nick Koston
173b890b21
Bump aioharmony to 0.2.9 ( #63858 )
2022-01-10 15:40:57 -08:00
J. Nick Koston
08337fbd36
Bump flux_led to 0.27.45 to fix missing controls on ZJ21410 models ( #63854 )
2022-01-10 15:40:45 -08:00
epenet
caff3e0630
Add type hints to get_scanner/async_get_scanner ( #63836 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com >
2022-01-10 23:42:39 +01:00
epenet
d76d9f9e42
Add type hint to get_scanner in ubus ( #63856 )
2022-01-10 23:30:15 +01:00
epenet
edc4d3bb6e
Fix invalid get_scanner return value in unify_direct ( #63855 )
2022-01-10 23:23:40 +01:00
epenet
f24b3509a7
Remove deprecated async_get_scanner from netgear ( #63862 )
2022-01-10 22:54:35 +01:00
Kevin Hellemun
6d162929a6
Add xiaomi_miio vacuum current cleaning cycle statistics sensor ( #61098 )
2022-01-10 22:49:59 +01:00
epenet
0ac9b62f97
Fix incorrect type hint in async_setup_scanner ( #63833 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com >
2022-01-10 22:47:24 +01:00
Christopher Bailey
0030f114f9
Add UniFi Protect global services ( #63768 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2022-01-10 11:04:53 -10:00
epenet
52959cf48c
Remove ee brightbox integration ( #63839 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com >
2022-01-10 20:21:46 +01:00
Franck Nijhof
003a1e87a7
Remove unneeded boolean conversion from senseme ( #63783 )
2022-01-10 09:12:57 -10:00
Jonathan Keslin
56c577c832
Expose power & energy usage of VeSync outlets as separate sensors ( #61837 )
2022-01-10 09:39:31 -08:00
Marc Mueller
021debb5c5
Resolve implicit imports ( #63832 )
2022-01-10 17:10:46 +01:00
epenet
8fcca8c88b
Allow None agent in conversation ( #63761 )
2022-01-10 17:02:54 +01:00
Guido Schmitz
eacd9f9994
Bump devolo-plc-api to 0.7.1 ( #63834 )
2022-01-10 16:56:04 +01:00
epenet
e3784b9c3e
Add setup type hints to yamaha ( #63811 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev >
Co-authored-by: epenet <epenet@users.noreply.github.com >
2022-01-10 16:45:59 +01:00
epenet
505320f827
Add setup type hints to season ( #63798 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com >
2022-01-10 16:38:32 +01:00
Marc Mueller
01baa20671
Fix implicit reexport [dt_util] ( #63829 )
2022-01-10 16:31:23 +01:00
epenet
c6aaa24027
Add type hints to async_setup_scanner ( #63826 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com >
2022-01-10 16:13:54 +01:00
epenet
896885a2c3
Add setup type hints to supervisord ( #63807 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com >
2022-01-10 16:12:17 +01:00
jjlawren
740a8c33ee
Add audio_delay number entity to Sonos ( #63566 )
2022-01-10 16:04:40 +01:00
dougiteixeira
e2f9284c55
Fix the translation strings for Tuya Select ( #63353 )
2022-01-10 15:55:09 +01:00
Robert Hillis
7c51d2f159
Add strict typing to abode ( #57673 )
2022-01-10 15:54:09 +01:00
epenet
bc2f4e82e3
Add setup type hints to nx584 ( #63796 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com >
2022-01-10 15:43:34 +01:00
epenet
0471a9e885
Add setup type hints to workday ( #63810 )
...
* Add setup type hints to workday
* Adjust dict accessor
* Adjust tests
* Undo changes to tests
* Adjustments to loading of config
* Once more
Co-authored-by: epenet <epenet@users.noreply.github.com >
2022-01-10 15:21:16 +01:00
Knodd
40d0a6e99e
Support Tuya strip lights with correct values for saturation and brightness ( #63812 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev >
2022-01-10 15:21:03 +01:00
Franck Nijhof
2e97719650
Update sentry-sdk to 1.5.2 ( #63821 )
2022-01-10 15:14:39 +01:00
epenet
c370a4b987
Use local constant in netgear_lte config schema ( #63753 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com >
2022-01-10 15:13:30 +01:00
Joakim Sørensen
d1bb916070
Add client metadata to cloud register ( #63794 )
2022-01-10 14:49:25 +01:00
epenet
ca4cd4fbda
Add setup type hints to mikrotik ( #63797 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com >
2022-01-10 14:05:08 +01:00
Franck Nijhof
c339233421
Update PyTurboJPEG to 1.6.5 ( #63803 )
2022-01-10 13:28:04 +01:00
Sagi Bernstein
f00a029910
Support 4 channels switch ( #63724 )
2022-01-10 13:27:47 +01:00
Erik Montnemery
0b28881b75
Enable Google Assistant state reporting by default ( #63801 )
2022-01-10 13:18:40 +01:00
Ryan Fleming
77d22c8542
Allow self signed certs on octoprint server ( #59213 )
2022-01-10 13:15:38 +01:00
Simone Chemelli
69c8a02e16
Address late Shelly review ( #63754 )
...
* Late review
* Apply review comments
* Revert review original comment
* Optimizization: loop exit
* Break instead of return
* Missing super init
2022-01-10 13:14:19 +01:00
epenet
9a312e7a7d
Drop use of discovery_info in aquostv ( #63777 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com >
2022-01-10 13:11:02 +01:00
Gunnar Klauberg
0f2e2aef2f
Add DSMR config options for EasyMeter/Q3D ( #63669 )
...
Co-authored-by: Rob Bierbooms <mail@robbierbooms.nl >
2022-01-10 13:08:41 +01:00
Petro31
9c6c13a55c
Add is_number as a test for use in select, selectattr, reject, and re… ( #63732 )
2022-01-10 13:00:43 +01:00
Marc Mueller
912ff76fda
Enable strict typing for core.py ( #63244 )
2022-01-10 12:07:22 +01:00
epenet
51292cc135
Fix incorrect type hint in discovery helper ( #63789 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com >
2022-01-10 11:14:31 +01:00