🔨 Add explicit config variables and add sidebar icon

This commit is contained in:
Timmo 2019-04-30 14:11:23 +01:00 committed by GitHub
parent 5a9404c047
commit 52834a0501
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,7 @@
"slug": "thelounge",
"description": "A self-hosted web IRC client",
"url": "https://github.com/hassio-addons/addon-thelounge",
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]",
"startup": "application",
"arch": [
"aarch64",
@ -18,6 +19,8 @@
"homeassistant": "0.91.4",
"homeassistant_api": true,
"ingress": true,
"ingress_port": 1337,
"panel_icon": "mdi:chat",
"ports": {
"80/tcp": null
},