diff --git a/source/_integrations/miele.markdown b/source/_integrations/miele.markdown index 400374ed5d7..6233076052a 100644 --- a/source/_integrations/miele.markdown +++ b/source/_integrations/miele.markdown @@ -78,8 +78,8 @@ The integration configuration will ask for the *Client ID* and *Client Secret* c {% details "List of sensors" %} - **Operation state**: - - **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. + - **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. {% enddetails %} ## Automation examples @@ -113,7 +113,6 @@ actions: 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. - ## 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.