mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Added possibility to define the data type for set_device_value (#9513)
This commit is contained in:
parent
2155b23fb8
commit
f665f6717e
@ -354,6 +354,20 @@ action:
|
|||||||
value: 23.0
|
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:
|
Set the week program of a wall thermostat:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user