mirror of
https://github.com/home-assistant/core.git
synced 2025-12-26 22:18:40 +00:00
12 lines
290 B
JSON
12 lines
290 B
JSON
{
|
|
"domain": "tile",
|
|
"name": "Tile",
|
|
"codeowners": ["@bachya"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/tile",
|
|
"integration_type": "hub",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["pytile"],
|
|
"requirements": ["pytile==2023.12.0"]
|
|
}
|