Skip to content

Commit

Permalink
Add integration-type property to Nut manifest (home-assistant#84020)
Browse files Browse the repository at this point in the history
  • Loading branch information
ollo69 authored Dec 19, 2022
1 parent ee10f9c commit 3351846
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions homeassistant/components/nut/manifest.json
Original file line number Diff line number Diff line change
@@ -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"],
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/generated/integrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -3679,7 +3679,7 @@
},
"nut": {
"name": "Network UPS Tools (NUT)",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_polling"
},
Expand Down

0 comments on commit 3351846

Please sign in to comment.