From 7a951fe614e9df4f579f2f84abcced1f3510ff8c Mon Sep 17 00:00:00 2001 From: MrMeeb Date: Sat, 7 Feb 2026 15:07:49 +0000 Subject: [PATCH] Add komodo server toml --- homeassistant.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 homeassistant.toml diff --git a/homeassistant.toml b/homeassistant.toml new file mode 100644 index 0000000..96ef5fb --- /dev/null +++ b/homeassistant.toml @@ -0,0 +1,8 @@ +[[server]] # Declare a new server +name = "homeassistant" +description = "Home Assistant" +[server.config] +address = "https://homeassistant.internal:8120" +region = "onsite" +enabled = true +