2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "huawei_lte",
|
2019-08-02 21:20:07 +00:00
|
|
|
"name": "Huawei LTE",
|
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",
|
2019-04-04 04:14:45 +00:00
|
|
|
"requirements": [
|
2022-05-05 16:37:32 +00:00
|
|
|
"huawei-lte-api==1.6.0",
|
2019-10-24 16:31:49 +00:00
|
|
|
"stringcase==1.2.0",
|
|
|
|
"url-normalize==1.4.1"
|
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"
|
|
|
|
}
|
|
|
|
],
|
2021-04-15 08:21:38 +00:00
|
|
|
"codeowners": ["@scop", "@fphammerle"],
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "local_polling",
|
|
|
|
"loggers": ["huawei_lte_api"]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|