All customcards, which are bundled in integrations stopped working. Message like:
Custom element doesn’t exist: alarmo-card
appears. Integrations defined in configuration.yaml are unaffected. This started probably with HASS 2026.8.
Browser logs:
Uncaught (in promise) Error: Custom element not found: philips-shaver-card
gh create-element-base.ts:342 create-element-base.ts:342:22
Uncaught (in promise) Error: Custom element not found: smart-irrigation-zones-card
gh create-element-base.ts:342
I use several custom cards. Some are defined in configuration.yaml e.g.:
lovelace:
resource_mode: yaml
dashboards:
lovelace:
mode: yaml
filename: ui-lovelace.yaml
title: Overview
icon: mdi:view-dashboard
show_in_sidebar: true
resources:
#https://github.com/thomasloven/lovelace-card-tools
- url: /local/customcards/card-tools.js
type: module
# #https://github.com/custom-cards/tracker-card
# - url: /local/customcards/tracker-card.js?track=true
# #- url: /customcards/tracker-card.js
# type: module
And some are integrated in integration (e.g. alarmo, smart-irrigation, philips-shaver-card). I am not using HACS, I install all integrations and custom cards manually.
I tried to restart HASS, change browser, hard refresh browser, anonymous mode, log checking…