ScratMan / HASmartThermostat

Smart Thermostat with PID controller for HomeAssistant
336 stars 48 forks source link

Error in HA logs #157

Closed TTLucian closed 1 year ago

TTLucian commented 1 year ago
Logger: homeassistant.helpers.entity
Source: helpers/entity.py:844
First occurred: 20:28:35 (1 occurrences)
Last logged: 20:28:35

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

Duplicate of #149