Fix typo in the light integration from 17513. (#17799)

This commit is contained in:
karliemeads 2021-05-11 18:35:42 -04:00 committed by GitHub
parent 56d55e3ffa
commit 8b23a1863d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ The `.default` suffix should be added to the entity identifier of each light to
<div class='note'>
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.
</div>