Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tile option last-changed does not see position% only open/close #21169

Closed
3 of 4 tasks
Mariusthvdb opened this issue Jun 26, 2024 · 2 comments · Fixed by #21191
Closed
3 of 4 tasks

tile option last-changed does not see position% only open/close #21169

Mariusthvdb opened this issue Jun 26, 2024 · 2 comments · Fixed by #21191

Comments

@Mariusthvdb
Copy link
Contributor

Mariusthvdb commented Jun 26, 2024

Checklist

  • I have updated to the latest available Home Assistant version.
  • I have cleared the cache of my browser.
  • I have tried a different browser to see if it is related to my browser.
  • I have tried reproducing the issue in safe mode to rule out problems with unsupported custom resources.

Describe the issue you are experiencing

as title, the last-changed options does not register the position changes.
I open my cover to 15% closed when warm enough, so the state remains 'open'.

resulting in

Scherm­afbeelding 2024-06-26 om 10 49 20

changing to other positions are reflected in the %alright, but not in the last-changed, which is very inconvenient , because we can not check whether the cover automations have been working correctly. These are screens from a few minutes ago, not from 'eergisteren' (the day before yesterday)

Scherm­afbeelding 2024-06-26 om 10 47 26 Scherm­afbeelding 2024-06-26 om 10 47 44

Describe the behavior you expected

have the last-changed change on position change too

Steps to reproduce the issue

  1. create yaml below

...

What version of Home Assistant Core has the issue?

2024.6.3

What was the last working version of Home Assistant Core?

No response

In which browser are you experiencing the issue with?

all/any

Which operating system are you using to run this browser?

Sonoma 14.5

State of relevant entities

No response

Problem-relevant frontend configuration

type: tile
features:
  - type: cover-open-close
  - type: cover-position
state_content:
  - state
  - current_position
  - last-changed
entity: cover.slaapkamers

Javascript errors shown in your browser console/inspector

No response

Additional information

doing
{{states.cover.slaapkamers.last_updated}}

makes it happen:

Scherm­afbeelding 2024-06-26 om 11 19 00

so, would then be a FR.... #21170

@piitaya
Copy link
Member

piitaya commented Jun 26, 2024

Last changed is only about state, not about attributes. We can of course add last updated to tile card if needed 🙂

@Mariusthvdb
Copy link
Contributor Author

Mariusthvdb commented Jun 26, 2024

That would be magic! Please do so the display of my covers makes more sense ;-)

should I close here and move to the FR/discussion I opened?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants