Sync text with capabilities of first release of the integration

This commit is contained in:
Åke S - Piper 2025-04-12 08:04:36 +00:00
parent e55c6e62cb
commit 36fdcd6ed5

View File

@ -20,10 +20,7 @@ The Miele integration allows users to integrate their home appliances using the
## Use cases ## Use cases
- Monitor the multiple sensors of the appliance and trigger automations based on these sensors. - Monitor the multiple sensors of the appliance and trigger automations based on these sensors.
- Start programs on your appliances from your dashboard.
- Monitor the program status of the appliances. - Monitor the program status of the appliances.
- Control the light of your appliances.
- Adjust the appliance settings.
{% note %} {% note %}
Note that the feature availability depends on the appliance model. Note that the feature availability depends on the appliance model.
@ -69,7 +66,8 @@ The integration configuration will ask for the *Client ID* and *Client Secret* c
{% note %} {% note %}
- The entities availability depends on the appliance type and the generation of the product, and the appliance might not support all the entities for its type. - The entities' availability depends on the appliance type and the generation of the product, and the appliance might not support all the entities for its type.
- Products from professional and semi-professional series are generally not supported due to limitations in the Miele 3rd party API.
- Some appliances don't report data while they are turned off, so corresponding entities will not appear in the Miele integration after loading until the appliances are turned on. - Some appliances don't report data while they are turned off, so corresponding entities will not appear in the Miele integration after loading until the appliances are turned on.
{% endnote %} {% endnote %}
@ -78,8 +76,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. - **Status**: Represents the current operation state of the device. The default entity name is just the appliance type e.g. "Dishwasher".
- **Availability**: Represents that current connection status for the device. - **Temperature**: Represents 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
@ -97,7 +95,7 @@ alias: "Notify when program ends"
triggers: triggers:
- trigger: state - trigger: state
entity_id: entity_id:
- sensor.washing_machine_status - sensor.washing_machine
to: program_ended to: program_ended
actions: actions:
- service: notify.notify - service: notify.notify