Skip to content

Commit

Permalink
Expose CONF_DEVICE_BAUDRATE for dependent applications (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
puddly authored Nov 25, 2023
1 parent f9cb602 commit e4c624a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bellows/config/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import voluptuous as vol
from zigpy.config import ( # noqa: F401 pylint: disable=unused-import
CONF_DEVICE,
CONF_DEVICE_BAUDRATE,
CONF_DEVICE_PATH,
CONF_NWK,
CONF_NWK_CHANNEL,
Expand Down

0 comments on commit e4c624a

Please sign in to comment.