Describe new feature to turn on the device with a timer (#12510)

This commit is contained in:
thecode 2020-05-09 13:45:36 +03:00 committed by GitHub
parent e4a8f15a8c
commit c57253bc0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 |