fix(yuhome_laundry_rack): correct DP ids to match actual device (#5303)
* fix(yuhome_laundry_rack): correct DP ids to match actual device
Correcting my original config (#4643) against live DPS read from the
device (product id ttawi9yohqflpt4a, protocol 3.4):
- Action/state, timers and duration sensors were on the wrong dp ids.
The device exposes no dp 8/12/14; the real ids are 9 (action),
10/11/13 (timers), 15/16/17 (durations).
- Add light effect (dp 102: Warm/Cool/Dual white).
- Add Voice control switch (dp 104).
- Add Fault problem binary_sensor (dp 18).
- Add 'stop' -> idle cover-action mapping.
Verified live values: dp9='stop', dp10/11/13='cancel', dp15-17=0,
dp18=0, dp102='Cool_White', dp104=False.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* fix(yuhome_laundry_rack): drop explicit names per review
Remove explicit name from the main switch, light and fault sensor so
they follow HA naming (device name / device-class derived), per
maintainer review feedback.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>