You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: custom_components/ui_lovelace_minimalist/lovelace/ulm_templates/card_templates/cards/card_binary_sensor.yaml
Copy file name to clipboardexpand all lines: custom_components/ui_lovelace_minimalist/lovelace/ulm_templates/card_templates/cards/card_welcome_scenes.yaml
Copy file name to clipboardexpand all lines: docs/usage/cards/card_cover.md
+21-18
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@ title: Cover Card
3
3
hide:
4
4
- toc
5
5
---
6
+
6
7
<!-- markdownlint-disable MD046 -->
7
8
8
9
## Description
@@ -14,27 +15,28 @@ hide:
14
15
With the `cover-card` you have the state of your cover. Optionally, on the second line, OPEN / PAUSE / CLOSE to control it and/or a slider to control position.
15
16
16
17
!!! warning
17
-
This card has backward compatibility with older template except custom name. It means variable `ulm_card_cover_buttons_name` must be replaced by `ulm_card_cover_name`.
18
+
This card has backward compatibility with older template except custom name. It means variable `ulm_card_cover_buttons_name` must be replaced by `ulm_card_cover_name`.
Copy file name to clipboardexpand all lines: docs/usage/cards/card_welcome_scenes.md
+1
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ This is a card which shows the basic needs for your dashboard. This card can gen
36
36
|_color | Random | :material-close: | Color of the icon <br> Can choose between: `blue`, `red`, `green`, `yellow`, `pink`, `purple` <br> If not specified, it will take a random color |
37
37
|_state |`on` or `playing`| :material-close: | Define `input_select` state or give manual state for pill to be full |
38
38
| _nav_path | | :material-close: | Navigate to another view <br> *Overrides other types of actions*
39
+
| _service_data | | :material-close: | Data to be passed through to data_service. Useful for running scripts with custom fields/parameters
0 commit comments