Skip to content

Commit 317a3ed

Browse files
authored
Add integration_type device to huawei_lte (home-assistant#159132)
1 parent d780188 commit 317a3ed

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

homeassistant/components/huawei_lte/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"codeowners": ["@scop", "@fphammerle"],
55
"config_flow": true,
66
"documentation": "https://www.home-assistant.io/integrations/huawei_lte",
7+
"integration_type": "device",
78
"iot_class": "local_polling",
89
"loggers": ["huawei_lte_api.Session"],
910
"requirements": ["huawei-lte-api==1.11.0", "url-normalize==2.2.1"],

homeassistant/generated/integrations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2868,7 +2868,7 @@
28682868
},
28692869
"huawei_lte": {
28702870
"name": "Huawei LTE",
2871-
"integration_type": "hub",
2871+
"integration_type": "device",
28722872
"config_flow": true,
28732873
"iot_class": "local_polling"
28742874
},

0 commit comments

Comments
 (0)