ZacheryThomas / homeassistant-smartrent

Home Assistant Custom Component for SmartRent Locks 🔐, Thermostats 🌡, Sensors 💧 and Switches💡
MIT License
84 stars 3 forks source link

Issue in home assistant logs - ClimateEntityFeature #29

Closed sam2332 closed 3 months ago

sam2332 commented 3 months ago

Logger: homeassistant.components.climate Source: components/climate/init.py:365 integration: Climate (documentation, issues) First occurred: 9:42:27 AM (1 occurrences) Last logged: 9:42:27 AM

Entity None (<class 'custom_components.smartrent.climate.SmartrentThermostat'>) implements HVACMode(s): heat, cool, off, heat_cool and therefore implicitly supports the turn_on/turn_off methods without setting the proper ClimateEntityFeature. Please create a bug report at https://github.com/ZacheryThomas/homeassistant-smartrent/issues

ZacheryThomas commented 3 months ago

This appears to be the same warning found in this issue: https://github.com/ZacheryThomas/homeassistant-smartrent/issues/24

Gonna close this one out in favor of tracking the progress at the original issue