Bump sfrbox-api to 0.0.6 (#87281)
parent
2433fc2bab
commit
e00622f137
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"domain": "sfr_box",
|
||||
"name": "SFR Box",
|
||||
"codeowners": ["@epenet"],
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/sfr_box",
|
||||
"requirements": ["sfrbox-api==0.0.5"],
|
||||
"codeowners": ["@epenet"],
|
||||
"integration_type": "device",
|
||||
"iot_class": "local_polling",
|
||||
"integration_type": "device"
|
||||
"requirements": ["sfrbox-api==0.0.6"]
|
||||
}
|
||||
|
|
|
@ -2321,7 +2321,7 @@ sensorpush-ble==1.5.2
|
|||
sentry-sdk==1.13.0
|
||||
|
||||
# homeassistant.components.sfr_box
|
||||
sfrbox-api==0.0.5
|
||||
sfrbox-api==0.0.6
|
||||
|
||||
# homeassistant.components.sharkiq
|
||||
sharkiq==0.0.1
|
||||
|
|
|
@ -1636,7 +1636,7 @@ sensorpush-ble==1.5.2
|
|||
sentry-sdk==1.13.0
|
||||
|
||||
# homeassistant.components.sfr_box
|
||||
sfrbox-api==0.0.5
|
||||
sfrbox-api==0.0.6
|
||||
|
||||
# homeassistant.components.sharkiq
|
||||
sharkiq==0.0.1
|
||||
|
|
Loading…
Reference in New Issue