Skip to content

Commit 708c136

Browse files
authored
Merge pull request #1254 from UI-Lovelace-Minimalist/automated_custom_card_docs
2 parents 83a4013 + 35ce5c4 commit 708c136

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/usage/custom_cards/custom_card_haven_washer.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,23 @@ hide:
88

99
# Custom-card "Washer"
1010

11-
<img src="../../assets/img/custom_card_haven_washer_off.png" alt="Washer Dryer off" width="375px" height="267px" />
11+
![Washer Dryer off](../../assets/img/custom_card_haven_washer_off.png)
1212

1313
Small layout when the washer, dryer or dishwasher is turned off (ulm_custom_card_washer_power === "off"). It shows the content of the idle label variable (ulm_custom_card_washer_label_idle)
1414

15-
<img src="../../assets/img/custom_card_haven_washer_ready.png" alt="Washer Dryer Ready" width="375px" height="321px" />
15+
![Washer Dryer Ready](../../assets/img/custom_card_haven_washer_ready.png)
1616

1717
When the washer, dryer or dishwasher is turned on the possible (job) stages of machine become visible (In this example the dryer has no different (job) stages so the stages remain closed)
1818

19-
<img src="../../assets/img/custom_card_haven_washer_remote_control.png" alt="Washer Dryer Remote Control" width="375px" height="428px" />
19+
![Washer Dryer Remote Control](../../assets/img/custom_card_haven_washer_remote_control.png)
2020

2121
When the washer, dryer or dishwasher is set to smart control (ulm_custom_card_washer_remote_control === "true"), you can start the machine from you app, or you can start it using automation. The buttons will reflect this stage change.
2222

23-
<img src="../../assets/img/custom_card_haven_washer_timer.png" alt="Washer Dryer Timer" width="375px" height="535px" />
23+
![Washer Dryer Timer](../../assets/img/custom_card_haven_washer_timer.png)
2424

2525
When you want to start the washer, dryer or dishwasher at a specific time (through automation) you can turn on the timer (press the icon and the ulm_custom_card_washer_delayed_start === "on") and set the time to start (use the up and down buttons of click on the time to set ulm_custom_card_washer_delayed_starttime (Time only)). It shows the content of the configuration label variable (ulm_custom_card_washer_label_configuring)
2626

27-
<img src="../../assets/img/custom_card_haven_washer_running.png" alt="Washer Dryer Running" width="375px" height="430px" />
27+
![Washer Dryer Running](../../assets/img/custom_card_haven_washer_running.png)
2828

2929
When the washer, dryer or dishwasher is running you can use the running label variable (ulm_custom_card_washer_label_running) to show the remaining time. The dryer can't be paused so the button is disabled.
3030

0 commit comments

Comments
 (0)