From 9280175f3c6b4abcd866c317adc211a0e98afe57 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 29 Oct 2017 20:54:00 +0100 Subject: [PATCH] :ambulance: Fixed error in AppDaemon config --- appdaemon/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appdaemon/config.json b/appdaemon/config.json index 3731dea8..cbdbf81b 100644 --- a/appdaemon/config.json +++ b/appdaemon/config.json @@ -14,7 +14,7 @@ }, "map": [ "config:rw", - "shared:rw", + "share:rw", "ssl:rw" ], "options": { @@ -27,4 +27,4 @@ "LOG_FORMAT": "{LEVEL}: {MESSAGE}" }, "image": "hassioaddons/appdaemon-{arch}" -} \ No newline at end of file +}