mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 21:55:10 +02:00
Add integration-type property to Nut manifest (#84020)
This commit is contained in:
@@ -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"],
|
||||
|
@@ -3679,7 +3679,7 @@
|
||||
},
|
||||
"nut": {
|
||||
"name": "Network UPS Tools (NUT)",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "device",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_polling"
|
||||
},
|
||||
|
Reference in New Issue
Block a user