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