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

hui-error-card with orange background in Home Assistant 0.118.0 and Firefox 68.1.0 #125

Open
lukastillmann opened this issue Nov 20, 2020 · 2 comments

Comments

@lukastillmann
Copy link

lukastillmann commented Nov 20, 2020

My Home Assistant version: 0.118.0

My lovelace configuration method (GUI or yaml):
yaml

What I am doing:

I use fold-entity-row to hide some of the settings for less regularly used switches/lights/automation. Until updating to 0.118.0 this worked fine in Firefox as well as Chrome.

What I expected to happen:

grafik
(in Chrome 87.0.4280.66)

What happened instead:

grafik
(in Firefox 68.1.0esr (64-Bit)

grafik

Minimal steps to reproduce:

Windows 10, Firefox 68.1.0esr (64-Bit)

# The least ammount of code possible to reproduce my error

type: entities
entities:
  - type: 'custom:fold-entity-row'
    head:
      type: section
      label: Sonstiges
    style: |
      card-mod {
        display: none;
      }    
    open: false
    padding: 0
    entities:
      - switch.stern

# End of code

Error messages from the browser console:

grafik


By putting an X in the boxes ([ ]) below, I indicate that I:

  • [ x] Understand that this is a channel for reporting bugs, not a support forum (https://community.home-assistant.io/).
  • [ x] Have made sure I am using the latest version of the plugin.
  • [ x] Have followed the troubleshooting steps of the "Common Problems" section of https://github.com/thomasloven/hass-config/wiki/Lovelace-Plugins.
  • [ x] Understand that leaving one or more boxes unticked or failure to follow the template above may increase the time required to handle my bug-report, or cause it to be closed without further action.
@lukastillmann lukastillmann changed the title yellow backround and hui-error-card in Home Assistant 0.118.0 and Firefox 68.1.0 hui-error-card with orange background in Home Assistant 0.118.0 and Firefox 68.1.0 Nov 20, 2020
@thomasloven
Copy link
Owner

Is this still an issue?

@mccartyb03
Copy link

It is for me
image

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