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

Use new slider from AnthonMS for popup card #162

Merged
merged 7 commits into from
Dec 28, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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