From f665f6717e683b395ec95d10190ac0f3186d1ada Mon Sep 17 00:00:00 2001 From: P0L0 <1452110+p0l0@users.noreply.github.com> Date: Wed, 19 Jun 2019 18:41:54 +0200 Subject: [PATCH] Added possibility to define the data type for set_device_value (#9513) --- source/_components/homematic.markdown | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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