Hints from AI

This commit is contained in:
Åke S - Piper 2025-04-13 22:36:30 +00:00
parent ed6b8a7f48
commit 6382fce898

View File

@ -78,8 +78,8 @@ The integration configuration will ask for the *Client ID* and *Client Secret* c
{% details "List of sensors" %} {% details "List of sensors" %}
- **Operation state**: - **Operation state**:
- **Status**: Represents the current operation state of the device. The default entity name is just the appliance type e.g., "Dishwasher". - **Status**: Represents the current operation state of the device. The default entity name is just the appliance type, e.g., "Dishwasher".
- **Temperature**: Represents the current temperature in refrigerators, freezers and ovens. Entities are created for up to 3 zones depending on the device capabilities. - **Temperature**: Represents the current temperature in refrigerators, freezers, and ovens. Entities are created for up to 3 zones depending on the device capabilities.
{% enddetails %} {% enddetails %}
## Automation examples ## Automation examples
@ -113,7 +113,6 @@ actions:
This integration uses server-sent events from the Miele API to receive live updates from the appliances. This integration uses server-sent events from the Miele API to receive live updates from the appliances.
When the configuration entry is loaded or after a streaming error (for example after disconnection), the integration will request all data (such as appliance info, available commands, programs, settings, and status) for all appliances. When the configuration entry is loaded or after a streaming error (for example after disconnection), the integration will request all data (such as appliance info, available commands, programs, settings, and status) for all appliances.
## Known limitations ## Known limitations
- The Miele 3rd party API does not fully match the Miele app. Some programs, options, or settings available in the app may not be accessible or usable via the API. - The Miele 3rd party API does not fully match the Miele app. Some programs, options, or settings available in the app may not be accessible or usable via the API.