sHedC / homeassistant-mastertherm

Home Assistant Mastertherm Component, to communicate and control heat pumps from Mastertherm
MIT License
6 stars 2 forks source link

Entity domestic_hot_water_control is not setting the proper ClimateEntityFeature #178

Closed sHedC closed 5 months ago

sHedC commented 7 months ago

System Health details

NA Can't find but version is 2024.2.0 and health is good

Checklist

Describe the issue

Warning in Logs:

Logger: homeassistant.components.climate Source: components/climate/init.py:354 Integration: Climate (documentation, issues) First occurred: 8 February 2024 at 11:07:38 (1 occurrences) Last logged: 8 February 2024 at 11:07:38

Entity climate.mt_1_1_domestic_hot_water_control (<class 'custom_components.mastertherm.climate.MasterthermClimate'>) implements HVACMode(s): off, auto and therefore implicitly supports the turn_on/turn_off methods without setting the proper ClimateEntityFeature. Please create a bug report at https://github.com/shedc/homeassistant-mastertherm/issues

Logger: homeassistant.components.sensor Source: components/sensor/init.py:396 Integration: Sensor (documentation, issues) First occurred: 8 February 2024 at 11:07:38 (4 occurrences) Last logged: 8 February 2024 at 11:07:38

<class 'custom_components.mastertherm.sensor.MasterthermSensor'> sets an invalid suggested_unit_of_measurement. Please create a bug report at https://github.com/shedc/homeassistant-mastertherm/issues. This warning will become an error in Home Assistant Core 2024.5

Reproduction steps

N/A

Logs

2024-02-08 11:07:38.595 WARNING (MainThread) [homeassistant.components.sensor] <class 'custom_components.mastertherm.sensor.MasterthermSensor'> sets an invalid suggested_unit_of_measurement. Please create a bug report at https://github.com/shedc/homeassistant-mastertherm/issues. This warning will become an error in Home Assistant Core 2024.5
2024-02-08 11:07:38.596 WARNING (MainThread) [homeassistant.components.sensor] <class 'custom_components.mastertherm.sensor.MasterthermSensor'> sets an invalid suggested_unit_of_measurement. Please create a bug report at https://github.com/shedc/homeassistant-mastertherm/issues. This warning will become an error in Home Assistant Core 2024.5
2024-02-08 11:07:38.597 WARNING (MainThread) [homeassistant.components.sensor] <class 'custom_components.mastertherm.sensor.MasterthermSensor'> sets an invalid suggested_unit_of_measurement. Please create a bug report at https://github.com/shedc/homeassistant-mastertherm/issues. This warning will become an error in Home Assistant Core 2024.5
2024-02-08 11:07:38.597 WARNING (MainThread) [homeassistant.components.sensor] <class 'custom_components.mastertherm.sensor.MasterthermSensor'> sets an invalid suggested_unit_of_measurement. Please create a bug report at https://github.com/shedc/homeassistant-mastertherm/issues. This warning will become an error in Home Assistant Core 2024.5
2024-02-08 11:07:38.605 WARNING (MainThread) [homeassistant.components.climate] Entity climate.mt_1_1_domestic_hot_water_control (<class 'custom_components.mastertherm.climate.MasterthermClimate'>) implements HVACMode(s): off, auto and therefore implicitly supports the turn_on/turn_off methods without setting the proper ClimateEntityFeature. Please create a bug report at https://github.com/shedc/homeassistant-mastertherm/issues

Diagnostics dump, if available

N/A

sHedC commented 6 months ago

Fixed in Next Release