Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/zigpy/bellows
Browse files Browse the repository at this point in the history
  • Loading branch information
Adminiuga committed Sep 5, 2020
2 parents 4ba3615 + 1ce913d commit 3d12700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bellows/ezsp/v4/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
vol.Optional(c.CONFIG_MAX_HOPS.name): vol.All(int, vol.Range(min=0, max=30)),
#
# The maximum number of end device children that a router will support
vol.Optional(c.CONFIG_MAX_END_DEVICE_CHILDREN.name, default=24): vol.All(
vol.Optional(c.CONFIG_MAX_END_DEVICE_CHILDREN.name, default=32): vol.All(
int, vol.Range(min=0, max=32)
),
#
Expand Down

0 comments on commit 3d12700

Please sign in to comment.