Skip to content

Commit d63cdaf

Browse files
authored
Add integration_type device to huum (home-assistant#159136)
1 parent 50f47a7 commit d63cdaf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

homeassistant/components/huum/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"codeowners": ["@frwickst", "@vincentwolsink"],
55
"config_flow": true,
66
"documentation": "https://www.home-assistant.io/integrations/huum",
7+
"integration_type": "device",
78
"iot_class": "cloud_polling",
89
"requirements": ["huum==0.8.1"]
910
}

homeassistant/generated/integrations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2908,7 +2908,7 @@
29082908
},
29092909
"huum": {
29102910
"name": "Huum",
2911-
"integration_type": "hub",
2911+
"integration_type": "device",
29122912
"config_flow": true,
29132913
"iot_class": "cloud_polling"
29142914
},

0 commit comments

Comments
 (0)