* Add config flow to Netgear LTE * uno mas * uno mas * forgot one * uno mas * uno mas * apply suggestions * tweak user step * fix load/unload/dep * clean up * fix tests * test yaml before importing * uno mas * uno mas * uno mas * uno mas * uno mas * fix startup hanging * break out yaml import * fix doc string --------- Co-authored-by: Robert Resch <robert@resch.dev>
10 lines
291 B
JSON
10 lines
291 B
JSON
{
|
|
"domain": "netgear_lte",
|
|
"name": "NETGEAR LTE",
|
|
"codeowners": ["@tkdrob"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/netgear_lte",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["eternalegypt"],
|
|
"requirements": ["eternalegypt==0.0.16"]
|
|
}
|