Skip to content

Commit

Permalink
Add ember adapter Koenkk/zigbee-herdsman#918
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Feb 19, 2024
1 parent 83ad029 commit eb66e0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion zigbee2mqtt-edge/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
},
"serial": {
"port": "str?",
"adapter": "match(zstack|deconz|zigate|ezsp)?",
"adapter": "match(zstack|deconz|zigate|ezsp|ember)?",
"baudrate": "int?",
"rtscts": "bool?"
}
Expand Down
2 changes: 1 addition & 1 deletion zigbee2mqtt/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
},
"serial": {
"port": "str?",
"adapter": "match(zstack|deconz|zigate|ezsp)?",
"adapter": "match(zstack|deconz|zigate|ezsp|ember)?",
"baudrate": "int?",
"rtscts": "bool?"
}
Expand Down

0 comments on commit eb66e0a

Please sign in to comment.