Skip to content

Commit

Permalink
Allow to change device for group
Browse files Browse the repository at this point in the history
  • Loading branch information
bramstroker committed Dec 10, 2023
1 parent 3912169 commit 47fb79c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/powercalc/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -1028,6 +1028,7 @@ def _create_group_options_schema(
multiple=True,
),
vol.Optional(CONF_AREA): selector.AreaSelector(),
vol.Optional(CONF_DEVICE): selector.DeviceSelector(),
vol.Optional(
CONF_CREATE_UTILITY_METERS,
default=False,
Expand Down

0 comments on commit 47fb79c

Please sign in to comment.