mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-10 02:46:53 +00:00
Add Water heater platform to SmartThings (#39033)
This commit is contained in:
parent
6a2722e0c7
commit
1e9a6eb547
@ -20,6 +20,7 @@ ha_category:
|
||||
- Switch
|
||||
- Update
|
||||
- Valve
|
||||
- Water heater
|
||||
ha_release: 0.87
|
||||
ha_iot_class: Cloud Push
|
||||
ha_config_flow: true
|
||||
@ -42,6 +43,7 @@ ha_platforms:
|
||||
- switch
|
||||
- update
|
||||
- valve
|
||||
- water_heater
|
||||
ha_dhcp: true
|
||||
ha_integration_type: integration
|
||||
ha_codeowners:
|
||||
@ -76,6 +78,7 @@ SmartThings represents devices as a set of [capabilities](https://developer.smar
|
||||
- [Scene](#scene)
|
||||
- [Switch](#switch)
|
||||
- [Valve](#valve)
|
||||
- [Water heater](#water-heater)
|
||||
|
||||
### 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.
|
||||
|
||||
### Water heater
|
||||
|
||||
The SmartThings Water heater platform lets you control heat pumps that provide hot water.
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
### Enabling debug logs and diagnostics
|
||||
|
Loading…
x
Reference in New Issue
Block a user