1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-26 22:18:40 +00:00
Files
core/homeassistant/components/tile/manifest.json
2024-03-28 11:37:57 +01:00

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