Change discovergy integration type (#97391)

This commit is contained in:
Jan-Philipp Benecke 2023-08-05 22:47:04 +02:00 committed by GitHub
parent 41c684f36e
commit 71a81e1f5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
"codeowners": ["@jpbede"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/discovergy",
"integration_type": "hub",
"integration_type": "service",
"iot_class": "cloud_polling",
"requirements": ["pydiscovergy==2.0.3"]
}

View file

@ -1113,7 +1113,7 @@
},
"discovergy": {
"name": "Discovergy",
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "cloud_polling"
},