Milan Meulemans
|
29d72714f3
|
Replace dict with DeviceInfo (#49950)
* Replace dict with DeviceInfo
* Clean up
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
|
2021-05-02 00:37:19 +02:00 |
Paulus Schoutsen
|
a90d3a051f
|
prefer total_seconds over seconds (#49505)
|
2021-04-20 17:41:36 -07:00 |
Marc Mueller
|
c07646db5d
|
Update typing syntax (#49480)
* Update typing syntax
* Replace typing imports with ones from collections where possible
* Changes after review
|
2021-04-20 17:40:41 +02:00 |
Marc Mueller
|
dcca29ef68
|
Update typing 14 (#48078)
|
2021-03-18 15:08:35 +01:00 |
Eric Severance
|
1d7660f071
|
Explain why should_pool is True initially for wemo (#47191)
|
2021-02-28 13:51:43 -10:00 |
Eric Severance
|
fe4cf611f7
|
Disable update polling for Wemo when devices can push updates (#46806)
|
2021-02-20 09:37:48 -10:00 |
Eric Severance
|
e6125a1e4e
|
Bump pywemo to 0.6.2 (#46797)
|
2021-02-20 03:49:39 +01:00 |
Eric Severance
|
2ac075bb37
|
Perform wemo state update quickly after a timeout (#46702)
* Perform state update quickly after a timeout
* with async_timeout.timeout(...) -> async with async_timeout.timeout(...)
|
2021-02-18 00:38:08 +01:00 |
Eric Severance
|
8bee3cda37
|
Centralize wemo exception handling (#46705)
|
2021-02-17 23:36:39 +01:00 |
Eric Severance
|
f7c0fc5553
|
Increase async_timeout for wemo update polling (#46649)
|
2021-02-17 13:17:16 +01:00 |
Eric Severance
|
8255815688
|
Share wemo entity code to reduce duplicate boilerplate (#44113)
|
2020-12-13 12:02:45 +01:00 |