Ditua aroma diffuser: make dps optional for compatibility
Sierra Modern Home aroma diffuser has the same iot.tuya.com info as #627
But the log captured from the device is missing some dps (fan speed,
color_mode and on one log the mood lighting select, but on another log that
is there).
Make these optional so the configs match.
There are some inconsistencies though:
- the cloud API has the same small and large options for fan speed as
in the existing config. But the Query Things Data Model data
(not available for the Ditua model) lists "off", "small" and "big".
If the latter is correct, it is quite likely correct for the Ditua also.
- the Sierra Modern Home model lists fault code, countdown and
countdown_remain dps, which are not in the config. Fault is indicating
151 in the first log message (128 + 16 + 4 + 2 + 1), and 0 in the second.
Countdown is "0" in both, and remain is 0.
There is no mention of these in the Ditua docs, but no log message
in the issue to compare.
Issue #1063