Skip to content

Add docs for miele switches #38720

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Apr 27, 2025
20 changes: 16 additions & 4 deletions source/_integrations/miele.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ ha_category:
- Hub
- Light
- Sensor
- Switch
ha_iot_class: Cloud Push
ha_release: '2025.5'
ha_domain: miele
Expand All @@ -21,6 +22,7 @@ ha_platforms:
- diagnostics
- light
- sensor
- switch
ha_integration_type: integration
---

Expand Down Expand Up @@ -105,6 +107,15 @@ Button entities are used to control program progress in washing machines, dryers

Climate entities are used to control target temperatures in refrigerators, freezers, and wine cabinets. One, two, or three zones can be controlled depending on the capabilities of the appliance.

{% enddetails %}

### Light

{% details "List of light entities" %}

- **Light**: The light can be turned on and off in many models of ovens, cooker hoods, and wine cabinets.
- **Ambient light**: Some models of cooker hoods have ambient light that can be turned on and off.

### Binary sensor

{% details "List of binary sensors" %}
Expand All @@ -127,12 +138,13 @@ Climate entities are used to control target temperatures in refrigerators, freez
- **Temperature**: Represents the current temperature in refrigerators, freezers, and ovens. Entities are created for up to 3 zones depending on the device capabilities.
{% enddetails %}

### Light
### Switch

{% details "List of light entities" %}
{% details "List of switch entities" %}

- **Light**: The light can be turned on and off in many models of ovens, cooker hoods, and wine cabinets.
- **Ambient light**: Some models of cooker hoods have ambient light that can be turned on and off.
- **Power**: The Power switch has slightly different characteristics depending on the appliance model. For some devices, it works more or less as a traditional power switch, while it behaves like a wake-up/sleep toggle on others. The availability of the switch is controlled by the API, depending on the operational state of the appliance.
- **Supercooling**: The switch controls Supercooling mode for refrigerators.
- **Superfreezing**: The switch controls Superfreezing mode for freezers.
{% enddetails %}

## Automation examples
Expand Down