mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-10-15 09:13:42 +00:00
16 lines
394 B
YAML
16 lines
394 B
YAML
![]() |
reload:
|
||
|
description: Reload localtuya and re-process yaml configuration.
|
||
|
|
||
|
set_dp:
|
||
|
description: Change the value of a datapoint (DP)
|
||
|
fields:
|
||
|
device_id:
|
||
|
description: Device ID of device to change datapoint value for
|
||
|
example: 11100118278aab4de001
|
||
|
dp:
|
||
|
description: Datapoint index
|
||
|
example: 1
|
||
|
value:
|
||
|
description: New value to set
|
||
|
example: False
|