mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 23:57:06 +00:00
11 lines
288 B
JSON
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"]
|
|
}
|