Add Water heater platform to SmartThings (#39033)

This commit is contained in:
Joost Lekkerkerker 2025-05-15 17:42:48 +02:00 committed by GitHub
parent 6a2722e0c7
commit 1e9a6eb547
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,6 +20,7 @@ ha_category:
- Switch - Switch
- Update - Update
- Valve - Valve
- Water heater
ha_release: 0.87 ha_release: 0.87
ha_iot_class: Cloud Push ha_iot_class: Cloud Push
ha_config_flow: true ha_config_flow: true
@ -42,6 +43,7 @@ ha_platforms:
- switch - switch
- update - update
- valve - valve
- water_heater
ha_dhcp: true ha_dhcp: true
ha_integration_type: integration ha_integration_type: integration
ha_codeowners: ha_codeowners:
@ -76,6 +78,7 @@ SmartThings represents devices as a set of [capabilities](https://developer.smar
- [Scene](#scene) - [Scene](#scene)
- [Switch](#switch) - [Switch](#switch)
- [Valve](#valve) - [Valve](#valve)
- [Water heater](#water-heater)
### Binary sensor ### Binary sensor
@ -274,6 +277,10 @@ The SmartThings update platform lets you update the firmware of devices that hav
The SmartThings Valve platform lets you control devices that have the [`valve`](https://developer.smartthings.com/docs/devices/capabilities/capabilities-reference#valve) capability, showing the valve status and opening and closing. The SmartThings Valve platform lets you control devices that have the [`valve`](https://developer.smartthings.com/docs/devices/capabilities/capabilities-reference#valve) capability, showing the valve status and opening and closing.
### Water heater
The SmartThings Water heater platform lets you control heat pumps that provide hot water.
## Troubleshooting ## Troubleshooting
### Enabling debug logs and diagnostics ### Enabling debug logs and diagnostics