mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Thinq: remove section on HACS, as custom cards are outside scope of these docs (#38317)
This commit is contained in:
parent
9f79d9d3b3
commit
93cf86e5d4
@ -252,38 +252,8 @@ A read-only property which has states is represented as a sensor platform.
|
|||||||
| Dryer<br>Styler<br>Washer<br>Washcombo Main<br>Washcombo Mini<br>Washtower<br>Washtower Dryer<br>Washtower Washer | Current status<br>Delayed start/end<br>Remaining time<br>Total time<br>Cycles |
|
| Dryer<br>Styler<br>Washer<br>Washcombo Main<br>Washcombo Mini<br>Washtower<br>Washtower Dryer<br>Washtower Washer | Current status<br>Delayed start/end<br>Remaining time<br>Total time<br>Cycles |
|
||||||
|
|
||||||
## User guide
|
## User guide
|
||||||
### 1. Custom card configuration (HACS)
|
|
||||||
|
|
||||||
**- Timer Bar Card**
|
### 1. Automation
|
||||||
> - Supported devices: Washer, Dryer, Styler, Dish washer
|
|
||||||
> - Used entities: sensor.washer_**current_status**, sensor.washer_**remaining_time**, sensor.washer_**total_time**
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
type: custom:timer-bar-card
|
|
||||||
entities:
|
|
||||||
- entity: sensor.washer_current_status
|
|
||||||
name: Washer
|
|
||||||
active_state:
|
|
||||||
- running
|
|
||||||
- rinsing
|
|
||||||
- spinning
|
|
||||||
- drying
|
|
||||||
- cooling
|
|
||||||
- reserved
|
|
||||||
- presteam
|
|
||||||
- steam
|
|
||||||
pause_state: pause
|
|
||||||
icon: mdi:tumble-dryer-off
|
|
||||||
active_icon: mdi:tumble-dryer
|
|
||||||
end_time:
|
|
||||||
entity: sensor.washer_remaining_time
|
|
||||||
duration:
|
|
||||||
entity: sensor.washer_total_time
|
|
||||||
units: minutes
|
|
||||||
invert: true
|
|
||||||
```
|
|
||||||
|
|
||||||
### 2. Automation
|
|
||||||
|
|
||||||
#### 1) Air conditioner, climate
|
#### 1) Air conditioner, climate
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user