1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-30 13:41:18 +01:00
Files
core/homeassistant/components/risco/manifest.json
2025-02-22 21:25:19 +02:00

11 lines
261 B
JSON

{
"domain": "risco",
"name": "Risco",
"codeowners": ["@OnFreund"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/risco",
"iot_class": "local_push",
"loggers": ["pyrisco"],
"requirements": ["pyrisco==0.6.7"]
}