Skip to content

Commit

Permalink
Revert "Add ember adapter Koenkk/zigbee-herdsman#918"
Browse files Browse the repository at this point in the history
This reverts commit eb66e0a.
  • Loading branch information
rw-django-fan-2020 committed Apr 18, 2024
1 parent 87c4cf3 commit 33fbd72
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|ember)?",
"adapter": "match(zstack|deconz|zigate|ezsp)?",
"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|ember)?",
"adapter": "match(zstack|deconz|zigate|ezsp)?",
"baudrate": "int?",
"rtscts": "bool?"
}
Expand Down

0 comments on commit 33fbd72

Please sign in to comment.