Update screenlogic.markdown (#31115)

This commit is contained in:
Kevin Worrel 2024-02-05 00:06:24 -08:00 committed by GitHub
parent a6e494c3f9
commit d49144b66c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,27 +42,27 @@ 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 |
| ---------------------- | -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `target` | no | An `area` containing the ScreenLogic device, the ScreenLogic `device` itself, or any `entity` from the ScreenLogic device you wish to stop super chlorination on. |
| Service data attribute | Optional | Description |
| ---------------------- | -------- | ------------------------------------------------------------------------------------ |
| `config_entry` | no | Integration entry_id of the ScreenLogic instance wish to stop super chlorination on. |
## Reference