60 lines
1.4 KiB
JSON
60 lines
1.4 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"confirm": {
|
|
"description": "[%key:common::config_flow::description::confirm_setup%]"
|
|
}
|
|
},
|
|
"abort": {
|
|
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]",
|
|
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]"
|
|
}
|
|
},
|
|
"entity": {
|
|
"button": {
|
|
"assume_on": {
|
|
"name": "Assume on"
|
|
},
|
|
"assume_off": {
|
|
"name": "Assume off"
|
|
},
|
|
"vertical_swing_on": {
|
|
"name": "Vertical swing on"
|
|
},
|
|
"vertical_swing_off": {
|
|
"name": "Vertical swing off"
|
|
}
|
|
},
|
|
"sensor": {
|
|
"remaining_time": {
|
|
"name": "Remaining time"
|
|
},
|
|
"auto_shutdown": {
|
|
"name": "Auto shutdown"
|
|
}
|
|
}
|
|
},
|
|
"services": {
|
|
"set_auto_off": {
|
|
"name": "Set auto off",
|
|
"description": "Updates Switcher device auto off setting.",
|
|
"fields": {
|
|
"auto_off": {
|
|
"name": "Auto off",
|
|
"description": "Time period string containing hours and minutes."
|
|
}
|
|
}
|
|
},
|
|
"turn_on_with_timer": {
|
|
"name": "Turn on with timer",
|
|
"description": "Turns on the Switcher device with timer.",
|
|
"fields": {
|
|
"timer_minutes": {
|
|
"name": "Timer",
|
|
"description": "Time to turn on."
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|