Skip to content

Commit

Permalink
Fix wrong merge
Browse files Browse the repository at this point in the history
  • Loading branch information
BenPru committed Dec 15, 2022
1 parent 8b6041d commit e4391f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom_components/luxtronik/binary_sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
DOMAIN,
LOGGER,
LUX_BINARY_SENSOR_ADDITIONAL_CIRCULATION_PUMP,
LUX_BINARY_SENSOR_CIRCULATION_PUMP_DOMESTIC_WATER,
LUX_BINARY_SENSOR_CIRCULATION_PUMP_HEATING,
LUX_BINARY_SENSOR_EVU_UNLOCKED,
LUX_BINARY_SENSOR_SOLAR_PUMP
Expand Down Expand Up @@ -332,7 +333,7 @@ def __init__(
entity_category: ENTITY_CATEGORIES = None,
invert_state: bool = False,
icon_off: str = None,
entity_registry_enabled_default = True,
entity_registry_enabled_default: bool = True,
*args: Any,
**kwargs: Any,
) -> None:
Expand Down

0 comments on commit e4391f1

Please sign in to comment.