From 36a84bf4b3015399de8f2433c0a5deed5c80d98c Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Wed, 18 Sep 2024 06:54:41 +0200 Subject: [PATCH] Rephrase intro sentence (#34791) --- source/_integrations/remote.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/remote.markdown b/source/_integrations/remote.markdown index 0f37c970e25..e04a424073f 100644 --- a/source/_integrations/remote.markdown +++ b/source/_integrations/remote.markdown @@ -11,7 +11,7 @@ ha_codeowners: ha_integration_type: entity --- -The **Remote** {% term integration%} keeps track of the remotes in your environment. Captures their state and allows you to control them. +The **Remote** {% term integration%} keeps track of the remotes in your environment, captures their state, 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.