Set integration type for generic (#117464)

This commit is contained in:
Dave T 2024-05-15 08:33:47 +01:00 committed by GitHub
parent a36ad6bb64
commit 30f789d5e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -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"]
}

View File

@ -2112,7 +2112,7 @@
"iot_class": "cloud_polling"
},
"generic": {
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_push"
},