Skip to content

Commit

Permalink
Bump pytradfri to 7.0.6 (home-assistant#44661)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinHjelmare authored Dec 31, 2020
1 parent 1428c40 commit 4bde064
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/tradfri/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "IKEA TRÅDFRI",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/tradfri",
"requirements": ["pytradfri[async]==7.0.5"],
"requirements": ["pytradfri[async]==7.0.6"],
"homekit": {
"models": ["TRADFRI"]
},
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1855,7 +1855,7 @@ pytraccar==0.9.0
pytrackr==0.0.5

# homeassistant.components.tradfri
pytradfri[async]==7.0.5
pytradfri[async]==7.0.6

# homeassistant.components.trafikverket_train
# homeassistant.components.trafikverket_weatherstation
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,7 @@ pytile==4.0.0
pytraccar==0.9.0

# homeassistant.components.tradfri
pytradfri[async]==7.0.5
pytradfri[async]==7.0.6

# homeassistant.components.vera
pyvera==0.3.11
Expand Down

0 comments on commit 4bde064

Please sign in to comment.