mirror of
https://github.com/home-assistant/core.git
synced 2026-04-02 00:20:30 +01:00
Add integration type to Orvibo (#165706)
This commit is contained in:
committed by
GitHub
parent
f2a205e8d7
commit
c5a04deb28
@@ -4,6 +4,7 @@
|
||||
"codeowners": [],
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/orvibo",
|
||||
"integration_type": "device",
|
||||
"iot_class": "local_push",
|
||||
"loggers": ["orvibo"],
|
||||
"quality_scale": "legacy",
|
||||
|
||||
@@ -5008,7 +5008,7 @@
|
||||
},
|
||||
"orvibo": {
|
||||
"name": "Orvibo",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "device",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_push"
|
||||
},
|
||||
|
||||
@@ -55,7 +55,6 @@ MISSING_INTEGRATION_TYPE = {
|
||||
"ness_alarm",
|
||||
"nmap_tracker",
|
||||
"otp",
|
||||
"orvibo",
|
||||
"profiler",
|
||||
"proximity",
|
||||
"rhasspy",
|
||||
|
||||
Reference in New Issue
Block a user