Added possibility to define the data type for set_device_value (#9513)

This commit is contained in:
P0L0 2019-06-19 18:41:54 +02:00 committed by Franck Nijhof
parent 2155b23fb8
commit f665f6717e

View File

@ -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