mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Describe new feature to turn on the device with a timer (#12510)
This commit is contained in:
parent
e4a8f15a8c
commit
c57253bc0f
@ -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 |
|
||||
|
Loading…
x
Reference in New Issue
Block a user