Skip to content

Commit f6a35d4

Browse files
neonbunnyfabaff
authored andcommitted
Fix spelling of "Jinja" (home-assistant#2518)
1 parent 02ec0e9 commit f6a35d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_components/remote.harmony.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ automation:
117117
entity_id: input_boolean.notify
118118
````
119119
120-
The automation example below shows how to send a command via the harmony remote using the `send_command` service to send the 'Pause' command to the hub, which is already defined as an IR code for each device to be used via the Harmony app. It is checking for the activity name as exposed through the sensor in the harmony remote component using Jinga if statements to set the device_id, sending the correct Pause command for the given activity. This requires checking your activity list and device_id from the `harmony_REMOTENAME.conf` file created when you start the component. In this example, the harmony hub is named bedroom.
120+
The automation example below shows how to send a command via the harmony remote using the `send_command` service to send the 'Pause' command to the hub, which is already defined as an IR code for each device to be used via the Harmony app. It is checking for the activity name as exposed through the sensor in the harmony remote component using Jinja if statements to set the device_id, sending the correct Pause command for the given activity. This requires checking your activity list and device_id from the `harmony_REMOTENAME.conf` file created when you start the component. In this example, the harmony hub is named bedroom.
121121

122122
```yaml
123123
automation:

0 commit comments

Comments
 (0)