1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/logi_circle/manifest.json
2022-05-09 13:58:26 +02:00

12 lines
326 B
JSON

{
"domain": "logi_circle",
"name": "Logi Circle",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/logi_circle",
"requirements": ["logi_circle==0.2.3"],
"dependencies": ["ffmpeg", "http"],
"codeowners": ["@evanjd"],
"iot_class": "cloud_polling",
"loggers": ["logi_circle"]
}