diff --git a/drivers/SmartThings/matter-thermostat/profiles/thermostat-cooling-only-nobattery.yml b/drivers/SmartThings/matter-thermostat/profiles/thermostat-cooling-only-nobattery.yml new file mode 100644 index 0000000000..45858cfdc9 --- /dev/null +++ b/drivers/SmartThings/matter-thermostat/profiles/thermostat-cooling-only-nobattery.yml @@ -0,0 +1,24 @@ +name: thermostat-cooling-only-nobattery +components: +- id: main + capabilities: + - id: temperatureMeasurement + version: 1 + - id: thermostatMode + version: 1 + - id: thermostatCoolingSetpoint + version: 1 + - id: thermostatOperatingState + version: 1 + config: + values: + - key: "thermostatOperatingState.value" + enabledValues: + - idle + - cooling + - id: firmwareUpdate + version: 1 + - id: refresh + version: 1 + categories: + - name: Thermostat diff --git a/drivers/SmartThings/matter-thermostat/profiles/thermostat-heating-only-nobattery.yml b/drivers/SmartThings/matter-thermostat/profiles/thermostat-heating-only-nobattery.yml new file mode 100644 index 0000000000..a5c946b6c1 --- /dev/null +++ b/drivers/SmartThings/matter-thermostat/profiles/thermostat-heating-only-nobattery.yml @@ -0,0 +1,24 @@ +name: thermostat-heating-only-nobattery +components: +- id: main + capabilities: + - id: temperatureMeasurement + version: 1 + - id: thermostatMode + version: 1 + - id: thermostatHeatingSetpoint + version: 1 + - id: thermostatOperatingState + version: 1 + config: + values: + - key: "thermostatOperatingState.value" + enabledValues: + - idle + - heating + - id: firmwareUpdate + version: 1 + - id: refresh + version: 1 + categories: + - name: Thermostat diff --git a/drivers/SmartThings/matter-thermostat/profiles/thermostat-nobattery.yml b/drivers/SmartThings/matter-thermostat/profiles/thermostat-nobattery.yml new file mode 100644 index 0000000000..ecbd592df7 --- /dev/null +++ b/drivers/SmartThings/matter-thermostat/profiles/thermostat-nobattery.yml @@ -0,0 +1,27 @@ +name: thermostat-nobattery +components: +- id: main + capabilities: + - id: temperatureMeasurement + version: 1 + - id: thermostatMode + version: 1 + - id: thermostatHeatingSetpoint + version: 1 + - id: thermostatCoolingSetpoint + version: 1 + - id: thermostatOperatingState + version: 1 + config: + values: + - key: "thermostatOperatingState.value" + enabledValues: + - idle + - cooling + - heating + - id: firmwareUpdate + version: 1 + - id: refresh + version: 1 + categories: + - name: Thermostat