Skip to content

Commit

Permalink
Merge pull request #162 from bavo/patch-1
Browse files Browse the repository at this point in the history
Use new slider from AnthonMS for popup card
  • Loading branch information
schumijo authored Dec 28, 2021
2 parents e855db4 + cf28c8e commit f9f89df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Discord online members](https://badgen.net/discord/online-members/TPXg9b7GfR)](https://discord.gg/TPXg9b7GfR)

# UI-Lovelace-Minimalist
It's kind of hard to explain what this is, so let's call it a "theme" (in quotation marks). But one thing is for sure, it is very nice! Taking the exceptional work of tben as a basis, this repository is aimed to ease installation and maintainance of his wonderful work. You can use this interpretation of a SmartHomeUI more or less like a theme in HomeAssistant.

Expand Down
3 changes: 2 additions & 1 deletion config/minimalist-templates/popups_templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ popup_light_brightness:
entity: "[[[ return variables.ulm_popup_light_entity ]]]"
content1:
card:
type: "custom:slider-card"
type: "custom:my-slider"
entity: "[[[ return variables.ulm_popup_light_entity ]]]"
radius: "20px"
rotate: 270
Expand Down Expand Up @@ -776,6 +776,7 @@ popup_light_brightness:
hide_header: true
effects_list: false
smooth_color_wheel: true
consolidate_entities: true
child_card: true
card_mod:
style: |
Expand Down

0 comments on commit f9f89df

Please sign in to comment.