2019-06-14 22:48:21 +00:00
|
|
|
set_auto_off:
|
2021-05-15 05:30:41 +00:00
|
|
|
name: Set auto off
|
2020-04-05 15:27:16 +00:00
|
|
|
description: "Update Switcher device auto off setting."
|
2021-05-15 05:30:41 +00:00
|
|
|
target:
|
|
|
|
entity:
|
|
|
|
integration: switcher_kis
|
|
|
|
domain: switch
|
2021-07-19 13:28:40 +00:00
|
|
|
device_class: switch
|
2019-06-14 22:48:21 +00:00
|
|
|
fields:
|
|
|
|
auto_off:
|
2021-05-15 05:30:41 +00:00
|
|
|
name: Auto off
|
2020-04-05 15:27:16 +00:00
|
|
|
description: "Time period string containing hours and minutes."
|
2021-05-15 05:30:41 +00:00
|
|
|
required: true
|
2019-06-14 22:48:21 +00:00
|
|
|
example: '"02:30"'
|
2021-05-15 05:30:41 +00:00
|
|
|
selector:
|
|
|
|
text:
|
2020-05-09 10:40:01 +00:00
|
|
|
|
|
|
|
turn_on_with_timer:
|
2021-05-15 05:30:41 +00:00
|
|
|
name: Turn on with timer
|
2022-03-30 07:48:06 +00:00
|
|
|
description: "Turn on the Switcher device with timer."
|
2021-05-15 05:30:41 +00:00
|
|
|
target:
|
|
|
|
entity:
|
|
|
|
integration: switcher_kis
|
|
|
|
domain: switch
|
2021-07-19 13:28:40 +00:00
|
|
|
device_class: switch
|
2020-05-09 10:40:01 +00:00
|
|
|
fields:
|
|
|
|
timer_minutes:
|
2021-05-15 05:30:41 +00:00
|
|
|
name: Timer
|
2022-03-30 07:48:06 +00:00
|
|
|
description: "Time to turn on."
|
2021-05-15 05:30:41 +00:00
|
|
|
required: true
|
|
|
|
selector:
|
|
|
|
number:
|
|
|
|
min: 1
|
|
|
|
max: 150
|
|
|
|
unit_of_measurement: minutes
|