mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Add fan to miele integration (#38769)
This commit is contained in:
parent
7b0e687c43
commit
91c09afd73
@ -2,10 +2,11 @@
|
|||||||
title: Miele
|
title: Miele
|
||||||
description: Instructions on how to set up the Miele integration within Home Assistant.
|
description: Instructions on how to set up the Miele integration within Home Assistant.
|
||||||
ha_category:
|
ha_category:
|
||||||
|
- Binary sensor
|
||||||
- Button
|
- Button
|
||||||
- Climate
|
- Climate
|
||||||
- Binary sensor
|
|
||||||
- Hub
|
- Hub
|
||||||
|
- Fan
|
||||||
- Light
|
- Light
|
||||||
- Sensor
|
- Sensor
|
||||||
- Switch
|
- Switch
|
||||||
@ -16,10 +17,11 @@ ha_codeowners:
|
|||||||
- '@astrandb'
|
- '@astrandb'
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
|
- binary_sensor
|
||||||
- button
|
- button
|
||||||
- climate
|
- climate
|
||||||
- binary_sensor
|
|
||||||
- diagnostics
|
- diagnostics
|
||||||
|
- fan
|
||||||
- light
|
- light
|
||||||
- sensor
|
- sensor
|
||||||
- switch
|
- switch
|
||||||
@ -35,6 +37,7 @@ Miele is known as a manufacturer of premium appliances for cooking, laundry care
|
|||||||
|
|
||||||
- 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.
|
||||||
- Monitor the program status of the appliances.
|
- Monitor the program status of the appliances.
|
||||||
|
- Control settings on the appliances.
|
||||||
|
|
||||||
{% note %}
|
{% note %}
|
||||||
Note that the feature availability depends on the appliance model.
|
Note that the feature availability depends on the appliance model.
|
||||||
@ -90,6 +93,19 @@ The integration configuration may ask for the *Client ID* and *Client Secret* cr
|
|||||||
- 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 %}
|
||||||
|
|
||||||
|
### Binary sensor
|
||||||
|
|
||||||
|
{% details "List of binary sensors" %}
|
||||||
|
|
||||||
|
- **Operation state**:
|
||||||
|
- **Door**: Shows if the door on the appliance is open or closed.
|
||||||
|
- **Full remote control**: Shows the state of Full remote control feature on appliances that supports it.
|
||||||
|
- **Mobile start**: Shows the state of Mobile start feature on appliances that supports it.
|
||||||
|
- **Notification active**: Shows if there is a notification message active on the appliance. The API does not supply any information on the details of the notifications.
|
||||||
|
- **Problem**: Shows if there is an error message active on the appliance. The API does not supply any information on the details of the error.
|
||||||
|
- **Smart grid**: Shows the state of Smart grid feature on appliances that supports it.
|
||||||
|
{% enddetails %}
|
||||||
|
|
||||||
### Button
|
### Button
|
||||||
|
|
||||||
{% details "List of button entities" %}
|
{% details "List of button entities" %}
|
||||||
@ -110,26 +126,20 @@ Climate entities are used to control target temperatures in refrigerators, freez
|
|||||||
|
|
||||||
{% enddetails %}
|
{% enddetails %}
|
||||||
|
|
||||||
|
### Fan
|
||||||
|
|
||||||
|
{% details "List of fan entities" %}
|
||||||
|
|
||||||
|
- **Fan**: The speed of extraction fans can be monitored and controlled in many models of cooker hoods and combined induction hobs with integrated extraction fans.
|
||||||
|
|
||||||
|
{% enddetails %}
|
||||||
|
|
||||||
### Light
|
### Light
|
||||||
|
|
||||||
{% details "List of light entities" %}
|
{% details "List of light entities" %}
|
||||||
|
|
||||||
- **Light**: The light can be turned on and off in many models of ovens, cooker hoods, and wine cabinets.
|
- **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.
|
- **Ambient light**: Some models of cooker hoods have ambient light that can be turned on and off.
|
||||||
|
|
||||||
{% enddetails %}
|
|
||||||
|
|
||||||
### Binary sensor
|
|
||||||
|
|
||||||
{% details "List of binary sensors" %}
|
|
||||||
|
|
||||||
- **Operation state**:
|
|
||||||
- **Door**: Shows if the door on the appliance is open or closed.
|
|
||||||
- **Full remote control**: Shows the state of Full remote control feature on appliances that supports it.
|
|
||||||
- **Mobile start**: Shows the state of Mobile start feature on appliances that supports it.
|
|
||||||
- **Notification active**: Shows if there is a notification message active on the appliance. The API does not supply any information on the details of the notifications.
|
|
||||||
- **Problem**: Shows if there is an error message active on the appliance. The API does not supply any information on the details of the error.
|
|
||||||
- **Smart grid**: Shows the state of Smart grid feature on appliances that supports it.
|
|
||||||
{% enddetails %}
|
{% enddetails %}
|
||||||
|
|
||||||
### Sensor
|
### Sensor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user