I've just recently started getting this error in the logs:
Logger: homeassistant.helpers.entity
Source: helpers/entity.py:574
First occurred: 3:00:19 PM (6 occurrences)
Last logged: 3:00:19 PM
Entity switch.north_fan_motion (<class 'custom_components.senseme.switch.HASensemeSwitch'>) implements device_state_attributes. Please report it to the custom component author.
Entity fan.north_fan_2 (<class 'custom_components.senseme.fan.HASensemeFan'>) implements device_state_attributes. Please report it to the custom component author.
Entity fan.south_fan_2 (<class 'custom_components.senseme.fan.HASensemeFan'>) implements device_state_attributes. Please report it to the custom component author.
Entity switch.south_fan_sleep_mode (<class 'custom_components.senseme.switch.HASensemeSwitch'>) implements device_state_attributes. Please report it to the custom component author.
Entity switch.south_fan_motion (<class 'custom_components.senseme.switch.HASensemeSwitch'>) implements device_state_attributes. Please report it to the custom component author.
and as a side note, although switch.north_fan doesn't exist anymore, only fan.north_fan_2, it's still spitting out an error, and I can't see it under entities, or states et cetera. Is there some way to delete it permanently?
Hi there,
I've just recently started getting this error in the logs:
Logger: homeassistant.helpers.entity Source: helpers/entity.py:574 First occurred: 3:00:19 PM (6 occurrences) Last logged: 3:00:19 PM
Entity switch.north_fan_motion (<class 'custom_components.senseme.switch.HASensemeSwitch'>) implements device_state_attributes. Please report it to the custom component author. Entity fan.north_fan_2 (<class 'custom_components.senseme.fan.HASensemeFan'>) implements device_state_attributes. Please report it to the custom component author. Entity fan.south_fan_2 (<class 'custom_components.senseme.fan.HASensemeFan'>) implements device_state_attributes. Please report it to the custom component author. Entity switch.south_fan_sleep_mode (<class 'custom_components.senseme.switch.HASensemeSwitch'>) implements device_state_attributes. Please report it to the custom component author. Entity switch.south_fan_motion (<class 'custom_components.senseme.switch.HASensemeSwitch'>) implements device_state_attributes. Please report it to the custom component author.
and as a side note, although switch.north_fan doesn't exist anymore, only fan.north_fan_2, it's still spitting out an error, and I can't see it under entities, or states et cetera. Is there some way to delete it permanently?
Thank you