mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Add fan to miele integration (#38769)
This commit is contained in:
parent
7b0e687c43
commit
91c09afd73
@ -2,10 +2,11 @@
|
||||
title: Miele
|
||||
description: Instructions on how to set up the Miele integration within Home Assistant.
|
||||
ha_category:
|
||||
- Binary sensor
|
||||
- Button
|
||||
- Climate
|
||||
- Binary sensor
|
||||
- Hub
|
||||
- Fan
|
||||
- Light
|
||||
- Sensor
|
||||
- Switch
|
||||
@ -16,10 +17,11 @@ ha_codeowners:
|
||||
- '@astrandb'
|
||||
ha_config_flow: true
|
||||
ha_platforms:
|
||||
- binary_sensor
|
||||
- button
|
||||
- climate
|
||||
- binary_sensor
|
||||
- diagnostics
|
||||
- fan
|
||||
- light
|
||||
- sensor
|
||||
- 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 program status of the appliances.
|
||||
- Control settings on the appliances.
|
||||
|
||||
{% note %}
|
||||
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.
|
||||
{% 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
|
||||
|
||||
{% details "List of button entities" %}
|
||||
@ -110,26 +126,20 @@ Climate entities are used to control target temperatures in refrigerators, freez
|
||||
|
||||
{% 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
|
||||
|
||||
{% 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.
|
||||
|
||||
{% 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 %}
|
||||
|
||||
### Sensor
|
||||
|
Loading…
x
Reference in New Issue
Block a user