Add integration-type property to Nut manifest (#84020)

This commit is contained in:
ollo69
2022-12-19 14:46:40 +01:00
committed by GitHub
parent ee10f9c4ce
commit 3351846b0e
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
{
"domain": "nut",
"name": "Network UPS Tools (NUT)",
"integration_type": "device",
"documentation": "https://www.home-assistant.io/integrations/nut",
"requirements": ["pynut2==2.1.2"],
"codeowners": ["@bdraco", "@ollo69"],

View File

@@ -3679,7 +3679,7 @@
},
"nut": {
"name": "Network UPS Tools (NUT)",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_polling"
},