Commit Graph

49190 Commits (d9f3d2b429a16a2e0cc759492781098fed9eab6a)

Author SHA1 Message Date
starkillerOG d9f3d2b429
Add supported_brands Marantz for denonavr () 2022-04-28 13:57:05 +02:00
Erik Montnemery 603c7c8980
Migrate niko_home_control light to color_mode ()
* Migrate niko_home_control light to color_mode

* Remove useless brightness related code
2022-04-28 13:45:18 +02:00
Marc Mueller cdafbbe10f
Rename bound TypeVars () 2022-04-28 13:19:51 +02:00
Álvaro Fernández Rojas 9672cddb07
Update aioqsw to v0.0.7 () 2022-04-28 11:46:48 +02:00
Marc Mueller 283c04e424
Improve typing [helpers.entity] () 2022-04-28 10:52:42 +02:00
epenet 385f199691
Use shorthand attributes in tuya vacuum () 2022-04-28 10:48:04 +02:00
j-a-n d9433e698d
Add unique_id attribute to Alpha2Climate entity ()
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2022-04-28 10:37:23 +02:00
Raj Laud 0264f060e4
Improve repeat and shuffle support for Squeezebox () 2022-04-28 10:35:04 +02:00
Erik Montnemery 573e966d74
Migrate hue v1 light to color_mode ()
* Migrate hue v1 light to color_mode

* Fix test

* Correct filter_supported_color_modes + add test

* Use ColorMode enum
2022-04-28 09:49:51 +02:00
Erik Montnemery 59c6282c6c
Migrate lifx light to color_mode ()
* Migrate lifx light to color_mode

* Update LIFXColor to support both hs and color_temp

* Apply suggestions from code review

Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>

* Update light.py

Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
2022-04-28 09:49:06 +02:00
Erik Montnemery 9f43fca586
Fix color mode in overkiz light () 2022-04-28 09:36:53 +02:00
Erik Montnemery 13d67747cb
Fix color_mode property in fritzbox light () 2022-04-28 09:36:14 +02:00
Erik Montnemery db3eb26c74
Correct color mode in shelly light () 2022-04-28 09:05:08 +02:00
Marc Mueller e6da1d7318
Improve aurora_abb_powerone typing () 2022-04-28 06:38:54 +01:00
Paulus Schoutsen 2e3e7f1e94
Sync area changes to google ()
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-04-27 22:32:13 -07:00
J. Nick Koston 27a4a9eed4
Adjust get_latest_short_term_statistics query to be postgresql compatible () 2022-04-27 21:19:36 -07:00
J. Nick Koston 79c9d22893
Add dhcp hostname of older ZJ series Magic Home bulbs to discovery () 2022-04-27 21:18:59 -07:00
J. Nick Koston 6644050811
Add discovery support for polisy to isy994 () 2022-04-27 21:18:32 -07:00
Allen Porter 474087bf7d
Bump gcal_sync 0.6.3 to fix calendar path encoding bug () 2022-04-27 21:17:25 -07:00
Allen Porter 2270b7df8d
Set nest climate min/max temp range () 2022-04-27 21:16:50 -07:00
Marc Mueller 93cbb331e5
Update Mypy to 0.950 ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-04-27 20:49:54 -05:00
David F. Mulcahey 27a5851ee2
Fix flaky ZHA tests () 2022-04-27 14:52:32 -10:00
ollo69 c8c27dba0f
Remove conditional logic in AndroidTV tests () 2022-04-27 17:17:56 -05:00
Dave T 2c028d203f
Remove invalid unique id from generic camera ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-04-27 17:08:18 -05:00
Marc Mueller 9a3908d21d
Improve typing [util.logging] () 2022-04-27 22:26:56 +02:00
David F. Mulcahey b4a0345b38
Bump ZHA dependencies ()
* Bump ZHA libs

* bump Zigpy
2022-04-27 13:55:31 -04:00
Theo Arends 31e3f4892e
Bump hatasmota to 0.4.1 ()
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2022-04-27 19:05:42 +02:00
jjlawren 6151306e3d
Use standard attribute for Sonos group members () 2022-04-27 18:59:05 +02:00
J. Nick Koston b17d27262c
Add additional OUI for tplink light devices () 2022-04-27 17:54:47 +02:00
Pascal Vizeli 27daba4418
Tuning jemalloc () 2022-04-27 17:35:13 +02:00
Franck Nijhof f17cf7c6a2
Bump version to 2022.6.0dev0 () 2022-04-27 17:34:34 +02:00
Erik Montnemery c6d8fffeb4
Migrate netatmo light to color_mode () 2022-04-27 17:27:51 +02:00
David F. Mulcahey 361119d5c1
Improve ZHA startup performance ()
* Remove semaphores and background mains init

* additional logging

* correct cache usage and update tests
2022-04-27 08:24:26 -07:00
Marc Mueller 02ddfd513a
Improve typing [util.location] () 2022-04-27 17:20:56 +02:00
Marc Mueller 964c764dae
Improve typing [helpers.sun] () 2022-04-27 17:19:46 +02:00
Marc Mueller 7dfe8591c4
Improve typing [helpers.event] () 2022-04-27 17:19:06 +02:00
epenet 71f95d199a
Migrate vera light to ColorMode () 2022-04-27 17:18:35 +02:00
Erik Montnemery c5d69ab1b2
Handle removed entites in collection.sync_entity_lifecycle ()
* Handle removed entites in collection.sync_entity_lifecycle

* Add comment
2022-04-27 08:05:00 -07:00
Allen Porter 8a13c6744a
Bump gcal_sync to 0.6.2 and switch to google calendar async iterator api ()
* Switch to google calendar async iterator api

* Update homeassistant/components/google/calendar.py

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* Add test coverage for paging through results

* Bump gcal_sync to 0.6.1

* Bump gcal-sync 0.6.2

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-04-27 07:22:15 -07:00
epenet 25d2c63827
Migrate plum_lightpad light to ColorMode () 2022-04-27 16:17:48 +02:00
epenet 0b40123fd9
Migrate qwikswitch light to color_mode () 2022-04-27 16:17:12 +02:00
uvjustin 06c80e454b
Use av instead of ha-av () 2022-04-27 16:08:05 +02:00
epenet c0d8f94487
Adjust ColorMode type hint in light ()
* Adjust ColorMode type hint in light

* Adjust components
2022-04-27 16:02:23 +02:00
epenet 906c12d8aa
Migrate screenlogic light to ColorMode () 2022-04-27 15:42:35 +02:00
epenet f7e05c5e1c
Migrate ring light to ColorMode () 2022-04-27 15:42:01 +02:00
epenet ea104feab7
Migrate scsgate light to ColorMode () 2022-04-27 15:41:19 +02:00
epenet abd60832fe
Migrate sleepiq light to ColorMode () 2022-04-27 15:40:35 +02:00
Erik Montnemery c530bc823b
Support buffering in media_player device conditions ()
Co-authored-by: Franck Nijhof <git@frenck.dev>
2022-04-27 15:40:07 +02:00
epenet 9daf3d8e72
Migrate xbee light to ColorMode () 2022-04-27 15:39:58 +02:00
epenet db296a6d1e
Migrate wilight light to ColorMode () 2022-04-27 15:39:40 +02:00