Shelly OTA update button unavailable
The problem
Currently the integration of Shelly does not allow to update by OTA or detect that they have a viable update.
What version of Home Assistant Core has the issue?
Home Assistant 2022.10.5
What was the last working version of Home Assistant Core?
NC
What type of installation are you running?
Home Assistant OS
Integration causing the issue
Shelly
Link to integration documentation on our website
https://www.home-assistant.io/integrations/shelly
Diagnostics information
https://ibb.co/GRgZ4Gz
Inaccessible from home assistant
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
It may not be a problem and I'm not aware of it. If so, what was the reason for removing this feature?
Hey there @balloob, @bieniu, @thecode, @chemelli74, mind taking a look at this issue as it has been labeled with an integration (shelly) you are listed as a code owner for? Thanks!
Code owner commands
Code owners of shelly can trigger bot actions by commenting:
-
@home-assistant closeCloses the issue. -
@home-assistant rename Awesome new titleChange the title of the issue. -
@home-assistant unassign shellyRemoves the current integration label and assignees on the issue, add the integration domain after the command.
(message by CodeOwnersMention)
shelly documentation shelly source (message by IssueLinks)
The sensor in your linked picture was changed to use an update sensor in https://github.com/home-assistant/core/pull/78305, unfortunately the migration is broken so the legacy sensor is not removed.
On the same place go to settings and you can remove the entity:
After this entity is removed you can enable the update entities:

https://ibb.co/4FBH6zK
Cool! Ok, now I understand. The OTA entity was scrapped as there is a new entity for the enhanced update.