Fix BleBox wLightBoxS and gateBox support (#51367)
Co-authored-by: bbx-jp <83213200+bbx-jp@users.noreply.github.com>
This commit is contained in:
parent
3de29a7606
commit
931ff70ebe
4 changed files with 5 additions and 5 deletions
|
@ -64,7 +64,7 @@ homeassistant/components/azure_service_bus/* @hfurubotten
|
|||
homeassistant/components/beewi_smartclim/* @alemuro
|
||||
homeassistant/components/bitcoin/* @fabaff
|
||||
homeassistant/components/bizkaibus/* @UgaitzEtxebarria
|
||||
homeassistant/components/blebox/* @gadgetmobile
|
||||
homeassistant/components/blebox/* @bbx-a @bbx-jp
|
||||
homeassistant/components/blink/* @fronzbot
|
||||
homeassistant/components/blueprint/* @home-assistant/core
|
||||
homeassistant/components/bmp280/* @belidzs
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"name": "BleBox devices",
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/blebox",
|
||||
"requirements": ["blebox_uniapi==1.3.2"],
|
||||
"codeowners": ["@gadgetmobile"],
|
||||
"requirements": ["blebox_uniapi==1.3.3"],
|
||||
"codeowners": ["@bbx-a", "@bbx-jp"],
|
||||
"iot_class": "local_polling"
|
||||
}
|
||||
|
|
|
@ -358,7 +358,7 @@ bimmer_connected==0.7.15
|
|||
bizkaibus==0.1.1
|
||||
|
||||
# homeassistant.components.blebox
|
||||
blebox_uniapi==1.3.2
|
||||
blebox_uniapi==1.3.3
|
||||
|
||||
# homeassistant.components.blink
|
||||
blinkpy==0.17.0
|
||||
|
|
|
@ -211,7 +211,7 @@ bellows==0.24.0
|
|||
bimmer_connected==0.7.15
|
||||
|
||||
# homeassistant.components.blebox
|
||||
blebox_uniapi==1.3.2
|
||||
blebox_uniapi==1.3.3
|
||||
|
||||
# homeassistant.components.blink
|
||||
blinkpy==0.17.0
|
||||
|
|
Loading…
Add table
Reference in a new issue