1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 15:44:52 +01:00
Files
core/homeassistant/components/thethingsnetwork/manifest.json
2026-03-26 17:35:48 +00: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.3.0"]
}