mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 17:18:23 +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",
|
"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"]
|
||||||
}
|
}
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user