Add documentation for new valve in homematicip_cloud (#40076)

This commit is contained in:
hahn-th 2025-07-22 14:06:16 +02:00 committed by GitHub
parent 94afbabe0d
commit e276a2f520
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,6 +13,7 @@ ha_category:
- Lock - Lock
- Sensor - Sensor
- Switch - Switch
- Valve
ha_iot_class: Cloud Push ha_iot_class: Cloud Push
ha_release: 0.66 ha_release: 0.66
ha_config_flow: true ha_config_flow: true
@ -28,6 +29,7 @@ ha_platforms:
- lock - lock
- sensor - sensor
- switch - switch
- valve
- weather - weather
ha_integration_type: integration ha_integration_type: integration
ha_codeowners: ha_codeowners:
@ -48,6 +50,7 @@ There is currently support for the following device types within Home Assistant:
- Lock - Lock
- Sensor - Sensor
- Switch - Switch
- Valve
- Weather - Weather
{% include integrations/config_flow.md %} {% include integrations/config_flow.md %}
@ -207,6 +210,9 @@ Currently, the **HmIP-DLD** can only be used in Home Assistant without a PIN. En
- Switch Actuator for DIN rail mount 1x channels (*HMIP-DRSI1*) - Switch Actuator for DIN rail mount 1x channels (*HMIP-DRSI1*)
- Switch Actuator - 2x channels (*HmIP-BS2*) - Switch Actuator - 2x channels (*HmIP-BS2*)
- homematicip_cloud.valve
- Smart Watering Actuator (*ELV-SH-WSM*)
- homematicip_cloud.weather - homematicip_cloud.weather
- Weather Sensor basic (*HmIP-SWO-B*) - Weather Sensor basic (*HmIP-SWO-B*)
- Weather Sensor plus (*HmIP-SWO-PL*) - Weather Sensor plus (*HmIP-SWO-PL*)