core icon indicating copy to clipboard operation
core copied to clipboard

Shelly OTA update button unavailable

Open FoxyCTG21 opened this issue 3 years ago • 2 comments

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?

FoxyCTG21 avatar Oct 24 '22 10:10 FoxyCTG21

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 close Closes the issue.
  • @home-assistant rename Awesome new title Change the title of the issue.
  • @home-assistant unassign shelly Removes 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)

home-assistant[bot] avatar Oct 24 '22 10:10 home-assistant[bot]

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: image After this entity is removed you can enable the update entities: image

thecode avatar Oct 24 '22 10:10 thecode

https://ibb.co/4FBH6zK

Cool! Ok, now I understand. The OTA entity was scrapped as there is a new entity for the enhanced update.

FoxyCTG21 avatar Oct 24 '22 22:10 FoxyCTG21