-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
030-1wk100028v0w (Hisense DH5S102BW tumble dryer) (#120)
Co-authored-by: Øyvind Matheson Wergeland <[email protected]>
- Loading branch information
Showing
3 changed files
with
149 additions
and
2 deletions.
There are no files selected for viewing
63 changes: 63 additions & 0 deletions
63
custom_components/connectlife/data_dictionaries/030-1wk100028v0w.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
properties: | ||
- property: AntiCrease | ||
icon: mdi:iron | ||
switch: {} | ||
- property: Child_lock | ||
icon: mdi:lock | ||
switch: {} | ||
- property: Clean_Filter | ||
icon: mdi:brush-variant | ||
binary_sensor: {} | ||
- property: Current_program_phase | ||
icon: mdi:tumble-dryer | ||
sensor: | ||
device_class: enum | ||
options: | ||
0: idle | ||
1: delay_start_waiting | ||
2: running | ||
3: running | ||
4: anti_crease | ||
5: program_finished | ||
read-only: true | ||
- property: Door_status | ||
icon: mdi:square-circle | ||
sensor: | ||
device_class: enum | ||
options: | ||
0: not_available | ||
1: open | ||
2: closed | ||
read-only: true | ||
- property: Drum_Light | ||
icon: mdi:lightbulb-on | ||
switch: {} | ||
- property: Dry_Level | ||
icon: mdi:weather-sunny | ||
select: | ||
options: | ||
1: 1 | ||
2: 2 | ||
3: 3 | ||
- property: Selected_program_remaining_time_in_minutes | ||
icon: mdi:timer | ||
sensor: | ||
device_class: duration | ||
unit: min | ||
read-only: true | ||
- property: Waterbox_Full | ||
icon: mdi:water-alert | ||
binary_sensor: {} | ||
- property: machine_status | ||
icon: mdi:tumble-dryer | ||
sensor: | ||
device_class: enum | ||
options: | ||
0: "off" | ||
1: standby | ||
2: running | ||
read-only: true | ||
- property: mute | ||
icon: mdi:volume-mute | ||
switch: {} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters