mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +02:00
Set IQS to Bronze
This commit is contained in:
@@ -6,5 +6,6 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/backblaze",
|
||||
"integration_type": "service",
|
||||
"iot_class": "local_polling",
|
||||
"quality_scale": "bronze",
|
||||
"requirements": ["b2sdk==2.8.1"]
|
||||
}
|
||||
|
@@ -617,6 +617,12 @@
|
||||
"config_flow": true,
|
||||
"iot_class": "local_push"
|
||||
},
|
||||
"backblaze": {
|
||||
"name": "Backblaze B2",
|
||||
"integration_type": "service",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_polling"
|
||||
},
|
||||
"backup": {
|
||||
"name": "Backup",
|
||||
"integration_type": "service",
|
||||
@@ -624,12 +630,6 @@
|
||||
"iot_class": "calculated",
|
||||
"single_config_entry": true
|
||||
},
|
||||
"backblaze": {
|
||||
"name": "Backblaze B2",
|
||||
"integration_type": "service",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_polling"
|
||||
},
|
||||
"baf": {
|
||||
"name": "Big Ass Fans",
|
||||
"integration_type": "hub",
|
||||
|
Reference in New Issue
Block a user