Skip to content

Commit 54f48b6

Browse files
author
Andrew Blackburn
committed
Docs: update nstructions.
1 parent b728766 commit 54f48b6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/usage/custom_cards/custom_card_andyblac_count_info.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ Initial release
5555
??? note "Template Code"
5656
5757
```yaml title="custom_card_andyblac_count_info.yaml"
58-
--8<-- "custom_cards/custom_card_andyblac_scenes/custom_card_andyblac_count_info.yaml"
58+
--8<-- "custom_cards/custom_card_andyblac_count_info/custom_card_andyblac_count_info.yaml"
5959
```

docs/usage/custom_cards/custom_card_andyblac_room.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Initial release
3232
|----------------------------------------------------|-----------------|-------------|----------------|-------------|
3333
| ulm_custom_card_andyblac_room_use_small_label_font | `false` | No | My card uses slightly larger fonts than the original card, to use use the orignal card font size set this to `true` |
3434
| ulm_custom_card_andyblac_room_use_label_icons | `false` | No | This option lets you see an icon next to the text of the sensor_label information (🌡️ / 💧 / 🔆 )
35-
| ulm_custom_card_andyblac_room_color | `theme` | No | This lets you set the room room colour</br>You can use any colour in your theme that uses the following naming structure `color-red: "241, 139, 130"` or `color-yellow: "252, 214, 99"`</br>So for example `color-background-purple: "var(--color-purple)"` in your theme, you would ignore the thext `color-` and just set `background-purple`
35+
| ulm_custom_card_andyblac_room_color | `theme` | No | This lets you set the room colour.</br>You can use any colour in your theme that uses the following naming structure `color-red: "241, 139, 130"` or `color-yellow: "252, 214, 99"`</br>So for example `color-background-purple: "var(--color-purple)"` in your theme, you would ignore the text `color-` and just set `background-purple`
3636
| sensor_label_1 | | No | The enitiy_id of a sensor you wish to display the state of | |
3737
| sensor_label_2 | | No | The enitiy_id of a sensor you wish to display the state of | |
3838
| sensor_label_3 | | No | The enitiy_id of a sensor you wish to display the state of | |
@@ -57,7 +57,7 @@ Initial release
5757
| tap_action | | No | tap_action for the icon (see button card documentation for options) | |
5858
| hold_action | | No | hold_action for the icon (see button card documentation for options) | |
5959

60-
## Sensor entity
60+
## Sensor object
6161

6262
| Variable | Default | Required | Notes | Requirement |
6363
|----------------------------------------|-----------------|-------------|----------------|-------------|
@@ -119,5 +119,5 @@ If you want to tweak this card a little bit more, below are some examples. The f
119119
??? note "Template Code"
120120
121121
```yaml title="card_room.yaml"
122-
--8<-- "custom_components/ui_lovelace_minimalist/lovelace/ulm_templates/card_templates/cards/card_room.yaml"
122+
--8<-- "custom_cards/custom_card_andyblac_room/custom_card_andyblac_room.yaml"
123123
```

docs/usage/custom_cards/custom_card_andyblac_status.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@ Initial release
6868
??? note "Template Code"
6969
7070
```yaml title="custom_card_andyblac_status.yaml"
71-
--8<-- "custom_cards/custom_card_andyblac_scenes/custom_card_andyblac_status.yaml"
71+
--8<-- "custom_cards/custom_card_andyblac_status/custom_card_andyblac_status.yaml"
7272
```

0 commit comments

Comments
 (0)