mirror of
https://github.com/home-assistant/core.git
synced 2025-07-10 06:47:09 +00:00
Set integration_type to device for apsystems integration (#117782)
This commit is contained in:
parent
1bf7a4035c
commit
2809070e85
@ -4,6 +4,7 @@
|
|||||||
"codeowners": ["@mawoka-myblock", "@SonnenladenGmbH"],
|
"codeowners": ["@mawoka-myblock", "@SonnenladenGmbH"],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/apsystems",
|
"documentation": "https://www.home-assistant.io/integrations/apsystems",
|
||||||
|
"integration_type": "device",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"requirements": ["apsystems-ez1==1.3.1"]
|
"requirements": ["apsystems-ez1==1.3.1"]
|
||||||
}
|
}
|
||||||
|
@ -410,7 +410,7 @@
|
|||||||
},
|
},
|
||||||
"apsystems": {
|
"apsystems": {
|
||||||
"name": "APsystems",
|
"name": "APsystems",
|
||||||
"integration_type": "hub",
|
"integration_type": "device",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "local_polling"
|
"iot_class": "local_polling"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user