From d08be78ad5f9d7c94e9bd002e9c8918e35449b1a Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Mon, 23 Sep 2024 12:59:37 +0200 Subject: [PATCH] Fix Remote action notation (#34879) --- source/_integrations/remote.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/remote.markdown b/source/_integrations/remote.markdown index a5fac351dc2..78ca8f93b21 100644 --- a/source/_integrations/remote.markdown +++ b/source/_integrations/remote.markdown @@ -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"}