diff --git a/source/_integrations/switcher_kis.markdown b/source/_integrations/switcher_kis.markdown index 191f50eb0bd..976bc2f4382 100644 --- a/source/_integrations/switcher_kis.markdown +++ b/source/_integrations/switcher_kis.markdown @@ -74,3 +74,14 @@ Meaning the device will turn itself off when reaching the auto-off configuration | ------------- | --------- | -------------------------------------------------------------------------------------- | -------------------------- | | `entity_id` | Yes | Name of the entity id associated with the integration, used for permission validation. | switch.switcher_kis_boiler | | `auto_off` | Yes | Time period string containing hours and minutes. | "02:30" | + +### Service: `switcher_kis.turn_on_with_timer` + +You can use the `switcher_kis.turn_on_with_timer` service to turn on the switcher device with timer. + +Meaning the device will turn itself off when timer ends. +Note: This does not affect the auto off timer. +| Service Field | Mandatory | Description | Example | +| ------------- | --------- | -------------------------------------------------------------------------------------- | -------------------------- | +| `entity_id` | Yes | Name of the entity id associated with the integration, used for permission validation. | switch.switcher_kis_boiler | +| `timer_minutes` | Yes | Integer containing timer minutes (valid range 1 to 90) | 90 |