Compare commits

..

1 Commits

Author SHA1 Message Date
97a5392909
Fixed build after gitea update
Some checks failed
Build and deploy / Build application (push) Successful in 4m26s
Check / Run checks (push) Successful in 3m19s
Build and deploy / Build container (push) Failing after 1m8s
Build and deploy / Deploy container (push) Has been skipped
2024-07-08 23:13:05 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -3,6 +3,6 @@ FROM gcr.io/distroless/cc-debian12:nonroot
ENV AUTOMATION_CONFIG=/app/config.lua
COPY ./config.lua /app/config.lua
COPY ./automation /app/automation
COPY ./build/automation /app/automation
CMD ["/app/automation"]

View File

@ -109,7 +109,7 @@ automation.device_manager:add(IkeaOutlet.new({
outlet_type = "Light",
name = "Light",
room = "Bathroom",
topic = mqtt_z2m("bathroom/light"),
topic = mqtt_z2m("batchroom/light"),
client = mqtt_client,
timeout = debug and 60 or 45 * 60,
}))