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'