zacs / ha-dualmodegeneric

Generic thermostat capable of heating and cooling
68 stars 26 forks source link

'CONF_FEELS_LIKE' is not defined #22

Closed danps1 closed 3 years ago

danps1 commented 3 years ago

Hi,

Since updating to version 7670e6c, when attempting to restart HA Core, I get the following failure...

Failed to call service homeassistant/restart. name 'CONF_FEELS_LIKE' is not defined

I fixed it by commenting out line 107 in climate.py like...

# vol.Optional(CONF_FEELS_LIKE): cv.boolean,

Thanks

Dan

zacs commented 3 years ago

Thanks much for catching quickly!