Christopher Bailey
20768172b1
Improve UniFi Protect Smart Sensor support ( #64019 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-01-12 17:54:22 -10:00
J. Nick Koston
cafbcb634a
Bump nexia to 0.9.13 to fix setting emergency heat ( #64020 )
2022-01-12 16:12:30 -10:00
J. Nick Koston
35c5bd0a70
Bump flux_led to 0.28.2 to fix older A3 not being able to setup ( #64017 )
2022-01-12 16:12:07 -10:00
Chris Talkington
4b11a4365b
Add content deeplinking support to roku ( #64010 )
2022-01-12 20:07:11 -06:00
J. Nick Koston
7fc1306898
Ensure flux_led is reloaded when the ICtype is changed ( #64016 )
2022-01-12 15:57:12 -10:00
epenet
128256a3ee
Fix invalid type hint in discovery async_listen ( #63987 )
...
* Fix invalid type hint in discovery async_listen
* Add setup type hints to sabnzbd
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-13 02:43:43 +01:00
epenet
ea08e0d62d
Set event data as dict in foursquare.checkin event ( #63982 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-13 02:37:48 +01:00
epenet
4fad49ec57
Add setup type hints to proximity ( #63990 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-13 02:30:10 +01:00
Mick Vleeshouwer
1cf2f0b944
Simplify coordinator and import OverkizStateType ( #63969 )
2022-01-13 02:23:20 +01:00
GitHub Action
090a9f94f0
[ci skip] Translation update
2022-01-13 00:15:26 +00:00
Marc Mueller
c7e05cb44a
Upgrade yarl to 1.7.2 ( #64009 )
2022-01-12 14:07:11 -10:00
Marc Mueller
1dfb929986
Upgrade async_timeout to 4.0.2 ( #64008 )
2022-01-13 00:49:31 +01:00
Jonathan Keslin
f43c4d51e1
Address late review of VeSync ( #63945 )
...
* Fast follow improvements to VeSync
* Apply suggestions to other platforms, use async_on_unload
* Rename dev_list to entities
2022-01-13 00:38:39 +01:00
Marc Mueller
0922627612
Remove unused pillow 8.2.0 constraint ( #64011 )
2022-01-13 00:28:32 +01:00
Robert Svensson
59cea56e17
Fix reconnect rather than reauth when both HA and UniFi controller restarts at the same time ( #63994 )
2022-01-12 15:08:04 -08:00
J. Nick Koston
d3f980d402
Convert siri requests for target heating cooling state auto to a valid mode ( #60220 )
2022-01-12 15:06:09 -08:00
J. Nick Koston
b23be22c67
Add light platform to SenseME ( #63772 )
...
Co-authored-by: Big Mike <mikelawrence@users.noreply.github.com>
2022-01-12 15:04:00 -08:00
J. Nick Koston
1c6ca908d1
Add support for changing the white strip type to flux_led ( #63943 )
2022-01-12 15:03:09 -08:00
J. Nick Koston
5622db10b1
Fix HomeKit reporting/setting colors when white values are present ( #63948 )
2022-01-12 14:58:25 -08:00
J. Nick Koston
1019156899
Fix homekit options being mutated during config_flow/migration ( #64003 )
2022-01-12 14:56:24 -08:00
Christopher Bailey
f034ea5b4b
Enable package camera by default for UniFi Protect ( #63985 )
2022-01-12 11:27:41 -10:00
Christopher Bailey
6473069be1
Add Chime Type select for UniFi Protect ( #63993 )
2022-01-12 08:55:44 -10:00
Christopher Bailey
c6ef2bcdab
Bump pyunifiprotect version to 1.6.1 for UniFi Protect ( #63989 )
2022-01-12 07:38:21 -10:00
Franck Nijhof
6fe2c135cd
Update shodan to 1.26.0 ( #63827 )
2022-01-12 08:59:36 -08:00
Franck Nijhof
b14eeca99b
Revert "Weather units: Buienradar (1.2/4) ( #61470 )" ( #63843 )
...
This reverts commit b5d55ce7bc
.
2022-01-12 08:59:05 -08:00
Franck Nijhof
f93d999260
Revert "Weather units: climacell (1.3/4) ( #61472 )" ( #63842 )
...
This reverts commit 48057e1dfb
.
2022-01-12 08:58:33 -08:00
Franck Nijhof
28d49e69c1
Expose WLED configuration URL of discovered device ( #63983 )
...
* Expose WLED configuration URL of discovered device
* Add test
2022-01-12 08:57:15 -08:00
Robert Svensson
e37456fb36
Move DPI Group logic to UniFi switch platform ( #58761 )
...
* Library has normalized management of DPI apps and groups, move logic to UniFi integration
* Bump dependency to v29
* Use a generator instead of a list - Pylint
* Minor improvements
* Improve doc strings
2022-01-12 17:11:05 +01:00
epenet
b71a22557d
Use Platform enum in load_platform [tests] ( #63904 )
...
* Use Platform enum in numato tests
* Use Platform enum in discovery tests
* Adjust load_platform argument
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-12 15:07:30 +01:00
Simon Hansen
0fadce751f
Use EntityDescription in launch_library ( #63685 )
...
Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
2022-01-12 14:44:29 +01:00
kezziny
2df3c85ba6
Fix discord component using userid as target ( #63972 )
2022-01-12 14:37:22 +01:00
Milan Meulemans
a6fe1c24ab
Fix typo in tuya select strings ( #63974 )
2022-01-12 14:34:23 +01:00
epenet
bcd2ec977d
Add setup type hints to mailboxes ( #63975 )
...
* Add setup type hints to asterisk_cdr mailbox
* Add setup type hints to asterisk_mbox mailbox
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-12 14:25:37 +01:00
Eduard van Valkenburg
296ebc08c0
Bump brunt to 1.1.1 ( #63973 )
2022-01-12 14:04:23 +01:00
Marc Mueller
8460c2f66d
Improve typing [helpers.entity_registry] ( #63767 )
2022-01-12 14:00:22 +01:00
Marc Mueller
2d2944d186
Enable `deprecated-typing-alias` check [pylint] ( #63935 )
2022-01-12 13:53:34 +01:00
Marc Mueller
2178130fba
CI: Print python version ( #63968 )
2022-01-12 13:52:39 +01:00
epenet
1a46a6687e
Add setup type hints to mailbox ( #63792 )
...
* Add setup type hints to mailbox
* Add more type hints
* Adjust base helper
* Filter type is not None in mailbox
* Filter empty platforms in device_tracker
* Filter out empty platform in notify
* Filter out empty platform in entity_component
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-12 13:44:36 +01:00
Franck Nijhof
7a699480d4
Add strict typing to LaMetric ( #63891 )
...
* Add strict typing to LaMetric
* Forgot about Pylint 🙈
2022-01-12 13:39:12 +01:00
Glenn Waters
1d9318233d
Remove dead code in Environment Canada integration ( #63946 )
2022-01-12 13:11:04 +01:00
epenet
ec1b45c922
Add setup type hints (part 3) ( #63961 )
...
* Drop return value from vesync
* Add setup type hints to netgear_lte
* Drop return value from hyperion
* Add setup type hints to opentherm_gw
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-12 12:53:50 +01:00
epenet
0d58887bc0
Add setup type hints in bluetooth_le_tracker ( #63828 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-12 09:29:05 +01:00
epenet
29d58e427b
Add setup type hints (part 2) ( #63960 )
...
* Add setup type hints to demo
* Add setup type hints to group
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-12 09:28:14 +01:00
Marc Mueller
67c35652f0
Update typing - collections.abc (2) ( #63934 )
2022-01-12 09:04:37 +01:00
epenet
eafece3651
Add setup type hints (part 1) ( #63955 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-12 08:49:46 +01:00
Chris Talkington
fbb558618f
Update rokuecp to 0.10.0 ( #63951 )
2022-01-12 01:29:47 -06:00
Chris Talkington
93075d5cea
Reduce roku poll rate by 5s ( #63952 )
2022-01-12 01:29:20 -06:00
Marc Mueller
d057850971
Update typing - collections.abc (3) ( #63947 )
2022-01-12 08:04:17 +01:00
Marc Mueller
12757a8cd2
Update typing - collections.abc (1) ( #63933 )
...
* Update typing - collections.abc (1)
* Additional typing updates
2022-01-12 07:56:35 +01:00
Allen Porter
789c0a24dd
Improve nest media player clip/image and event handling for multiple events in a short time range ( #63149 )
2022-01-11 20:54:49 -08:00