diff --git a/source/_components/homematic.markdown b/source/_components/homematic.markdown index 98d16c3ac84..d8bb9127752 100644 --- a/source/_components/homematic.markdown +++ b/source/_components/homematic.markdown @@ -354,6 +354,20 @@ action: value: 23.0 ``` +Manually set the active profile on thermostat: + +```yaml +... +action: + service: homematic.set_device_value + data: + address: LEQ1234567 + channel: 1 + param: ACTIVE_PROFILE + value: 1 + value_type: int +``` + Set the week program of a wall thermostat: ```yaml