1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-21 18:38:17 +00:00
Files
core/homeassistant/components/thethingsnetwork/manifest.json
2024-06-10 08:41:22 +02:00

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.0.0"]
}