ScratMan / HASmartThermostat

Smart Thermostat with PID controller for HomeAssistant
352 stars 50 forks source link

Warning in HA logs #153

Closed TTLucian closed 1 year ago

TTLucian commented 1 year ago

Logger: homeassistant.helpers.entity Source: helpers/entity.py:845 First occurred: 19:37:18 (1 occurrences) Last logged: 19:37:18

Entity climate.heating (<class 'custom_components.smart_thermostat.climate.SmartThermostat'>) is using self.async_update_ha_state(), without enabling force_update. Instead it should use self.async_write_ha_state(), please report it to the custom integration author.

ScratMan commented 1 year ago

Already fixed by #152 for next release.