core/homeassistant/components/tile/manifest.json

12 lines
290 B
JSON

{
"domain": "tile",
"name": "Tile",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/tile",
"requirements": ["pytile==2022.02.0"],
"codeowners": ["@bachya"],
"iot_class": "cloud_polling",
"loggers": ["pytile"],
"integration_type": "hub"
}