hass-core/homeassistant/components/sfr_box/manifest.json
Alexandre TRUPIN c4cc158a77
Bump sfrbox-api to 0.0.10 (#125405)
* bump sfr_box requirement to 0.0.10

* upate manifest file

* Handle None values

---------

Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
2024-09-06 16:18:47 +02:00

10 lines
278 B
JSON

{
"domain": "sfr_box",
"name": "SFR Box",
"codeowners": ["@epenet"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/sfr_box",
"integration_type": "device",
"iot_class": "local_polling",
"requirements": ["sfrbox-api==0.0.10"]
}