From 6b1e9eef91d6c6ef6ed8fb762c6fc9a9300b5a6f Mon Sep 17 00:00:00 2001 From: hidder11 Date: Sat, 31 Jan 2026 17:29:02 +0100 Subject: [PATCH] Update map configuration. --- Intentor/config.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Intentor/config.yaml b/Intentor/config.yaml index e55c10b..3ee780d 100644 --- a/Intentor/config.yaml +++ b/Intentor/config.yaml @@ -1,6 +1,6 @@ name: "Intentor" description: "Intent based automation platform" -version: 0.0.7 +version: 0.0.8 slug: "intentor" init: false arch: @@ -12,4 +12,5 @@ ports: webui: "http://[HOST]:[PORT:8080]" homeassistant_api: true map: - - data:rw \ No newline at end of file + - type: data + read_only: False \ No newline at end of file