mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Fix BroadlinkThermostat inheritance order (#110927)
fix BroadlinkThermostat inheritance order
This commit is contained in:
parent
fd1f712d67
commit
03e8482aa9
@ -30,7 +30,7 @@ async def async_setup_entry(
|
|||||||
async_add_entities([BroadlinkThermostat(device)])
|
async_add_entities([BroadlinkThermostat(device)])
|
||||||
|
|
||||||
|
|
||||||
class BroadlinkThermostat(ClimateEntity, BroadlinkEntity):
|
class BroadlinkThermostat(BroadlinkEntity, ClimateEntity):
|
||||||
"""Representation of a Broadlink Hysen climate entity."""
|
"""Representation of a Broadlink Hysen climate entity."""
|
||||||
|
|
||||||
_attr_has_entity_name = True
|
_attr_has_entity_name = True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user