Skip to content

Commit

Permalink
no config support
Browse files Browse the repository at this point in the history
  • Loading branch information
grimmpp committed May 14, 2024
1 parent b8fd49a commit 29a259c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/eltako/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ class GatewaySchema(EltakoPlatformSchema):
vol.Required(CONF_BASE_ID): cv.matches_regex(CONF_ID_REGEX),
vol.Optional(CONF_NAME, default=""): cv.string,
vol.Optional(CONF_SERIAL_PATH): cv.string,
vol.Required(CONF_DEVICES): vol.All(vol.Schema({
vol.Optional(CONF_DEVICES): vol.All(vol.Schema({
**BinarySensorSchema.platform_node(),
**LightSchema.platform_node(),
**SwitchSchema.platform_node(),
Expand Down

0 comments on commit 29a259c

Please sign in to comment.