Update pytradfri to 7.0.5 (#44347)

This commit is contained in:
rubenbe 2020-12-18 08:37:32 +01:00 committed by Franck Nijhof
parent 9c5dba6a24
commit 89168dd372
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
"name": "IKEA TRÅDFRI",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/tradfri",
"requirements": ["pytradfri[async]==7.0.4"],
"requirements": ["pytradfri[async]==7.0.5"],
"homekit": {
"models": ["TRADFRI"]
},

View file

@ -1858,7 +1858,7 @@ pytraccar==0.9.0
pytrackr==0.0.5
# homeassistant.components.tradfri
pytradfri[async]==7.0.4
pytradfri[async]==7.0.5
# homeassistant.components.trafikverket_train
# homeassistant.components.trafikverket_weatherstation

View file

@ -915,7 +915,7 @@ pytile==4.0.0
pytraccar==0.9.0
# homeassistant.components.tradfri
pytradfri[async]==7.0.4
pytradfri[async]==7.0.5
# homeassistant.components.vera
pyvera==0.3.11