mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 04:37:06 +00:00
Bump pyatmo version to 3.3.1 (#35476)
This commit is contained in:
parent
742e36ba26
commit
8b9bd67da7
@ -2,12 +2,25 @@
|
|||||||
"domain": "netatmo",
|
"domain": "netatmo",
|
||||||
"name": "Netatmo",
|
"name": "Netatmo",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/netatmo",
|
"documentation": "https://www.home-assistant.io/integrations/netatmo",
|
||||||
"requirements": ["pyatmo==3.3.0"],
|
"requirements": [
|
||||||
"after_dependencies": ["cloud"],
|
"pyatmo==3.3.1"
|
||||||
"dependencies": ["webhook"],
|
],
|
||||||
"codeowners": ["@cgtobi"],
|
"after_dependencies": [
|
||||||
|
"cloud"
|
||||||
|
],
|
||||||
|
"dependencies": [
|
||||||
|
"webhook"
|
||||||
|
],
|
||||||
|
"codeowners": [
|
||||||
|
"@cgtobi"
|
||||||
|
],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"homekit": {
|
"homekit": {
|
||||||
"models": ["Healty Home Coach", "Netatmo Relay", "Presence", "Welcome"]
|
"models": [
|
||||||
|
"Healty Home Coach",
|
||||||
|
"Netatmo Relay",
|
||||||
|
"Presence",
|
||||||
|
"Welcome"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1215,7 +1215,7 @@ pyarlo==0.2.3
|
|||||||
pyatag==0.2.19
|
pyatag==0.2.19
|
||||||
|
|
||||||
# homeassistant.components.netatmo
|
# homeassistant.components.netatmo
|
||||||
pyatmo==3.3.0
|
pyatmo==3.3.1
|
||||||
|
|
||||||
# homeassistant.components.atome
|
# homeassistant.components.atome
|
||||||
pyatome==0.1.1
|
pyatome==0.1.1
|
||||||
|
@ -518,7 +518,7 @@ pyarlo==0.2.3
|
|||||||
pyatag==0.2.19
|
pyatag==0.2.19
|
||||||
|
|
||||||
# homeassistant.components.netatmo
|
# homeassistant.components.netatmo
|
||||||
pyatmo==3.3.0
|
pyatmo==3.3.1
|
||||||
|
|
||||||
# homeassistant.components.blackbird
|
# homeassistant.components.blackbird
|
||||||
pyblackbird==0.5
|
pyblackbird==0.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user