Update pytradfri to 7.0.3 (#43289)

This commit is contained in:
Paulus Schoutsen 2020-11-16 18:26:22 +01:00 committed by GitHub
parent 479de9433c
commit f19f743bed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 11 deletions

View File

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

View File

@ -1851,7 +1851,7 @@ pytraccar==0.9.0
pytrackr==0.0.5 pytrackr==0.0.5
# homeassistant.components.tradfri # homeassistant.components.tradfri
pytradfri[async]==7.0.2 pytradfri[async]==7.0.3
# homeassistant.components.trafikverket_train # homeassistant.components.trafikverket_train
# homeassistant.components.trafikverket_weatherstation # homeassistant.components.trafikverket_weatherstation

View File

@ -902,7 +902,7 @@ pytile==4.0.0
pytraccar==0.9.0 pytraccar==0.9.0
# homeassistant.components.tradfri # homeassistant.components.tradfri
pytradfri[async]==7.0.2 pytradfri[async]==7.0.3
# homeassistant.components.vera # homeassistant.components.vera
pyvera==0.3.11 pyvera==0.3.11