automation_rs/config/helper.lua
Dreaded_X 4f372aa9f0
All checks were successful
Build and deploy / Build application (push) Successful in 3m22s
Build and deploy / Build container (push) Successful in 56s
Build and deploy / Deploy container (push) Has been skipped
WIP: Made config modular
2024-11-30 06:35:36 +01:00

10 lines
152 B
Lua

return {
mqtt_z2m = function(topic)
return "zigbee2mqtt/" .. topic
end,
mqtt_automation = function(topic)
return "automation/" .. topic
end,
}