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

Missing automations from UI after some time #23749

Open
3 of 4 tasks
marc4s opened this issue Jan 15, 2025 · 0 comments
Open
3 of 4 tasks

Missing automations from UI after some time #23749

marc4s opened this issue Jan 15, 2025 · 0 comments

Comments

@marc4s
Copy link

marc4s commented Jan 15, 2025

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

If i reboot the HA instance all automations are visible in the UI Settings-Automations - see here the UI list after a reboot:

Image
Image
Image
Image
Image
Image
Image
Image
Image
Image
Image

But after some hours the list is almost the half (and yes, not all the time the same automations are missing.
I except this is a UI bug as the core is running still all automations fine and I cannot find any related log entrys for this

Image
Image
Image
Image
Image
Image

an example automation which is missing:

 
- id: '1626892309922'
  alias: GefrierschrankTuerTelegram
  description: ''
  trigger:
  - platform: state
    entity_id:
    - binary_sensor.hmip_swdm_gefrierschrank_00155d899120ae
    to: 'on'
    for:
      hours: 0
      minutes: 2
      seconds: 0
  condition: []
  action:
  - service: notify.ha_telegram_hausstatus
    data:
      title: ACHTUNG
      message: Die Gefrierschranktür ist noch offen
  mode: single

Describe the behavior you expected

listing all automations...

Steps to reproduce the issue

...

What version of Home Assistant Core has the issue?

core-2024.11

What was the last working version of Home Assistant Core?

No response

In which browser are you experiencing the issue?

No response

Which operating system are you using to run this browser?

No response

State of relevant entities

Problem-relevant frontend configuration

Javascript errors shown in your browser console/inspector

Additional information

No response

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

No branches or pull requests

1 participant