1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/spider/manifest.json
2022-03-30 10:56:37 +02:00

11 lines
288 B
JSON

{
"domain": "spider",
"name": "Itho Daalderop Spider",
"documentation": "https://www.home-assistant.io/integrations/spider",
"requirements": ["spiderpy==1.6.1"],
"codeowners": ["@peternijssen"],
"config_flow": true,
"iot_class": "cloud_polling",
"loggers": ["spiderpy"]
}