1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-core/homeassistant/components/spider/manifest.json
2023-02-08 20:22:30 +01:00

11 lines
288 B
JSON

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