diff --git a/docs/usage/cards/card_binary_sensor.md b/docs/usage/cards/card_binary_sensor.md index f10df51fa..5ceb3ae32 100644 --- a/docs/usage/cards/card_binary_sensor.md +++ b/docs/usage/cards/card_binary_sensor.md @@ -17,6 +17,8 @@ The `binary-sensor-card` is to show the state (on/off, open/close, etc.) of a bi |----------|---------|------------------|-------------------| | entity | | :material-check: | | | ulm_show_last_changed | | :material-close: | `true` or `false` | +| ulm_card_binary_sensor_name | | :material-close: | Set custom Name | +| ulm_card_binary_sensor_icon | | :material-close: | Set custom Icon | !!! Warning "⚠️ Breaking Change `v1.0.1`" diff --git a/docs/usage/cards/card_binary_sensor_alert.md b/docs/usage/cards/card_binary_sensor_alert.md index 39f5d0c29..619026fff 100644 --- a/docs/usage/cards/card_binary_sensor_alert.md +++ b/docs/usage/cards/card_binary_sensor_alert.md @@ -17,6 +17,8 @@ The `binary-sensor-card` is to show the state (on/off, open/close, etc.) of a bi |----------|---------|------------------|-------------------| | entity | | :material-check: | | | ulm_show_last_changed | | :material-close: | `true` or `false` | +| ulm_card_binary_sensor_alert_name | | :material-close: | Set custom Name | +| ulm_card_binary_sensor_alert_icon | | :material-close: | Set custom Icon | !!! Warning "⚠️ Breaking Change `v1.0.1`" diff --git a/docs/usage/cards/card_generic.md b/docs/usage/cards/card_generic.md index 2a1bb5454..b987c6ba9 100644 --- a/docs/usage/cards/card_generic.md +++ b/docs/usage/cards/card_generic.md @@ -16,6 +16,8 @@ This is the `generic-card` to display values from a sensor, eg. to show humidity | Variable | Default | Required | Notes | |----------|---------|------------------|-------------------| | entity | | :material-check: | | +| ulm_card_generic_name | | :material-close: | Set custom Name | +| ulm_card_generic_icon | | :material-close: | Set custom Icon | ## Usage diff --git a/docs/usage/cards/card_generic_swap.md b/docs/usage/cards/card_generic_swap.md index 9233f90c6..00f1544eb 100644 --- a/docs/usage/cards/card_generic_swap.md +++ b/docs/usage/cards/card_generic_swap.md @@ -16,6 +16,8 @@ This is a `generic-card` with swapped label and name. | Variable | Default | Required | Notes | |----------|---------|------------------|-------------------| | entity | | :material-check: | | +| ulm_card_generic_swap_name | | :material-close: | Set custom Name | +| ulm_card_generic_swap_icon | | :material-close: | Set custom Icon | ## Usage diff --git a/docs/usage/cards/card_graph.md b/docs/usage/cards/card_graph.md index 980313956..f20c676dc 100644 --- a/docs/usage/cards/card_graph.md +++ b/docs/usage/cards/card_graph.md @@ -17,6 +17,7 @@ The `card_graph` shows an entity with the actual state and a *min-graph-card* in |----------|---------|------------------|-------------------| | 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) | | ulm_card_graph_name | | :material-close: | Enable background | +| ulm_card_graph_icon | | :material-close: | Set custom icon | | ulm_card_graph_entity | | :material-check: | Your entity_id for the temperature sensor | | ulm_card_graph_entity2 | | :material-close: | Your entity_id for the second temperature sensor | | 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) | diff --git a/docs/usage/cards/card_input_boolean.md b/docs/usage/cards/card_input_boolean.md index 3d5d11e9b..7aa504522 100644 --- a/docs/usage/cards/card_input_boolean.md +++ b/docs/usage/cards/card_input_boolean.md @@ -16,7 +16,8 @@ The `input-boolean-card` is to switch an `input_boolean` on or off. | Variable | Default | Required | Notes | |----------|---------|------------------|-------------------| | entity | | :material-check: | | -| name | | :material-close: | | +| ulm_card_input_boolean_name | | :material-close: | Set custom Name | +| ulm_card_input_boolean_icon | | :material-close: | Set custom Icon | ## Usage diff --git a/docs/usage/cards/card_media_player.md b/docs/usage/cards/card_media_player.md index 1d14bb266..d2eb35283 100644 --- a/docs/usage/cards/card_media_player.md +++ b/docs/usage/cards/card_media_player.md @@ -22,7 +22,6 @@ hide: | Variable | Default | Required | Notes | | -------------------------------------------- | ------- | ---------------- | ----------------------------------------------- | | entity | | :material-check: | The media-player entity | -| name | | :material-check: | Name to display for your media-player | | ulm_card_media_player_name | | | Name to display for your media-player | | ulm_card_media_player_icon | | | Change the icon displayed | | ulm_card_media_player_enable_art | false | | Enable album picture on background | diff --git a/docs/usage/cards/card_power_outlet.md b/docs/usage/cards/card_power_outlet.md index b691c3a47..1336a2501 100644 --- a/docs/usage/cards/card_power_outlet.md +++ b/docs/usage/cards/card_power_outlet.md @@ -16,7 +16,8 @@ This is the `power-outlet-card`. It shows you the state of a power outlet, and i | Variable | Default | Required | Notes | |----------|---------|------------------|-------------------| | entity | | :material-check: | | -|name| | :material-check: | Enable background | +| ulm_card_power_outlet_name | | :material-close: | Set custom Name | +| ulm_card_power_outlet_icon | | :material-close: | Set custom Icon | |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. | ## Usage