Skip to content

Commit

Permalink
Merge pull request #228 from ocrease/RepeaterRemove
Browse files Browse the repository at this point in the history
Fixed the name of the button to remove a repeater
  • Loading branch information
MindrustUK authored Dec 19, 2024
2 parents 25b6827 + d3dfd88 commit 0df45a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/heatmiserneo/button.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ async def async_remove_repeater(entity: HeatmiserNeoEntity):
HeatmiserNeoButtonEntityDescription(
key="heatmiser_repeater_remove",
entity_category=EntityCategory.DIAGNOSTIC,
name="Remove",
setup_filter_fn=lambda device, _: (
device.device_type in HEATMISER_TYPE_IDS_REPEATER
),
Expand Down

0 comments on commit 0df45a4

Please sign in to comment.