Fix BroadlinkThermostat inheritance order (#110927)
fix BroadlinkThermostat inheritance order
This commit is contained in:
parent
fd1f712d67
commit
03e8482aa9
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ async def async_setup_entry(
|
|||
async_add_entities([BroadlinkThermostat(device)])
|
||||
|
||||
|
||||
class BroadlinkThermostat(ClimateEntity, BroadlinkEntity):
|
||||
class BroadlinkThermostat(BroadlinkEntity, ClimateEntity):
|
||||
"""Representation of a Broadlink Hysen climate entity."""
|
||||
|
||||
_attr_has_entity_name = True
|
||||
|
|
Loading…
Add table
Reference in a new issue