Update pytradfri to 7.0.4 (#43297)

This commit is contained in:
Paulus Schoutsen 2020-11-16 22:55:53 +01:00 committed by GitHub
parent 414f167508
commit c04b600ddd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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.3"],
"requirements": ["pytradfri[async]==7.0.4"],
"homekit": {
"models": ["TRADFRI"]
},

View file

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

View file

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