From 560948f2ac39d75cfe24a822130d451900d07671 Mon Sep 17 00:00:00 2001 From: Max Winterstein Date: Tue, 20 Apr 2021 22:57:50 +0200 Subject: [PATCH] Update config.json --- eufy-ha-mqtt-bridge/config.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/eufy-ha-mqtt-bridge/config.json b/eufy-ha-mqtt-bridge/config.json index 4b8c493..9bcb3cd 100644 --- a/eufy-ha-mqtt-bridge/config.json +++ b/eufy-ha-mqtt-bridge/config.json @@ -38,6 +38,9 @@ "password": "str?", "keepalive": "int?" }, + "home_assistant": { + "off_delay": "int?" + } "log_level": "list(error|warn|info|http|verbose|debug|silly)", "eval": "str?" }, @@ -48,4 +51,4 @@ ], "hassio_role": "default", "hassio_api": true -} \ No newline at end of file +}