We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 781d3ee commit f7d2235Copy full SHA for f7d2235
1 file changed
custom_components/bauergroup_s3compatiblebackup/manifest.json
@@ -1,14 +1,20 @@
1
{
2
"domain": "bauergroup_s3compatiblebackup",
3
"name": "BAUERGROUP - S3 Compatible Backup",
4
- "codeowners": ["@bauer-group"],
+ "codeowners": [
5
+ "@bauer-group"
6
+ ],
7
"config_flow": true,
- "dependencies": ["backup"],
8
+ "dependencies": [
9
+ "backup"
10
11
"documentation": "https://github.com/bauer-group/IP-HomeassistantS3CompatibleBackup",
12
"integration_type": "service",
13
"iot_class": "cloud_push",
14
"issue_tracker": "https://github.com/bauer-group/IP-HomeassistantS3CompatibleBackup/issues",
15
"quality_scale": "silver",
- "requirements": ["aiobotocore==2.26.0"],
16
+ "requirements": [
17
+ "aiobotocore==2.26.0"
18
19
"version": "0.1.0"
20
}
0 commit comments