diff --git a/zigbee2mqtt-edge/config.json b/zigbee2mqtt-edge/config.json index 27735d6..2a5ef0e 100644 --- a/zigbee2mqtt-edge/config.json +++ b/zigbee2mqtt-edge/config.json @@ -113,7 +113,8 @@ ], "report": "bool?", "homeassistant_discovery_topic": "str?", - "homeassistant_status_topic": "str?" + "homeassistant_status_topic": "str?", + "homeassistant_legacy_triggers": "bool?" }, "queue": { "delay": "int?", diff --git a/zigbee2mqtt/config.json b/zigbee2mqtt/config.json index 729bae8..1399492 100644 --- a/zigbee2mqtt/config.json +++ b/zigbee2mqtt/config.json @@ -129,7 +129,8 @@ ], "report": "bool?", "homeassistant_discovery_topic": "str?", - "homeassistant_status_topic": "str?" + "homeassistant_status_topic": "str?", + "homeassistant_legacy_triggers": "bool?" }, "queue": { "delay": "int?",