turn into normal docker image (alpine) instead of hass-addon
This commit is contained in:
parent
3d8b323fb4
commit
1c3f0135f3
10 changed files with 61 additions and 164 deletions
14
plejd/options.json.template
Normal file
14
plejd/options.json.template
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"site": "$site",
|
||||
"username": "$username",
|
||||
"password": "$password",
|
||||
"mqttBroker": "$mqttBroker",
|
||||
"mqttUsername": "$mqttUsername",
|
||||
"mqttPassword": "$mqttPassword",
|
||||
"includeRoomsAsLights": "$includeRoomsAsLights",
|
||||
"preferCachedApiResponse": "$preferCachedApiResponse",
|
||||
"updatePlejdClock": "$updatePlejdClock",
|
||||
"logLevel": "$logLevel",
|
||||
"connectionTimeout": $connectionTimout,
|
||||
"writeQueueWaitTime": $writeQueueWaitTime
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue