Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Swamp-Ig committed Aug 22, 2024
1 parent 4e3bd55 commit d9165ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions homeassistant/components/izone/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,9 @@ def __init__(self, controller: ControllerDevice, zone: Zone) -> None:
"""Initialise ZoneDevice."""
self._controller = controller
self._zone = zone
self._attr_supported_features = (
ClimateEntityFeature.TURN_OFF | ClimateEntityFeature.TURN_ON
)

if zone.type != Zone.Type.AUTO:
self._state_to_pizone = {
Expand Down

0 comments on commit d9165ed

Please sign in to comment.