-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
Add devic 8000 e_state for washer's conditional control #140851
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
base: dev
Are you sure you want to change the base?
Add device_state for washer's conditional control #140851
Conversation
Please review this dependency commit first. |
0305dda
to
374ebd0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me.
is there a way to select the startup program? |
@Giogio-2011
|
Device info: From HA I can't select program (default machine start with cotton program) even by selecting a different program before activating the remote start. When the machine goes into sleep mode the setting program is lost, even in the ThinQ app. |
Additional button PR is #140850. |
So if someone has remote control turned off, can the operation and delayed start still be present? Because in that case I would not disable them, but rather have them enabled and tell the user that they can't change it because remote control is turned off |
354d7e8
to
3395504
Compare
@joostlek
|
Proposed change
Improve washing machine control by separating operations into switches and buttons depending on it's device_state. (washer, dryer, dishwasher, styler, etc, 9 types of devices)
The number, select, switch entities's control depend on it's device_state
Type of change
Additional information
Checklist
ruff format homeassistant tests
)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest
.requirements_all.txt
.Updated by running
python3 -m script.gen_requirements_all
.To help with the load of incoming pull requests: