mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +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",
|
||||
"name": "Netatmo",
|
||||
"documentation": "https://www.home-assistant.io/integrations/netatmo",
|
||||
"requirements": ["pyatmo==3.3.0"],
|
||||
"after_dependencies": ["cloud"],
|
||||
"dependencies": ["webhook"],
|
||||
"codeowners": ["@cgtobi"],
|
||||
"requirements": [
|
||||
"pyatmo==3.3.1"
|
||||
],
|
||||
"after_dependencies": [
|
||||
"cloud"
|
||||
],
|
||||
"dependencies": [
|
||||
"webhook"
|
||||
],
|
||||
"codeowners": [
|
||||
"@cgtobi"
|
||||
],
|
||||
"config_flow": true,
|
||||
"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
|
||||
|
||||
# homeassistant.components.netatmo
|
||||
pyatmo==3.3.0
|
||||
pyatmo==3.3.1
|
||||
|
||||
# homeassistant.components.atome
|
||||
pyatome==0.1.1
|
||||
|
@ -518,7 +518,7 @@ pyarlo==0.2.3
|
||||
pyatag==0.2.19
|
||||
|
||||
# homeassistant.components.netatmo
|
||||
pyatmo==3.3.0
|
||||
pyatmo==3.3.1
|
||||
|
||||
# homeassistant.components.blackbird
|
||||
pyblackbird==0.5
|
||||
|
Loading…
x
Reference in New Issue
Block a user