Bump pytradfri to 7.0.1 (#39696)
parent
1fffa748e5
commit
f584e3f689
|
@ -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"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue