2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "huawei_lte",
|
2019-08-02 21:20:07 +00:00
|
|
|
"name": "Huawei LTE",
|
2023-02-08 19:27:05 +00:00
|
|
|
"codeowners": ["@scop", "@fphammerle"],
|
2019-10-24 16:31:49 +00:00
|
|
|
"config_flow": true,
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/huawei_lte",
|
2023-02-08 19:27:05 +00:00
|
|
|
"iot_class": "local_polling",
|
|
|
|
"loggers": ["huawei_lte_api.Session"],
|
2019-04-04 04:14:45 +00:00
|
|
|
"requirements": [
|
2023-01-11 16:44:55 +00:00
|
|
|
"huawei-lte-api==1.6.11",
|
2019-10-24 16:31:49 +00:00
|
|
|
"stringcase==1.2.0",
|
2022-07-10 18:55:54 +00:00
|
|
|
"url-normalize==1.4.3"
|
2019-04-04 04:14:45 +00:00
|
|
|
],
|
2019-11-04 17:56:49 +00:00
|
|
|
"ssdp": [
|
|
|
|
{
|
|
|
|
"deviceType": "urn:schemas-upnp-org:device:InternetGatewayDevice:1",
|
|
|
|
"manufacturer": "Huawei"
|
2022-12-14 22:48:25 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"deviceType": "urn:schemas-upnp-org:device:InternetGatewayDevice:1",
|
|
|
|
"manufacturer": "Huawei Technologies Co., Ltd."
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"deviceType": "urn:schemas-upnp-org:device:InternetGatewayDevice:1",
|
|
|
|
"manufacturer": "SOYEA TECHNOLOGY CO., LTD."
|
2019-11-04 17:56:49 +00:00
|
|
|
}
|
2023-02-08 19:27:05 +00:00
|
|
|
]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|