Clooos / Bubble-Card

Bubble Card is a minimalist card collection for Home Assistant with a nice pop-up touch.
MIT License
1.44k stars 39 forks source link

Bars are not filled in according to value #551

Closed TimBeekman closed 3 weeks ago

TimBeekman commented 3 weeks ago

Describe the bug
Bars are not filled in according to value: image

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
The bars are filled in according to value: image

Informations (please complete the following information):

Additional context
number domain does not work, input_number domain does work normal

Thank you! 🍻

s1mpleman commented 3 weeks ago

I have this myself, fans are very inconsistent and don't set state either.

Clooos commented 3 weeks ago

Hi, this is because the sliders are currently supporting only lights, covers, media players and input numbers so this is expected.

But I will add more supported entities soon!

TimBeekman commented 3 weeks ago

Closed as this is expected behaviour.

note: Looking forward to the update where this will be supported! :)

Clooos commented 3 weeks ago

Hi! I've added an experimental support for number entities in v2.0.2, can you tell me if it's working correctly?

https://github.com/Clooos/Bubble-Card/releases/tag/v2.0.2

s1mpleman commented 3 weeks ago

Fans are working great. I dunno if I like the slider been filled whilst it's off, maybe that could be a toggle? No dire need was just to mention.

I tested numbers for you as well and they work fine. Correctly sets the correct number. Toggle doesn't work with it but that was to be expected. Maybe the toggle service call could reset to min/max of the number entity.

Smashing work!