Skip to content

Commit

Permalink
Fix Warning About New Implementation for later versions
Browse files Browse the repository at this point in the history
_enable_turn_on_off_backwards_compatibility = False
  • Loading branch information
kvanbiesen authored May 15, 2024
1 parent bfbeb13 commit 7e314e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions custom_components/rika_firenet/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ async def async_setup_entry(hass, entry, async_add_entities):

class RikaFirenetStoveClimate(RikaFirenetEntity, ClimateEntity):

_enable_turn_on_off_backwards_compatibility = False

@property
def entity_picture(self):
return self._stove.get_status_picture()
Expand Down

0 comments on commit 7e314e9

Please sign in to comment.