Skip to content

Commit

Permalink
remove trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
cyril committed Feb 9, 2024
1 parent 52e1dc5 commit 7ec2fcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/deltadore_tydom/ha_entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -610,8 +610,8 @@ def __init__(self, device: TydomBoiler, hass) -> None:
self._enable_turn_on_off_backwards_compatibility = False
self._attr_supported_features = (
self._attr_supported_features
| ClimateEntityFeature.TARGET_TEMPERATURE
| ClimateEntityFeature.TURN_OFF
| ClimateEntityFeature.TARGET_TEMPERATURE
| ClimateEntityFeature.TURN_OFF
| ClimateEntityFeature.TURN_ON
)

Expand Down

0 comments on commit 7ec2fcc

Please sign in to comment.