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 +}