Add integration_type to netatmo (#81225)

This commit is contained in:
Tobias Sauerwein 2022-10-29 23:47:35 +02:00 committed by GitHub
parent a2c38b9d04
commit 82f03f6089
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
{
"domain": "netatmo",
"name": "Netatmo",
"integration_type": "hub",
"documentation": "https://www.home-assistant.io/integrations/netatmo",
"requirements": ["pyatmo==7.2.0"],
"after_dependencies": ["cloud", "media_source"],