1
0
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:
Joost Lekkerkerker
2026-03-16 20:04:59 +01:00
committed by GitHub
parent f2a205e8d7
commit c5a04deb28
3 changed files with 2 additions and 2 deletions

View File

@@ -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",

View File

@@ -5008,7 +5008,7 @@
},
"orvibo": {
"name": "Orvibo",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_push"
},

View File

@@ -55,7 +55,6 @@ MISSING_INTEGRATION_TYPE = {
"ness_alarm",
"nmap_tracker",
"otp",
"orvibo",
"profiler",
"proximity",
"rhasspy",