Skip to content

Commit

Permalink
Added missing enabled filter for timer binary sensor (though actually…
Browse files Browse the repository at this point in the history
… not required because timers are always programmable)
  • Loading branch information
ocrease committed Dec 17, 2024
1 parent b194db3 commit 6cf747b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions custom_components/heatmiserneo/binary_sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
HeatmiserNeoEntityDescription,
HeatmiserNeoHubEntity,
HeatmiserNeoHubEntityDescription,
profile_sensor_enabled_by_default,
)
from .helpers import profile_level

Expand Down Expand Up @@ -187,6 +188,7 @@ class HeatmiserNeoHubBinarySensorEntityDescription(
device.device_type in HEATMISER_TYPE_IDS_THERMOSTAT_NOT_HC
and device.time_clock_mode
),
enabled_by_default_fn=profile_sensor_enabled_by_default,
),
)

Expand Down

0 comments on commit 6cf747b

Please sign in to comment.