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