Fix Remote action notation (#34879)

This commit is contained in:
Joost Lekkerkerker 2024-09-23 12:59:37 +02:00 committed by GitHub
parent b616dcd3e7
commit d08be78ad5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ ha_integration_type: entity
The **Remote** {% term integration%} manages the state of the remote entities and allows you to control them.
- Maintains a state per remote and a combined state `all_remotes`.
- Registers actions `remote/turn_on`, `remote/turn_off`, `remote/toggle`, and `remote/send_command` to control remotes.
- Registers actions `remote.turn_on`, `remote.turn_off`, `remote.toggle`, and `remote.send_command` to control remotes.
{% include integrations/building_block_integration.md %}
@ -29,7 +29,7 @@ In addition, the entity can have the following states:
## Use the actions
Go to the **Developer Tools** and open the **Actions** tab. From the **Actions** dropdown, choose `remote/turn_on`, `remote/turn_off`, or `remote/toggle`. Under target, select the target device. If you are in YAML mode, enter something like the sample below into the **Data** field. Once you are done, select **Perform action**.
Go to the **Developer Tools** and open the **Actions** tab. From the **Actions** dropdown, choose `remote.turn_on`, `remote.turn_off`, or `remote.toggle`. Under target, select the target device. If you are in YAML mode, enter something like the sample below into the **Data** field. Once you are done, select **Perform action**.
```json
{"entity_id":"remote.family_room"}