-
Notifications
You must be signed in to change notification settings - Fork 61
Description
Hi!
First of all, thanks for this project – it works really well for my needs. The only thing I am missing is support for getting updates from my dryer.
I have already added configuration for my dryer in a PR, but it wasn’t approved. While looking into alternatives, I noticed the .update service, but I’m not sure how to use it.
From the docs it looks like data should be a dictionary, but I don’t understand what the keys/values should be. In the PR linked above I also don’t quite follow what numbers like 1 and 4 represent.
Could someone clarify:
What kind of dictionary does .update expect?
Where do the IDs like 1 and 4 come from (are they fixed command IDs from the backend, or device-specific)?
How should this be used for dryers?
Thanks a lot for your help!