Set integration_type to device for apsystems integration (#117782)

This commit is contained in:
Marlon 2024-05-20 11:13:08 +02:00 committed by GitHub
parent 1bf7a4035c
commit 2809070e85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@
"codeowners": ["@mawoka-myblock", "@SonnenladenGmbH"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/apsystems",
"integration_type": "device",
"iot_class": "local_polling",
"requirements": ["apsystems-ez1==1.3.1"]
}

View File

@ -410,7 +410,7 @@
},
"apsystems": {
"name": "APsystems",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_polling"
},