Skip to content

Commit c474d1c

Browse files
authored
docs: change example input for action node
The provided input is not valid and is misleading, as the action needs to be named as in a normal home assistant action, not "'homeassistant.turn" but 'light.turn_on' as in the example is manipulated a light entity
1 parent 4ee239e commit c474d1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/node/action.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Sample input
9494

9595
```JSON
9696
{
97-
"action": "homeassistant.turn_on",
97+
"action": "light.turn_on",
9898
"target": {
9999
"floor_id": ["first_floor"],
100100
"area_id": ["kitchen"],

0 commit comments

Comments
 (0)