Compare commits
1 Commits
c6e63750d0
...
97a5392909
| Author | SHA1 | Date | |
|---|---|---|---|
|
97a5392909
|
@@ -3,6 +3,6 @@ FROM gcr.io/distroless/cc-debian12:nonroot
|
|||||||
ENV AUTOMATION_CONFIG=/app/config.lua
|
ENV AUTOMATION_CONFIG=/app/config.lua
|
||||||
COPY ./config.lua /app/config.lua
|
COPY ./config.lua /app/config.lua
|
||||||
|
|
||||||
COPY ./automation /app/automation
|
COPY ./build/automation /app/automation
|
||||||
|
|
||||||
CMD ["/app/automation"]
|
CMD ["/app/automation"]
|
||||||
|
|||||||
@@ -109,7 +109,7 @@ automation.device_manager:add(IkeaOutlet.new({
|
|||||||
outlet_type = "Light",
|
outlet_type = "Light",
|
||||||
name = "Light",
|
name = "Light",
|
||||||
room = "Bathroom",
|
room = "Bathroom",
|
||||||
topic = mqtt_z2m("bathroom/light"),
|
topic = mqtt_z2m("batchroom/light"),
|
||||||
client = mqtt_client,
|
client = mqtt_client,
|
||||||
timeout = debug and 60 or 45 * 60,
|
timeout = debug and 60 or 45 * 60,
|
||||||
}))
|
}))
|
||||||
|
|||||||
Reference in New Issue
Block a user