mirror of https://github.com/home-assistant/core
11 lines
304 B
JSON
11 lines
304 B
JSON
{
|
|
"domain": "thethingsnetwork",
|
|
"name": "The Things Network",
|
|
"codeowners": ["@angelnu"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/thethingsnetwork",
|
|
"integration_type": "hub",
|
|
"iot_class": "cloud_polling",
|
|
"requirements": ["ttn_client==1.2.0"]
|
|
}
|