mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-08 09:56:52 +00:00
Fix Remote action notation (#34879)
This commit is contained in:
parent
b616dcd3e7
commit
d08be78ad5
@ -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.
|
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`.
|
- 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 %}
|
{% include integrations/building_block_integration.md %}
|
||||||
|
|
||||||
@ -29,7 +29,7 @@ In addition, the entity can have the following states:
|
|||||||
|
|
||||||
## Use the actions
|
## 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
|
```json
|
||||||
{"entity_id":"remote.family_room"}
|
{"entity_id":"remote.family_room"}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user