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

Footer button in vertical stack don't show state #20147

Closed
4 tasks done
vguttmann opened this issue Mar 21, 2024 · 1 comment
Closed
4 tasks done

Footer button in vertical stack don't show state #20147

vguttmann opened this issue Mar 21, 2024 · 1 comment

Comments

@vguttmann
Copy link

vguttmann commented Mar 21, 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

When using buttons in the footer of a horizontal stack, the buttons don't indicate the state of the resource they are switching any more.
Screenshot from 2024-03-21 10-56-16

Describe the behavior you expected

Buttons showing the state of the resource they are switching

Steps to reproduce the issue

  1. Create vertical stack with footer buttons
  2. Observe footer buttons not showing state

What version of Home Assistant Core has the issue?

2024.3.1

What was the last working version of Home Assistant Core?

No response

In which browser are you experiencing the issue with?

Firefox 123.01/App 2024.1.5-full

Which operating system are you using to run this browser?

Ubuntu 20.04/Android 14

State of relevant entities

Entity: switch.fritz_box_7530_wi_fi_fritz_box_gastzugang
State: off
Attributes: 
  icon: mdi:wifi
  friendly_name: FRITZ!Box 7530 Wi-Fi FRITZ!Box Gastzugang
  bssid: DE:15:C8:CF:24:A9
  mac_address_control: false

Entity: switch.fritz_box_7530_wi_fi_wlan_app_149_2_4ghz
State: on
Attributes:
  icon: mdi:wifi
  friendly_name: FRITZ!Box 7530 Wi-Fi WLAN_APP 149 (2.4Ghz)
  standard: n
  bssid: DC:15:C8:CF:24:A9
  mac_address_control: false

Entity: switch.fritz_box_7530_wi_fi_wlan_app_149_5ghz
State: on
Attributes:
  icon: mdi:wifi
  friendly_name: FRITZ!Box 7530 Wi-Fi WLAN_APP 149 (5Ghz)
  standard: ac
  bssid: DC:15:C8:CF:24:AA
  mac_address_control: false

Problem-relevant frontend configuration

- type: vertical-stack
        cards:
          - type: entities
            entities:
              - entity: sensor.fritz_box_7530_upload_speed
              - entity: sensor.fritz_box_7530_download_speed
            footer:
              type: buttons
              entities:
                - entity: switch.fritz_box_7530_wi_fi_wlan_app_149_2_4ghz
                  name: 2,4 GHz
                  action: toggle
                - entity: switch.fritz_box_7530_wi_fi_wlan_app_149_5ghz
                  name: 5 GHz
                  action: toggle
                - entity: switch.fritz_box_7530_wi_fi_fritz_box_gastzugang
                  name: Gastzugang
                  action: toggle

Javascript errors shown in your browser console/inspector

No response

Additional information

No response

@vguttmann vguttmann changed the title Footer buttonsin vertical stack don't show state Footer button in vertical stack don't show state Mar 21, 2024
@karwosts
Copy link
Contributor

Duplicate of #20022

@karwosts karwosts marked this as a duplicate of #20022 Mar 21, 2024
@karwosts karwosts closed this as not planned Won't fix, can't repro, duplicate, stale Mar 21, 2024
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

2 participants