mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 00:27:19 +00:00
Set IQS to Bronze
This commit is contained in:
parent
04a87b1283
commit
1e58a97bb3
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user