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

Colors are not hidden while entity is unavaliable #34

Closed
peetereczek opened this issue Dec 19, 2020 · 2 comments
Closed

Colors are not hidden while entity is unavaliable #34

peetereczek opened this issue Dec 19, 2020 · 2 comments

Comments

@peetereczek
Copy link

In my opinion block of colours should be hided, while light entity is unavaliable (not only while off):

image

My setting:
type: entities
entities:

  • entity: light.living_room_rgb
  • type: 'custom:rgb-light-card'
    entity: light.living_room_rgb
    justify: center
    hide_when_off: true
    colors:
    • rgb_color:
      • 255
      • 0
      • 0
        brightness: 200
        label: Czerw
    • rgb_color:
      • 0
      • 0
      • 255
        brightness: 200
        label: Bieski
    • rgb_color:
      • 0
      • 255
      • 0
        brightness: 200
        label: Zielony
@peetereczek peetereczek changed the title Colors are not hided while entity is unavaliable Colors are not hidden while entity is unavaliable Dec 20, 2020
@bokub
Copy link
Owner

bokub commented Dec 23, 2020

Yep, I'm having the same issue. I'll fix it when I'll have some free time 👍

@bokub
Copy link
Owner

bokub commented Apr 21, 2021

Fixed in 1.8.0 🎉

@bokub bokub closed this as completed Apr 21, 2021
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