robmarkcole / HASS-Deepstack-face

Home Assistant custom component for using Deepstack face recognition
https://community.home-assistant.io/t/face-and-person-detection-with-deepstack-local-and-free/92041
MIT License
218 stars 68 forks source link

Breaking change Home Assistant 2021.12 #60

Closed TheGroundZero closed 2 years ago

TheGroundZero commented 2 years ago

See https://github.com/robmarkcole/HASS-Deepstack-object/pull/261

Logger: homeassistant.helpers.entity
Source: helpers/entity.py:549
First occurred: 13:14:39 (6 occurrences)
Last logged: 13:14:39

    Entity image_processing.deepstack_face_xxxx (<class 'custom_components.deepstack_face.image_processing.FaceClassifyEntity'>) implements device_state_attributes. Please report it to the custom component author.
    [... cut for brevity ...]
    Entity image_processing.deepstack_object_xxx (<class 'custom_components.deepstack_object.image_processing.ObjectClassifyEntity'>) implements device_state_attributes. Please report it to the custom component author.
robmarkcole commented 2 years ago

Do https://github.com/robmarkcole/HASS-Deepstack-object/pull/261 here

TheGroundZero commented 2 years ago

Do robmarkcole/HASS-Deepstack-object#261 here

Will you release an update with this change? So people can update easily via HACS?