mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-08-09 20:24:02 +00:00
Make iot time timezone aware (#1147)
Also makes on_since for iot devices use device time. Changes the return value for device.timezone to be tzinfo instead of a dict.
This commit is contained in:
@@ -13,6 +13,7 @@ dependencies = [
|
||||
"async-timeout>=3.0.0",
|
||||
"aiohttp>=3",
|
||||
"typing-extensions>=4.12.2,<5.0",
|
||||
"tzdata>=2024.2 ; platform_system == 'Windows'",
|
||||
]
|
||||
|
||||
classifiers = [
|
||||
|
Reference in New Issue
Block a user