From 0d1782bfd071bab80999cfa7db4cdfac463b8ce1 Mon Sep 17 00:00:00 2001 From: Timoline Date: Mon, 8 Feb 2021 06:34:58 +0100 Subject: [PATCH] Update settings.schema.json (#6166) * Update settings.schema.json Added missing settings legacy_api and homeassistant_legacy_triggers * Update settings.schema.json Removed legacy_api, it was already in --- lib/util/settings.schema.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/util/settings.schema.json b/lib/util/settings.schema.json index b9eabab54..f04c20ccd 100644 --- a/lib/util/settings.schema.json +++ b/lib/util/settings.schema.json @@ -440,6 +440,12 @@ "requiresRestart": true, "description": "Use IKEA TRADFRI OTA test server, see OTA updates documentation", "default": false + }, + "homeassistant_legacy_triggers": { + "type": "boolean", + "title": "Home Assistant legacy triggers", + "description": "Home Assistant legacy triggers, when enabled Zigbee2mqt will send an empty 'action' or 'click' after one has been send. A 'sensor_action' and 'sensor_click' will be discoverd", + "default": true } } },