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

"remaining" attribute on timer does not update #112798

Open
DHandspikerWade opened this issue Mar 9, 2024 · 4 comments
Open

"remaining" attribute on timer does not update #112798

DHandspikerWade opened this issue Mar 9, 2024 · 4 comments

Comments

@DHandspikerWade
Copy link

The problem

Using the "remaining" attribute on timer entities does not update. With an initial value of 50 minutes and after running for over 10 minutes, dashboard tiles and refreshing the state display in developer tools still shows 50 minutes. Entity card shows the correct time.

What version of Home Assistant Core has the issue?

core-2024.3.0

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant Container

Integration causing the issue

timer

Link to integration documentation on our website

https://www.home-assistant.io/integrations/timer/

Diagnostics information

No response

Example YAML snippet

timer: 
  laundry_dryer:
    name: Dryer
    duration: '00:40:00'
    icon: mdi:washing-machine

Anything in the logs that might be useful for us?

No response

Additional information

Timer was started via a timer.start service call. I let the timer run for over ten minutes without change.

@home-assistant
Copy link

home-assistant bot commented Mar 9, 2024

@breti
Copy link

breti commented Mar 9, 2024

Same as #112573

@tdejneka
Copy link

Not a bug.

The value of the remaining attribute has never updated while the timer entity is active.

@olicooper
Copy link

olicooper commented Apr 26, 2024

This sounds related to my issue...
I have an issue with ESPHome not getting subscription updates for the timer attributes despite other entities receiving an initial attribute update upon subscribing even if the entity attribute has not changed. Are you sure this isn't a bug with HA? I have raised the issue with ESPHome in case it is an ESPHome issue.

Update: Ignore my comment, I had an issue in my own code which stopped it working. 🤦

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

No branches or pull requests

4 participants