Skip to content

Commit 8a3bb9b

Browse files
committed
Update docs
1 parent 0573e34 commit 8a3bb9b

8 files changed

+13
-3
lines changed

docs/usage/cards/card_binary_sensor.md

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ The `binary-sensor-card` is to show the state (on/off, open/close, etc.) of a bi
1717
|----------|---------|------------------|-------------------|
1818
| entity | | :material-check: | |
1919
| ulm_show_last_changed | | :material-close: | `true` or `false` |
20+
| ulm_card_binary_sensor_name | | :material-close: | Set custom Name |
21+
| ulm_card_binary_sensor_icon | | :material-close: | Set custom Icon |
2022

2123
!!! Warning "⚠️ Breaking Change `v1.0.1`"
2224

docs/usage/cards/card_binary_sensor_alert.md

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ The `binary-sensor-card` is to show the state (on/off, open/close, etc.) of a bi
1717
|----------|---------|------------------|-------------------|
1818
| entity | | :material-check: | |
1919
| ulm_show_last_changed | | :material-close: | `true` or `false` |
20+
| ulm_card_binary_sensor_alert_name | | :material-close: | Set custom Name |
21+
| ulm_card_binary_sensor_alert_icon | | :material-close: | Set custom Icon |
2022

2123
!!! Warning "⚠️ Breaking Change `v1.0.1`"
2224

docs/usage/cards/card_generic.md

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ This is the `generic-card` to display values from a sensor, eg. to show humidity
1616
| Variable | Default | Required | Notes |
1717
|----------|---------|------------------|-------------------|
1818
| entity | | :material-check: | |
19+
| ulm_card_generic_name | | :material-close: | Set custom Name |
20+
| ulm_card_generic_icon | | :material-close: | Set custom Icon |
1921

2022
## Usage
2123

docs/usage/cards/card_generic_swap.md

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ This is a `generic-card` with swapped label and name.
1616
| Variable | Default | Required | Notes |
1717
|----------|---------|------------------|-------------------|
1818
| entity | | :material-check: | |
19+
| ulm_card_generic_swap_name | | :material-close: | Set custom Name |
20+
| ulm_card_generic_swap_icon | | :material-close: | Set custom Icon |
1921

2022
## Usage
2123

docs/usage/cards/card_graph.md

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ The `card_graph` shows an entity with the actual state and a *min-graph-card* in
1717
|----------|---------|------------------|-------------------|
1818
| ulm_card_graph_color | | :material-close: | This is to adjust your color value. Use a CSS varible from HA or set a color value (eg. #FFFFFF) |
1919
| ulm_card_graph_name | | :material-close: | Enable background |
20+
| ulm_card_graph_icon | | :material-close: | Set custom icon |
2021
| ulm_card_graph_entity | | :material-check: | Your entity_id for the temperature sensor |
2122
| ulm_card_graph_entity2 | | :material-close: | Your entity_id for the second temperature sensor |
2223
| ulm_card_graph_color2 | | :material-close: | This is to adjust your color value of the second graph. Use a CSS varible from HA or set a color value (eg. #FFFFFF) |

docs/usage/cards/card_input_boolean.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ The `input-boolean-card` is to switch an `input_boolean` on or off.
1616
| Variable | Default | Required | Notes |
1717
|----------|---------|------------------|-------------------|
1818
| entity | | :material-check: | |
19-
| name | | :material-close: | |
19+
| ulm_card_input_boolean_name | | :material-close: | Set custom Name |
20+
| ulm_card_input_boolean_icon | | :material-close: | Set custom Icon |
2021

2122
## Usage
2223

docs/usage/cards/card_media_player.md

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ hide:
2222
| Variable | Default | Required | Notes |
2323
| -------------------------------------------- | ------- | ---------------- | ----------------------------------------------- |
2424
| entity | | :material-check: | The media-player entity |
25-
| name | | :material-check: | Name to display for your media-player |
2625
| ulm_card_media_player_name | | | Name to display for your media-player |
2726
| ulm_card_media_player_icon | | | Change the icon displayed |
2827
| ulm_card_media_player_enable_art | false | | Enable album picture on background |

docs/usage/cards/card_power_outlet.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ This is the `power-outlet-card`. It shows you the state of a power outlet, and i
1616
| Variable | Default | Required | Notes |
1717
|----------|---------|------------------|-------------------|
1818
| entity | | :material-check: | |
19-
|name| | :material-check: | Enable background |
19+
| ulm_card_power_outlet_name | | :material-close: | Set custom Name |
20+
| ulm_card_power_outlet_icon | | :material-close: | Set custom Icon |
2021
|ulm_card_power_outlet_consumption_sensor| | :material-close: | If you set this sensor, the `power-outlet-card` shows the energy consumption next to the state. |
2122

2223
## Usage

0 commit comments

Comments
 (0)