mirror of
https://github.com/home-assistant/core.git
synced 2025-12-20 02:48:57 +00:00
Add integration_type device to blebox (#158860)
This commit is contained in:
committed by
GitHub
parent
e1b009a6de
commit
aa6ccaa024
@@ -4,6 +4,7 @@
|
|||||||
"codeowners": ["@bbx-a", "@swistakm"],
|
"codeowners": ["@bbx-a", "@swistakm"],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/blebox",
|
"documentation": "https://www.home-assistant.io/integrations/blebox",
|
||||||
|
"integration_type": "device",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["blebox_uniapi"],
|
"loggers": ["blebox_uniapi"],
|
||||||
"requirements": ["blebox-uniapi==2.5.0"],
|
"requirements": ["blebox-uniapi==2.5.0"],
|
||||||
|
|||||||
@@ -738,7 +738,7 @@
|
|||||||
},
|
},
|
||||||
"blebox": {
|
"blebox": {
|
||||||
"name": "BleBox devices",
|
"name": "BleBox devices",
|
||||||
"integration_type": "hub",
|
"integration_type": "device",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "local_polling"
|
"iot_class": "local_polling"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user