home-assistant / frontend

:lollipop: Frontend for Home Assistant
https://demo.home-assistant.io
Other
3.95k stars 2.67k forks source link

Name and Icons are not rendered for data entry flow sections #21378

Open basbruss opened 1 month ago

basbruss commented 1 month ago

Checklist

Describe the issue you are experiencing

The UI does not show any name or icon set by the newly introduced data entry flows introduced with core-2024.7.0.

image

Describe the behavior you expected

I expected to see the name of the section accompanied by an icon set in icons.json

Steps to reproduce the issue

  1. configure kitchen_sink
  2. click on configure on the integrations' page
  3. ...

What version of Home Assistant Core has the issue?

2024.7.2

What was the last working version of Home Assistant Core?

No response

In which browser are you experiencing the issue with?

No response

Which operating system are you using to run this browser?

No response

State of relevant entities

No response

Problem-relevant frontend configuration

No response

Javascript errors shown in your browser console/inspector

No response

Additional information

No response

karwosts commented 1 month ago

Related: https://github.com/home-assistant/core/issues/121110

I did discuss this briefly with Bram on discord and there seems to have been a miscommunication between frontend and backend about how this would work. He claimed he would look into it.