Fix atag timezone bug (#34686)
Co-authored-by: Boris Nelissen <borisnelissen91@gmail.com>
This commit is contained in:
parent
e13f78dfc5
commit
c29c0e7e13
3 changed files with 3 additions and 3 deletions
|
@ -3,6 +3,6 @@
|
|||
"name": "Atag",
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/atag/",
|
||||
"requirements": ["pyatag==0.2.18"],
|
||||
"requirements": ["pyatag==0.2.19"],
|
||||
"codeowners": ["@MatsNL"]
|
||||
}
|
||||
|
|
|
@ -1182,7 +1182,7 @@ pyalmond==0.0.2
|
|||
pyarlo==0.2.3
|
||||
|
||||
# homeassistant.components.atag
|
||||
pyatag==0.2.18
|
||||
pyatag==0.2.19
|
||||
|
||||
# homeassistant.components.netatmo
|
||||
pyatmo==3.3.0
|
||||
|
|
|
@ -479,7 +479,7 @@ pyalmond==0.0.2
|
|||
pyarlo==0.2.3
|
||||
|
||||
# homeassistant.components.atag
|
||||
pyatag==0.2.18
|
||||
pyatag==0.2.19
|
||||
|
||||
# homeassistant.components.netatmo
|
||||
pyatmo==3.3.0
|
||||
|
|
Loading…
Add table
Reference in a new issue