[Styling Module,JS+Editor Module] Separator Progress Bar #1518
Replies: 4 comments 1 reply
-
Changelogv1.1.1
v1.1.0See Changes
v1.0.2See Changes
|
Beta Was this translation helpful? Give feedback.
-
|
Hello again @lsmarsden ! Once again, a fantastic module. This has been super awesome. The current way I'm using it is within a stacked weather/atmosphere card and using So basically, if the sun's elevation is approaching 0, the bar should be full and then a condition for below 0 would change the colors, etc. Let me know if that doesn't make sense. Thanks again! |
Beta Was this translation helpful? Give feedback.
-
|
hi, cool module! I'm struggling to get the DER? don't know what it is and how to activate it. also can't seem to get rid of the primary background colour. is it also possible to show up only if the progress is active? |
Beta Was this translation helpful? Give feedback.
-
|
Hi, I wanted to use this module to show the amount of energy used in my house from my power meter but i think that since the value goes way higher than 100 its not working correctly. I think a good solution could be to add a starting and ending value so i can set it with the correct values here is the config i used type: custom:bubble-card
card_type: separator
modules:
- separator_as_progress_bar
separator_as_progress_bar:
source: sensor.contatore_power
progress_style:
height: 16
color_stops:
- color: "#4caf50"
percent: 100
above_text:
text: Washing in progress
condition:
condition: state
entity: sensor.contatore_power
state: running
below_text:
text: "{pct} W"
placeholders:
pct: sensor.contatore_power |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Separator As Progress Bar
Version: 1.1.1
Creator: lsmarsden
Important
Supported cards:
Separator As Progress Bar
This module transforms the standard separator line into a sleek, customisable progress
bar with multiple styling and animation options.
For full documentation including configuration, examples, and more, visit the GitHub repo.
🧩 Get this Module
Screenshot:
Beta Was this translation helpful? Give feedback.
All reactions