Skip to content

Dishwasher "action" buttons #541

Description

@kinnkler

Feature request

I have to say, I'm really happy with this Home Assistant integration. The only thing I would like to see is the “Pause” action for the dishwasher. I have implemented it myself (see below), but would be happy if it were also in the official release. I have also noticed that the “action buttons” are not updated correctly. If I pause the dishwasher via the Miele app, actions 1 and 2 (Start and Stop) should be activated according to the API. Unfortunately, the buttons are not active in HomeKit. However, as soon as I open the door and an event is triggered, they are updated. Since an event is also communicated when switching to pause, the action buttons should actually be updated when the event arrives.
And another general question: How often are the sensors queried by Miele? Every 60 seconds?

description=MieleButtonDescription(
            key="pause",
            translation_key="pause",
            press_data={PROCESS_ACTION: ACT_PAUSE},
        )

And some other additions in const.py and translation.

What version of the integration are you using?

2024.8.1

Anything in the logs that might be useful for us?

No response

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions