2019-06-14 22:48:21 +00:00
|
|
|
set_auto_off:
|
2020-04-05 15:27:16 +00:00
|
|
|
description: "Update Switcher device auto off setting."
|
2019-06-14 22:48:21 +00:00
|
|
|
fields:
|
|
|
|
entity_id:
|
|
|
|
description: "Name of the entity id associated with the integration, used for permission validation."
|
|
|
|
example: "switch.switcher_kis_boiler"
|
|
|
|
auto_off:
|
2020-04-05 15:27:16 +00:00
|
|
|
description: "Time period string containing hours and minutes."
|
2019-06-14 22:48:21 +00:00
|
|
|
example: '"02:30"'
|
2020-05-09 10:40:01 +00:00
|
|
|
|
|
|
|
turn_on_with_timer:
|
|
|
|
description: 'Turn on the Switcher device with timer.'
|
|
|
|
fields:
|
|
|
|
entity_id:
|
|
|
|
description: "Name of the entity id associated with the integration, used for permission validation."
|
|
|
|
example: "switch.switcher_kis_boiler"
|
|
|
|
timer_minutes:
|
2021-01-16 17:18:40 +00:00
|
|
|
description: 'Minutes to turn on (valid range from 1 to 150)'
|
2020-05-09 10:40:01 +00:00
|
|
|
example: '30'
|