core/homeassistant/components/sfr_box/manifest.json

11 lines
278 B
JSON
Raw Normal View History

{
"domain": "sfr_box",
"name": "SFR Box",
2023-02-03 14:01:51 +00:00
"codeowners": ["@epenet"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/sfr_box",
2023-02-03 14:01:51 +00:00
"integration_type": "device",
"iot_class": "local_polling",
"requirements": ["sfrbox-api==0.0.11"]
}