1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-30 21:51:29 +01:00
Files
core/homeassistant/components/fibaro/manifest.json
2025-05-23 12:05:13 +02:00

12 lines
295 B
JSON

{
"domain": "fibaro",
"name": "Fibaro",
"codeowners": ["@rappenze"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/fibaro",
"integration_type": "hub",
"iot_class": "local_push",
"loggers": ["pyfibaro"],
"requirements": ["pyfibaro==0.8.3"]
}