elupus / hass_nibe

Home Assistant Nibe Uplink Integration
183 stars 54 forks source link

Sensor implements device_state_attributes warning in Home Assistant 2021.12.0 #119

Closed snozzlebert closed 2 years ago

snozzlebert commented 2 years ago

All sensors, water_heater en climate give a warning x implements device_state_attributes. Please report it to the custom component author.

Home Assistant version is 2021.12.0

2021-12-11 21:03:56 WARNING (MainThread) [homeassistant.helpers.entity] Entity sensor.nibe_avg_outdoor_temp (<class 'custom_components.nibe.sensor.NibeSensor'>) implements device_state_attributes. Please report it to the custom component author.
2021-12-11 21:03:56 WARNING (MainThread) [homeassistant.helpers.entity] Entity sensor.nibe_hot_water_charging (<class 'custom_components.nibe.sensor.NibeSensor'>) implements device_state_attributes. Please report it to the custom component author.
2021-12-11 21:03:56 WARNING (MainThread) [homeassistant.helpers.entity] Entity sensor.nibe_hot_water_top (<class 'custom_components.nibe.sensor.NibeSensor'>) implements device_state_attributes. Please report it to the custom component author.
2021-12-11 21:04:05 WARNING (MainThread) [homeassistant.helpers.entity] Entity climate.nibe_s1_supply (<class 'custom_components.nibe.climate.NibeClimateSupply'>) implements device_state_attributes. Please report it to the custom component author.
2021-12-11 21:04:05 WARNING (MainThread) [homeassistant.helpers.entity] Entity water_heater.nibe_hot_water (<class 'custom_components.nibe.water_heater.NibeWaterHeater'>) implements device_state_attributes. Please report it to the custom component author.
elupus commented 2 years ago

Has been fixed