You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HA 2021.12 updates the sensor mechanism so i guess update needs to be backported :
device_state_attributes has been deprecated and replaced with extra_state_attributes
2021-12-15 20:15:10 WARNING (MainThread) [homeassistant.helpers.entity] Entity binary_sensor.ibiza_parking_light (<class 'custom_components.seatconnect.binary_sensor.SeatBinarySensor'>) implements device_state_attributes. Please report it to the custom component author.
2021-12-15 20:15:10 WARNING (MainThread) [homeassistant.helpers.entity] Entity binary_sensor.ibiza_doors_locked (<class 'custom_components.seatconnect.binary_sensor.SeatBinarySensor'>) implements device_state_attributes. Please report it to the custom component author.
2021-12-15 20:15:10 WARNING (MainThread) [homeassistant.helpers.entity] Entity binary_sensor.ibiza_door_closed_left_front (<class 'custom_components.seatconnect.binary_sensor.SeatBinarySensor'>) implements device_state_attributes. Please report it to the custom component author.
2021-12-15 20:15:10 WARNING (MainThread) [homeassistant.helpers.entity] Entity binary_sensor.ibiza_door_closed_right_front (<class 'custom_components.seatconnect.binary_sensor.SeatBinarySensor'>) implements device_state_attributes. Please report it to the custom component author.
2021-12-15 20:15:10 WARNING (MainThread) [homeassistant.helpers.entity] Entity binary_sensor.ibiza_door_closed_left_back (<class 'custom_components.seatconnect.binary_sensor.SeatBinarySensor'>) implements device_state_attributes. Please report it to the custom component author.
2021-12-15 20:15:10 WARNING (MainThread) [homeassistant.helpers.entity] Entity binary_sensor.ibiza_door_closed_right_back (<class 'custom_components.seatconnect.binary_sensor.SeatBinarySensor'>) implements device_state_attributes. Please report it to the custom component author.
2021-12-15 20:15:10 WARNING (MainThread) [homeassistant.helpers.entity] Entity binary_sensor.ibiza_trunk_locked (<class 'custom_components.seatconnect.binary_sensor.SeatBinarySensor'>) implements device_state_attributes. Please report it to the custom component author.
2021-12-15 20:15:10 WARNING (MainThread) [homeassistant.helpers.entity] Entity binary_sensor.ibiza_trunk_closed (<class 'custom_components.seatconnect.binary_sensor.SeatBinarySensor'>) implements device_state_attributes. Please report it to the custom component author.
2021-12-15 20:15:10 WARNING (MainThread) [homeassistant.helpers.entity] Entity binary_sensor.ibiza_hood_closed (<class 'custom_components.seatconnect.binary_sensor.SeatBinarySensor'>) implements device_state_attributes. Please report it to the custom component author.
2021-12-15 20:15:10 WARNING (MainThread) [homeassistant.helpers.entity] Entity binary_sensor.ibiza_windows_closed (<class 'custom_components.seatconnect.binary_sensor.SeatBinarySensor'>) implements device_state_attributes. Please report it to the custom component author.
2021-12-15 20:15:10 WARNING (MainThread) [homeassistant.helpers.entity] Entity binary_sensor.ibiza_window_closed_left_front (<class 'custom_components.seatconnect.binary_sensor.SeatBinarySensor'>) implements device_state_attributes. Please report it to the custom component author.
2021-12-15 20:15:10 WARNING (MainThread) [homeassistant.helpers.entity] Entity binary_sensor.ibiza_window_closed_left_back (<class 'custom_components.seatconnect.binary_sensor.SeatBinarySensor'>) implements device_state_attributes. Please report it to the custom component author.
2021-12-15 20:15:10 WARNING (MainThread) [homeassistant.helpers.entity] Entity binary_sensor.ibiza_window_closed_right_front (<class 'custom_components.seatconnect.binary_sensor.SeatBinarySensor'>) implements device_state_attributes. Please report it to the custom component author.
2021-12-15 20:15:10 WARNING (MainThread) [homeassistant.helpers.entity] Entity binary_sensor.ibiza_window_closed_right_back (<class 'custom_components.seatconnect.binary_sensor.SeatBinarySensor'>) implements device_state_attributes. Please report it to the custom component author.
Regards
The text was updated successfully, but these errors were encountered:
Hello,
HA 2021.12 updates the sensor mechanism so i guess update needs to be backported :
device_state_attributes has been deprecated and replaced with extra_state_attributes
Regards
The text was updated successfully, but these errors were encountered: