-
Notifications
You must be signed in to change notification settings - Fork 526
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Eeese Anna dehumidifier #1450
Conversation
custom_components/tuya_local/devices/eeese_anna_dehumidifier.yaml
Outdated
Show resolved
Hide resolved
custom_components/tuya_local/devices/eeese_anna_dehumidifier.yaml
Outdated
Show resolved
Hide resolved
There is one error: I expect the problem to be that I changed the name from sensor to fault_code also in the secondary entities. Does it need to be "sensor" or does it only have to be unique?
Can you please tell me what I need to do here? |
binary_sensor requires a dp named sensor, which will be the value of the sensor. The name does not need to be the same when the dp is listed in multiple entities, so the same id can be listed as fault_code in the humidifier entity to make the raw value available as an extra attribute there, and also listed as the sensor dp of the binary_sensor entity. |
Ok I understand. Thank you for your help |
Merged manually to workaround the conflict in doc file |
Based on the existing Eeese dehumidifiers, but needed a separate one to be recognised.
For some reason, my VS Code formatted the Acknowledgements.md, but only corrected some typos.