Fix eq3btsmart (#25238)
This commit is contained in:
parent
75ad5f8c9e
commit
e13e4376f8
1 changed files with 2 additions and 2 deletions
|
@ -66,9 +66,9 @@ def setup_platform(hass, config, add_entities, discovery_info=None):
|
|||
|
||||
for name, device_cfg in config[CONF_DEVICES].items():
|
||||
mac = device_cfg[CONF_MAC]
|
||||
devices.append(EQ3BTSmartThermostat(mac, name), True)
|
||||
devices.append(EQ3BTSmartThermostat(mac, name))
|
||||
|
||||
add_entities(devices)
|
||||
add_entities(devices, True)
|
||||
|
||||
|
||||
class EQ3BTSmartThermostat(ClimateDevice):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue