Skip to content

Commit 1b071fe

Browse files
andrewsayrefrenck
authored andcommitted
Add SmartThings climate support for Air Conditioners (home-assistant#8878)
* Add SmartThings climate support for Samsung Air Conditioners * Added missing line break
1 parent 13bd8bc commit 1b071fe

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

source/_components/smartthings.markdown

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,26 @@ The SmartThings Binary Sensor platform lets you view devices that have binary se
169169

170170
### {% linkable_title Climate %}
171171

172-
The SmartThings Climate platform lets you control devices that have thermostat-related capabilities. For a SmartThings device to be represented by the climate platform, it must have all the capabilities from either "set a" _or_ "set b":
172+
The SmartThings Climate platform lets you control devices that have air conditioner or thermostat related capabilities.
173+
174+
#### {% linkable_title Air Conditioners %}
175+
176+
For a SmartThings Air Conditioner to be represented by the climate platform, it must have all of the following required capabilities:
177+
178+
| Capability |Climate Features
179+
|-------------------------------------|--------------------------------------------|
180+
| [`airConditionerMode`](https://smartthings.developer.samsung.com/develop/api-ref/capabilities.html#Air-Conditioner-Mode) (required) | `operation mode`
181+
| [`fanSpeed`](https://smartthings.developer.samsung.com/develop/api-ref/capabilities.html#Fan-Speed) (required) | `fan mode`
182+
| [`switch`](https://smartthings.developer.samsung.com/develop/api-ref/capabilities.html#Switch) (required) | `on/off`
183+
| [`temperatureMeasurement`](https://smartthings.developer.samsung.com/develop/api-ref/capabilities.html#Temperature-Measurement) (required) | `temperature`
184+
| [`thermostatCoolingSetpoint`](https://smartthings.developer.samsung.com/develop/api-ref/capabilities.html#Thermostat-Cooling-Setpoint) (required) | `target temp`
185+
| [`demandResponseLoadControl`](https://docs.smartthings.com/en/latest/capabilities-reference.html#demand-response-load-control) | `drlc_status_duration` (state attribute), `drlc_status_level` (state attribute), `drlc_status_override` (state attribute), `drlc_status_start` (state attribute)
186+
| [`powerConsumptionReport`](https://docs.smartthings.com/en/latest/capabilities-reference.html#power-consumption-report) | `power_consumption_end` (state attribute), `power_consumption_energy` (state attribute), `power_consumption_power` (state attribute), `power_consumption_start` (state attribute)
187+
188+
189+
#### {% linkable_title Thermostats %}
190+
191+
For a SmartThings thermostat to be represented by the climate platform, it must have all the capabilities from either "set a" _or_ "set b":
173192

174193
| Capability |Climate Features
175194
|-------------------------------------|--------------------------------------------|

0 commit comments

Comments
 (0)