From b46a6ca78e20b6d9cea548527ff7fe764f2f3f1a Mon Sep 17 00:00:00 2001 From: Kevin Worrel <37058192+dieselrabbit@users.noreply.github.com> Date: Fri, 23 Feb 2024 16:32:18 -0800 Subject: [PATCH] Fix screenlogic service descriptions (#31468) --- source/_integrations/screenlogic.markdown | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/source/_integrations/screenlogic.markdown b/source/_integrations/screenlogic.markdown index 0b8de4f8aec..9d8bae43ec6 100644 --- a/source/_integrations/screenlogic.markdown +++ b/source/_integrations/screenlogic.markdown @@ -42,26 +42,26 @@ ScreenLogic options are set via **Settings** -> **Devices & Services** -> **Pent Sets the operation of any connected color-capable lights. -| Service data attribute | Optional | Description | -| ---------------------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| `target` | no | An `area` containing the ScreenLogic device, the ScreenLogic `device` itself, or any `entity` from the ScreenLogic device you wish to set the color mode on. | -| `color_mode` | no | The color mode to set. Valid values are listed below. | +| Service data attribute | Optional | Description | +| ---------------------- | -------- | ----------------------------------------------------------------------------------- | +| `config_entry` | no | Integration entry_id of the ScreenLogic instance you wish to set the color mode on. | +| `color_mode` | no | The color mode to set. Valid values are listed below. | ### `screenlogic.start_super_chlorination` Begins super chlorination, running for the specified period or 24 hours if none is specified. -| Service data attribute | Optional | Description | -| ---------------------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| `target` | no | An `area` containing the ScreenLogic device, the ScreenLogic `device` itself, or any `entity` from the ScreenLogic device you wish to start super chlorination on. | -| `runtime` | yes | Number of hours to run super chlorination for. Defaults to 24 hours. | +| Service data attribute | Optional | Description | +| ---------------------- | -------- | ----------------------------------------------------------------------------------------- | +| `config_entry` | no | Integration entry_id of the ScreenLogic instance you wish to start super chlorination on. | +| `runtime` | yes | Number of hours to run super chlorination for. Defaults to 24 hours. | ### `screenlogic.stop_super_chlorination` Stops super chlorination. -| Service data attribute | Optional | Description | -| ---------------------- | -------- | ------------------------------------------------------------------------------------ | +| Service data attribute | Optional | Description | +| ---------------------- | -------- | ---------------------------------------------------------------------------------------- | | `config_entry` | no | Integration entry_id of the ScreenLogic instance you wish to stop super chlorination on. | ## Reference