Lektrico / ha_lektrico

Manage your Lektrico EV Charger
MIT License
14 stars 4 forks source link

Deprecated NumberEntity #4

Closed rechin304 closed 1 year ago

rechin304 commented 1 year ago

Logger: homeassistant.components.number Source: components/number/init.py:462

Entity None (<class 'custom_components.lektrico_custom.number.LektricoNumber'>) is using deprecated NumberEntity features which will be unsupported from Home Assistant Core 2022.10, please report it to the custom component author.

mtarjoianu commented 1 year ago

Thank you. Solved in release 1.1.8.

rechin304 commented 1 year ago

Unfortunately is still shown there

Logger: homeassistant.components.number Source: components/number/init.py:534 Integration: Number (documentation, issues) First occurred: 6:52:40 AM (3 occurrences) Last logged: 6:52:40 AM

Entity None (<class 'custom_components.lektrico_custom.number.LektricoNumber'>) is using deprecated NumberEntity features which will be unsupported from Home Assistant Core 2022.10, please report it to the custom integration author.

mtarjoianu commented 1 year ago

Please try to verify the version of the integration like this:

  1. settings -> add-ons -> add-on store -> File editor -> install -> put "Show in sidebar" on ON -> start
  2. settings -> system -> press Restart (from top right)
  3. in the left part, under History and above HACS you will have "File editor"
  4. file editor => press "Browse Filesystem" (it's a folder icon top left)
  5. go to /config/custom_components/

image

  1. go to /config/custom_components/lektrico and open manifest.json
  2. you shoud see there "version": "1.1.9"
rechin304 commented 1 year ago

Version is correct. What is also need to be done is to remove integration and add again, then error disappear.