mirror of
https://github.com/home-assistant/core.git
synced 2025-11-12 20:40:18 +00:00
Remove _enable_turn_on_off_backwards_compatibility T-Z (#132423)
This commit is contained in:
@@ -462,7 +462,6 @@ async def test_sync_toggle(hass: HomeAssistant) -> None:
|
||||
class MockClimateEntityTest(MockClimateEntity):
|
||||
"""Mock Climate device."""
|
||||
|
||||
_enable_turn_on_off_backwards_compatibility = False
|
||||
_attr_supported_features = (
|
||||
ClimateEntityFeature.TURN_OFF | ClimateEntityFeature.TURN_ON
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user