feat: Added optional definition function to module
Some checks failed
Build and deploy / Deploy container (push) Blocked by required conditions
Build and deploy / build (push) Has been cancelled

This commit is contained in:
2025-10-15 03:48:03 +02:00
parent d3d9a19f52
commit b327d32177
6 changed files with 84 additions and 29 deletions

View File

@@ -76,6 +76,7 @@ config = { version = "0.15.15", default-features = false, features = [
] }
git-version = "0.3.9"
google_home = { workspace = true }
inventory = { workspace = true }
mlua = { workspace = true }
reqwest = { workspace = true }
rumqttc = { workspace = true }