1
0
mirror of https://github.com/home-assistant/core.git synced 2025-08-17 17:30:08 +00:00
Commit Graph

17 Commits

Author SHA1 Message Date
Marc Mueller
8b0fdd6fd2 Use asyncio.timeout [s-z] () 2023-08-15 14:34:18 +02:00
Marc Mueller
77f38e33e5 Import names from typing instead of typing_extensions [3.11] () 2023-07-22 17:03:44 -05:00
epenet
6481ee3c82 Fix lingering timers in yeelight () 2023-05-17 22:08:49 +02:00
epenet
41f8f9fcad Fix lingering timer in yeelight SSDP discovery () 2023-04-22 21:13:36 +02:00
Marc Mueller
ea4e2ab4aa Add Self typing (4) [mypy 1.0] () 2023-02-06 22:30:22 -06:00
Marc Mueller
60b799aac9 Misc typing improvements () 2023-01-25 11:05:36 +01:00
Steven Looman
682501eb47 Less tasks when receiving SSDP messages ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-12-21 11:35:52 -10:00
Steven Looman
731f618028 Make home assistant discoverable via UPnP/SSDP () 2022-10-15 14:00:46 -04:00
J. Nick Koston
82407ca433 Switch yeelight to use async_timeout instead of asyncio.wait_for () 2022-09-17 08:35:53 +02:00
J. Nick Koston
eeb9a9f058 Make sure all discovery flows are using the helper () 2022-08-12 09:25:23 -04:00
J. Nick Koston
5224cf5968 Update async_upnp_client to 0.29.0 () 2022-04-25 09:53:35 -07:00
epenet
9231819532 Add type hints to yeelight () 2022-04-04 10:58:44 +02:00
Steven Looman
dbbb5655e5 Bump async-upnp-client to 0.25.0 ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-02-27 08:29:29 -10:00
Paulus Schoutsen
b8071c688b Correctly type the SSDP callback function () 2021-12-03 23:24:22 -08:00
epenet
a6cd3e2a02 Use dataclass properties in yeelight ()
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-03 09:20:58 -08:00
J. Nick Koston
4b8a8dda8d Fix yeelight discovery ()
Regressed in 
2021-12-01 15:13:59 -05:00
J. Nick Koston
881d35ab17 Split up yeelight code into multiple files () 2021-11-23 11:56:07 -06:00