Bump pytradfri to 7.0.1 (#39696)

pull/39702/head
Martin Hjelmare 2020-09-06 00:36:32 +02:00 committed by GitHub
parent 1fffa748e5
commit f584e3f689
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 5 deletions

View File

@ -3,9 +3,15 @@
"name": "IKEA TRÅDFRI",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/tradfri",
"requirements": ["pytradfri[async]==7.0.0"],
"requirements": [
"pytradfri[async]==7.0.1"
],
"homekit": {
"models": ["TRADFRI"]
"models": [
"TRADFRI"
]
},
"codeowners": ["@ggravlingen"]
"codeowners": [
"@ggravlingen"
]
}

View File

@ -1805,7 +1805,7 @@ pytraccar==0.9.0
pytrackr==0.0.5
# homeassistant.components.tradfri
pytradfri[async]==7.0.0
pytradfri[async]==7.0.1
# homeassistant.components.trafikverket_train
# homeassistant.components.trafikverket_weatherstation

View File

@ -851,7 +851,7 @@ pytile==4.0.0
pytraccar==0.9.0
# homeassistant.components.tradfri
pytradfri[async]==7.0.0
pytradfri[async]==7.0.1
# homeassistant.components.vera
pyvera==0.3.9