mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 03:03:17 +01:00
Co-authored-by: Hugo van Rijswijk <git@hugovr.nl> Co-authored-by: ElCruncharino <ElCruncharino@users.noreply.github.com> Co-authored-by: Erik Montnemery <erik@montnemery.com>
13 lines
364 B
JSON
13 lines
364 B
JSON
{
|
|
"domain": "backblaze_b2",
|
|
"name": "Backblaze B2",
|
|
"codeowners": ["@hugo-vrijswijk", "@ElCruncharino"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/backblaze_b2",
|
|
"integration_type": "service",
|
|
"iot_class": "cloud_push",
|
|
"loggers": ["b2sdk"],
|
|
"quality_scale": "bronze",
|
|
"requirements": ["b2sdk==2.8.1"]
|
|
}
|