mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Fix screenlogic service descriptions (#31468)
This commit is contained in:
parent
8c7c2a45e0
commit
b46a6ca78e
@ -43,8 +43,8 @@ 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. |
|
||||
| ---------------------- | -------- | ----------------------------------------------------------------------------------- |
|
||||
| `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`
|
||||
@ -52,8 +52,8 @@ Sets the operation of any connected color-capable lights.
|
||||
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. |
|
||||
| ---------------------- | -------- | ----------------------------------------------------------------------------------------- |
|
||||
| `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`
|
||||
@ -61,7 +61,7 @@ Begins super chlorination, running for the specified period or 24 hours if none
|
||||
Stops super chlorination.
|
||||
|
||||
| Service data attribute | Optional | Description |
|
||||
| ---------------------- | -------- | ------------------------------------------------------------------------------------ |
|
||||
| ---------------------- | -------- | ---------------------------------------------------------------------------------------- |
|
||||
| `config_entry` | no | Integration entry_id of the ScreenLogic instance you wish to stop super chlorination on. |
|
||||
|
||||
## Reference
|
||||
|
Loading…
x
Reference in New Issue
Block a user