From 8b23a1863dd3071a131e12c1ed5887e315e29144 Mon Sep 17 00:00:00 2001
From: karliemeads <68717336+karliemeads@users.noreply.github.com>
Date: Tue, 11 May 2021 18:35:42 -0400
Subject: [PATCH] Fix typo in the light integration from 17513. (#17799)
---
source/_integrations/light.markdown | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/source/_integrations/light.markdown b/source/_integrations/light.markdown
index 84b250981a0..4d74e81a0c3 100644
--- a/source/_integrations/light.markdown
+++ b/source/_integrations/light.markdown
@@ -26,7 +26,7 @@ The `.default` suffix should be added to the entity identifier of each light to
-If a light entity is in the `on` state, the default profile brightness and will only be applied if it is called in the service call data attribute `profile`, like any other named profile. The transition attribute will be applied for all `light.turn_on`, `light.toggle` and `light.turn_off` service calls, unless specified otherwise in the service call data.
+If a light entity is in the `on` state, the default profile brightness will only be applied if it is called in the service call data attribute `profile`, like any other named profile. The transition attribute will be applied for all `light.turn_on`, `light.toggle` and `light.turn_off` service calls, unless specified otherwise in the service call data.