Custom element doesn't exist: hui-empty-state-card

I have VDMK installation of HassOS with few initial configurations only but on overview screen I have error

Custom element doesn't exist: hui-empty-state-card.
{
  "type": "custom:hui-empty-state-card"
}

Here is my config

Summary
homeassistant:
  # Name of the location where Home Assistant is running
  name: Home
  # Location required to calculate the time the sun rises and sets
  latitude: 48.1482
  longitude: 17.1067
  # Impacts weather/sunrise data (altitude above sea level in meters)
  elevation: 0
  # metric for Metric, imperial for Imperial
  unit_system: metric
  # Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
  time_zone: Europe/Bratislava
  # Customization file
  customize: !include customize.yaml
  auth_providers:
   - type: legacy_api_password
     api_password: <Fekal7ista>
logger:
  default: debug
  logs:
    homeassistant.components: debug
    homeassistant.components.rfxtrx: debug
    homeassistant.components.device_tracker: debug
    homeassistant.components.camera: debug

# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:

# Show the introduction message on startup.
introduction:

# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
# http:
#   base_url: example.duckdns.org:8123

# Discover some devices automatically
discovery:

# Sensors
sensor:
  # Weather prediction
  - platform: yr

# Text to speech
tts:
  - platform: google

group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml

frontend:
  themes: !include themes.yaml

vacuum:
  - platform: xiaomi_miio
    host: 192.168.1.23
    token: *******
    name: Roborock

sonoff:
  username: ********@gmail.com
  password: ********
  scan_interval: 60
  grace_period: 600
  api_region: 'eu'
1 Like

I have the same, interested time hear what’s wrong…

1 Like

Bump! I’m having this problem as well. Has anyone found a solution?

1 Like

Same problem here!

Look like issue is with GUI …automation is working. Looking for resolution.

Of course, automation from android app works. I tried to install new one and it works without problems until some configuration. When I have more time I will try to debug more.

Same issue

Same issue… I don’t know why.

I just ran my scripts that would install the latest HomeAssistant available and redeploy my configuration.
On startup I have the exact same error as others describe. It was not there before - the configuration worked. So it must be related to the new version, and I have no hint into which direction to look.

Home Assistant is unusable so even though the error is on the overview screen all other screens seem blocked as well.

Is it related to the fact that I do have a Philips Hue installation?

I completely refreshed my browser and now the error message switched to

Home Assistant ran into trouble while loading your configuration and is now running in safe mode. Take a look at the error log to see what went wrong.

When I click the ‘Show Error’ button, the next message is something like ‘There are no new problems’.

Below the ‘no new problems’ message there was a button to show the full logs. Those indicated towards some configuration error. I am investigating now where that might stem from. But after all I have a track that I can follow. Maybe others just need to clean the browser cache and load the UI again to get going?