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
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?
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