Automations disappeared on Browser <fixed>

Hello

I was looking for some help on troubleshooting automations not appearing in the web UI of home assistant.
I have 32 automations in my automations.yaml file and only 6 of them appear in the web UI. They all seem to be functioning correctly and all of them appear in the mobile version.

Things I’ve noticed:
On desktop my automations appear briefly before all but about 5 disappear.
From the mobile app I can see and edit all automations
I can create a new basic automation and it doesn’t show but if I copy an automation that is showing on web then the new one appears

Example automation that shows up:

- id: '1736729360497'
  alias: kitchen door closed 2
  description: ''
  triggers:
  - type: not_opened
    device_id: 717476632b8ac59e676fcd0dcde9e367
    entity_id: 3623f34d630d15876eeacf64af38d359
    domain: binary_sensor
    trigger: device
  - type: not_opened
    device_id: e93a9e5615768d60f2e6d6f74f14737d
    entity_id: 331b121d04f4171bb64e318ba6196f07
    domain: binary_sensor
    trigger: device
  conditions:
  - condition: sun
    before: sunrise
    after: sunset
  actions:
  - metadata: {}
    data: {}
    target:
      area_id:
      - kitchen
    action: light.turn_on
  mode: single

Example automations that do not show up but continue to work, I’m still getting my doorbell, and the lights still change when the projector changes states.

- id: '1736729237308'
  alias: Test Counter
  description: ''
  triggers:
  - trigger: time
    at: 00:00:00
  conditions: []
  actions:
  - action: counter.increment
    metadata: {}
    data: {}
    target:
      entity_id: counter.test_counter
  mode: single
- id: '1736099915403'
  alias: Door Alert - Kitchen
  description: ''
  triggers:
  - type: opened
    device_id: e93a9e5615768d60f2e6d6f74f14737d
    entity_id: 331b121d04f4171bb64e318ba6196f07
    domain: binary_sensor
    trigger: device
  conditions: []
  actions:
  - action: zha.set_zigbee_cluster_attribute
    metadata: {}
    data:
      ieee: a4:c1:38:3d:f0:60:a8:7e
      endpoint_id: 1
      cluster_id: 6
      value: NeoAlarmMelody.melody_03
      cluster_type: in
      attribute: 1126
  - action: notify.mobile_app_pixel_9_pro_xl
    data:
      message: Front Door
      title: Home Assistant Alert
  mode: single
- id: '1720468089860'
  alias: Living Room - Projector - Paused
  description: ''
  triggers:
  - device_id: ba45d7a7eb4738f74826ec79c5b20b71
    domain: media_player
    entity_id: c73577e6a4ef6f8a883c1b26c0f4f8ee
    type: paused
    for:
      hours: 0
      minutes: 0
      seconds: 5
    trigger: device
  - device_id: c6a3319b0e4b3457fa24babe7052575f
    domain: media_player
    entity_id: e199a8c5d55420945b93beeea3733a53
    type: paused
    for:
      hours: 0
      minutes: 0
      seconds: 5
    trigger: device
  conditions: []
  actions:
  - metadata: {}
    data: {}
    target:
      area_id: living_room
    action: light.turn_on
  mode: single

System logs do not show any error messages about devices or automations.

  • Core2025.1.2
  • Supervisor2024.12.3
  • Operating System14.1
  • Frontend20250109.0

— sometimes it just takes a rubber duck to solve a problem.
I opened a private browsing window and loaded my web UI and suddenly it started working. Note; CTRL-F5 which is supposed to discard any cache didn’t actually work to resolve in my case.

Hopefully this is helpful for anyone else experiencing the problem.
Cheers