phrz / lg-washer-dryer-card

Lovelace cards for use with the Home Assistant LG ThinQ Integration
MIT License
298 stars 56 forks source link

How do I remove this error logo from the cards? I don't have any errors with the integration so not sure why they're there. #20

Closed claytonaphillips1 closed 1 year ago

claytonaphillips1 commented 1 year ago
image image
NightMean commented 1 year ago

Check for your entity sensor.washer_time_display. I had to change mine to my remaining time entity ID.

type: state-label
        entity: sensor.washer_time_display
        style:
          color: '#8df427'
          font-family: segment7
          font-size: 50px
          left: 95%
          top: 74%
          transform: 'translate(-100%,-50%)'
claytonaphillips1 commented 1 year ago

Thanks for the response @NightMean! Looks like the issue was the sensor.blank line. Not sure why that was in the YAML code but I removed it and now it's working. Thank you!

NightMean commented 1 year ago

Thanks for the response @NightMean! Looks like the issue was the sensor.blank line. Not sure why that was in the YAML code but I removed it and now it's working. Thank you!

The sensor.blank is used just as a placeholder. That sections just shows a gray 7 segment display behind the actual timer. You don't really need it as I assume it's only used for better visuals.

I've changed the location of mine so you can see what exactly it is. image