I followed the instructions in this video:
The problem is that the example floorplan does not appear in the overview:
configuration.yaml
`
Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
Uncomment this if you are using SSL/TLS, running in Docker container, etc.
http:
base_url: example.duckdns.org:8123
Text to speech
tts:
- platform: google_translate
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
Enables the frontend
frontend:
extra_html_url:
- /local/custom_ui/state-card-floorplan.html
panel_custom:
- name: floorplan
sidebar_title: Floorplan
sidebar_icon: mdi:home
url_path: floorplan
config: !include floorplan.yaml`
customize.yaml
binary_sensor.floorplan: custom_ui_state_card: state-card-floorplan config: !include floorplan.yaml
customize.yaml
binary_sensor.floorplan: custom_ui_state_card: state-card-floorplan config: !include floorplan.yaml