Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The status of entities as buttons is not shown on the dashboard. #20166

Closed
3 of 4 tasks
mcv93us opened this issue Mar 22, 2024 · 1 comment
Closed
3 of 4 tasks

The status of entities as buttons is not shown on the dashboard. #20166

mcv93us opened this issue Mar 22, 2024 · 1 comment

Comments

@mcv93us
Copy link

mcv93us commented Mar 22, 2024

Checklist

  • I have updated to the latest available Home Assistant version.
  • I have cleared the cache of my browser.
  • I have tried a different browser to see if it is related to my browser.
  • I have tried reproducing the issue in safe mode to rule out problems with unsupported custom resources.

Describe the issue you are experiencing

After updating to the latest version of HA 2024.3.3 I noticed that the status of the entities was no longer shown.
Previously the active entity was shown like this:
image1
Now it's like this:
image2

Describe the behavior you expected

I expect that when I turn a button on/off the icon showing the on/off status will color.

Steps to reproduce the issue

  1. Create a new tab and paste the code below.

type: entities
entities:

  • type: buttons
    entities:
    • entity: switch.desktop_pc
      name: Desktop PC On/Off
      icon: hass:power
    • entity: light.strip_led_tv
      name: Strip Led On/Off
      icon: hass:power
    • entity: switch.stereo_onoff
      name: Stereo On/Off
      icon: hass:power
    • entity: switch.tv_onoff
      name: TV On/Off
      icon: hass:power
      show_header_toggle: false
      state_color: true

What version of Home Assistant Core has the issue?

2024.3.3

What was the last working version of Home Assistant Core?

2024.2.5

In which browser are you experiencing the issue with?

Google Chrome 123.0.6312.59 a 64 bit

Which operating system are you using to run this browser?

Windows 10 Home 22H2 (19045.4170)

State of relevant entities

Entities: switch.desktop_pc
State: on
Attributes:
icon: mdi:desktop-tower
friendly_name: Desktop PC

Problem-relevant frontend configuration

No response

Javascript errors shown in your browser console/inspector

No response

Additional information

No response

@ildar170975
Copy link
Contributor

Duplicate #20022
Suggest to use search before posting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants