We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26f4e83 commit 5cdb1f4Copy full SHA for 5cdb1f4
build.json
@@ -14,6 +14,12 @@
14
},
15
"labels": {
16
"io.hass.type": "cli",
17
- "org.opencontainers.image.source": "https://github.com/home-assistant/plugin-cli"
+ "org.opencontainers.image.title": "Home Assistant CLI Plugin",
18
+ "org.opencontainers.image.description": "Home Assistant Supervisor plugin for CLI",
19
+ "org.opencontainers.image.source": "https://github.com/home-assistant/plugin-cli",
20
+ "org.opencontainers.image.authors": "The Home Assistant Authors",
21
+ "org.opencontainers.image.url": "https://www.home-assistant.io/",
22
+ "org.opencontainers.image.documentation": "https://www.home-assistant.io/docs/",
23
+ "org.opencontainers.image.licenses": "Apache License 2.0"
24
}
25
0 commit comments