Fix indent
This commit is contained in:
parent
7196cd2082
commit
83e06e8f49
1 changed files with 9 additions and 10 deletions
|
@ -110,7 +110,7 @@ The LIRC component fires `ir_command_received` events on the bus. You can captur
|
|||
```yaml
|
||||
# Example configuration.yaml automation entry
|
||||
automation:
|
||||
- alias: Off on Remote
|
||||
- alias: Off on Remote
|
||||
trigger:
|
||||
platform: event
|
||||
event_type: ir_command_received
|
||||
|
@ -119,7 +119,6 @@ automation:
|
|||
action:
|
||||
service: homeassistant.turn_off
|
||||
entity_id: group.a_lights
|
||||
|
||||
```
|
||||
|
||||
The `button_name` data values (e.g. `KEY_0`) are set by you in the `.lircrc` file.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue