Bump pyatmo version to 3.3.1 (#35476)

This commit is contained in:
cgtobi 2020-05-11 07:18:53 +02:00 committed by GitHub
parent 742e36ba26
commit 8b9bd67da7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 21 additions and 8 deletions

View File

@ -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"
]
}
}
}

View File

@ -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

View File

@ -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