mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 14:15:12 +02:00
Add integration-type property to Nut manifest (#84020)
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"domain": "nut",
|
"domain": "nut",
|
||||||
"name": "Network UPS Tools (NUT)",
|
"name": "Network UPS Tools (NUT)",
|
||||||
|
"integration_type": "device",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/nut",
|
"documentation": "https://www.home-assistant.io/integrations/nut",
|
||||||
"requirements": ["pynut2==2.1.2"],
|
"requirements": ["pynut2==2.1.2"],
|
||||||
"codeowners": ["@bdraco", "@ollo69"],
|
"codeowners": ["@bdraco", "@ollo69"],
|
||||||
|
@@ -3679,7 +3679,7 @@
|
|||||||
},
|
},
|
||||||
"nut": {
|
"nut": {
|
||||||
"name": "Network UPS Tools (NUT)",
|
"name": "Network UPS Tools (NUT)",
|
||||||
"integration_type": "hub",
|
"integration_type": "device",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "local_polling"
|
"iot_class": "local_polling"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user