Set IQS to Bronze

This commit is contained in:
Franck Nijhof 2025-05-12 21:34:48 +00:00
parent 04a87b1283
commit 1e58a97bb3
No known key found for this signature in database
GPG Key ID: AB33ADACE7101952
2 changed files with 7 additions and 6 deletions

View File

@ -6,5 +6,6 @@
"documentation": "https://www.home-assistant.io/integrations/backblaze", "documentation": "https://www.home-assistant.io/integrations/backblaze",
"integration_type": "service", "integration_type": "service",
"iot_class": "local_polling", "iot_class": "local_polling",
"quality_scale": "bronze",
"requirements": ["b2sdk==2.8.1"] "requirements": ["b2sdk==2.8.1"]
} }

View File

@ -617,6 +617,12 @@
"config_flow": true, "config_flow": true,
"iot_class": "local_push" "iot_class": "local_push"
}, },
"backblaze": {
"name": "Backblaze B2",
"integration_type": "service",
"config_flow": true,
"iot_class": "local_polling"
},
"backup": { "backup": {
"name": "Backup", "name": "Backup",
"integration_type": "service", "integration_type": "service",
@ -624,12 +630,6 @@
"iot_class": "calculated", "iot_class": "calculated",
"single_config_entry": true "single_config_entry": true
}, },
"backblaze": {
"name": "Backblaze B2",
"integration_type": "service",
"config_flow": true,
"iot_class": "local_polling"
},
"baf": { "baf": {
"name": "Big Ass Fans", "name": "Big Ass Fans",
"integration_type": "hub", "integration_type": "hub",