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
2021-10-14 23:11:07 +02:00

10 lines
261 B
JSON

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