Skip to content

Commit

Permalink
Merge pull request #1254 from UI-Lovelace-Minimalist/automated_custom…
Browse files Browse the repository at this point in the history
…_card_docs
  • Loading branch information
basbruss authored Apr 6, 2023
2 parents 83a4013 + 35ce5c4 commit 708c136
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/usage/custom_cards/custom_card_haven_washer.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@ hide:

# Custom-card "Washer"

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

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)

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

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)

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

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.

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

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)

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

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.

Expand Down

0 comments on commit 708c136

Please sign in to comment.