mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +00:00
Set integration type for generic (#117464)
This commit is contained in:
parent
a36ad6bb64
commit
30f789d5e9
@ -5,6 +5,7 @@
|
||||
"config_flow": true,
|
||||
"dependencies": ["http"],
|
||||
"documentation": "https://www.home-assistant.io/integrations/generic",
|
||||
"integration_type": "device",
|
||||
"iot_class": "local_push",
|
||||
"requirements": ["ha-av==10.1.1", "Pillow==10.3.0"]
|
||||
}
|
||||
|
@ -2112,7 +2112,7 @@
|
||||
"iot_class": "cloud_polling"
|
||||
},
|
||||
"generic": {
|
||||
"integration_type": "hub",
|
||||
"integration_type": "device",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_push"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user