From 9ea5964ad0f728debe7844144f8129eb07a388c5 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Fri, 9 Nov 2018 23:51:25 +0100 Subject: [PATCH] Fix share --- homematic/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homematic/config.json b/homematic/config.json index 6319e8f..90a5d8e 100644 --- a/homematic/config.json +++ b/homematic/config.json @@ -5,7 +5,7 @@ "description": "HomeMatic central based on OCCU", "url": "https://home-assistant.io/addons/homematic/", "arch": ["armhf", "i386", "amd64"], - "map": ["share:ro"], + "map": ["share:rw"], "startup": "system", "boot": "auto", "auto_uart": true,