2020-09-12 23:25:36 +02:00
{
"title" : "Adaptive Lighting" ,
"config" : {
"step" : {
"user" : {
"title" : "Choose a name for the Adaptive Lighting" ,
"description" : "Every instance can contain multiple lights!" ,
"data" : {
"name" : "Name"
}
}
} ,
"abort" : {
"already_configured" : "This name is already configured."
}
} ,
"options" : {
"step" : {
"init" : {
2020-09-13 10:46:08 +02:00
"title" : "Adaptive Lighting options" ,
2020-09-24 23:28:03 +02:00
"description" : "All settings for a Adaptive Lighting component. The option names correspond with the YAML settings. No options are shown if you have this entry defined in YAML." ,
2020-09-12 23:25:36 +02:00
"data" : {
2020-09-26 18:53:00 +02:00
"lights" : "lights" ,
2020-09-29 23:11:52 +02:00
"adapt_brightness" : "adapt_brightness" ,
2020-09-30 10:29:47 +02:00
"adapt_color_temp" : "adapt_color_temp, adapt color temperature using 'color_temp' if supported" ,
"adapt_rgb_color" : "adapt_rgb_color, adapt color temperature using RGB/XY if supported" ,
"disable_entity" : "disable_entity, entity_id that stops the switch from adapting lights" ,
"disable_state" : "disable_state, state(s) of 'disable_entity', e.g., 'off' or 'total,half'" ,
2020-09-30 21:14:23 +02:00
"initial_transition" : "initial_transition, when lights go 'off' to 'on' or when 'disable_state'/'sleep_state' changes" ,
2020-09-30 00:52:26 +02:00
"interval" : "interval, time between switch updates in seconds" ,
"max_brightness" : "max_brightness, in %" ,
"max_color_temp" : "max_color_temp, in Kelvin" ,
"min_brightness" : "min_brightness, in %" ,
"min_color_temp" : "min_color_temp, in Kelvin" ,
"only_once" : "only_once, only adapt the lights when turning them on" ,
"prefer_rgb_color" : "prefer_rgb_color, use 'rgb_color' over 'color_temp' when possible" ,
"sleep_brightness" : "sleep_brightness, in %" ,
"sleep_color_temp" : "sleep_color_temp, in Kelvin" ,
2020-09-30 12:54:02 +02:00
"sleep_entity" : "sleep_entity, 'entity_id' that manages the switch's sleep mode" ,
2020-09-30 10:29:47 +02:00
"sleep_state" : "sleep_state, state(s) of 'sleep_entity', e.g., 'off' or 'total,half'" ,
2020-09-30 00:52:26 +02:00
"sunrise_offset" : "sunrise_offset, in +/- seconds" ,
"sunrise_time" : "sunrise_time, in 'HH:MM:SS' format" ,
"sunset_offset" : "sunset_offset, in +/- seconds" ,
"sunset_time" : "sunset_time, in 'HH:MM:SS' format" ,
"transition" : "transition, in seconds"
2020-09-12 23:25:36 +02:00
}
}
} ,
"error" : {
2020-09-23 12:17:51 +02:00
"option_error" : "Invalid option"
2020-09-12 23:25:36 +02:00
}
}
2020-09-13 10:46:08 +02:00
}