mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
removed unused variable
This commit is contained in:
@@ -11,7 +11,6 @@
|
|||||||
"webui": "http://[HOST]:[PORT:5000]",
|
"webui": "http://[HOST]:[PORT:5000]",
|
||||||
"devices": [],
|
"devices": [],
|
||||||
"environment": {
|
"environment": {
|
||||||
"CONFIG_VOLUME": "/data"
|
|
||||||
},
|
},
|
||||||
"map": ["config:rw"],
|
"map": ["config:rw"],
|
||||||
"options": {
|
"options": {
|
||||||
@@ -23,7 +22,7 @@
|
|||||||
"5000/tcp": 5000
|
"5000/tcp": 5000
|
||||||
},
|
},
|
||||||
"ports_description": {
|
"ports_description": {
|
||||||
"5000/tcp": "web interface"
|
"5000/tcp": "Web interface"
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"TZ": "str",
|
"TZ": "str",
|
||||||
|
|||||||
Reference in New Issue
Block a user