Skip to content

Commit

Permalink
Add advanced setting homeassistant_legacy_triggers (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
apeeters authored Sep 8, 2020
1 parent 6e2bf4d commit 9dffa4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion zigbee2mqtt-edge/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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?",
Expand Down
3 changes: 2 additions & 1 deletion zigbee2mqtt/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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?",
Expand Down

0 comments on commit 9dffa4c

Please sign in to comment.