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-20 18:38:53 +02:00
"lights_brightness" : "lights_brightness" ,
"lights_mired" : "lights_mired" ,
"lights_rgb" : "lights_rgb" ,
"lights_xy" : "lights_xy" ,
"disable_brightness_adjust" : "disable_brightness_adjust" ,
"disable_entity" : "disable_entity" ,
"disable_state" : "disable_state" ,
"initial_transition" : "initial_transition, the transition of the lights when turning them on or when 'disable_state' or 'sleep_state' change" ,
"interval" : "interval" ,
"max_brightness" : "max_brightness" ,
"max_color_temp" : "max_color_temp" ,
"min_brightness" : "min_brightness" ,
"min_color_temp" : "min_color_temp" ,
"only_once" : "only_once" ,
"sleep_brightness" : "sleep_brightness" ,
"sleep_color_temp" : "sleep_color_temp" ,
"sleep_entity" : "sleep_entity" ,
"sleep_state" : "sleep_state" ,
"sunrise_offset" : "sunrise_offset" ,
"sunrise_time" : "sunrise_time" ,
"sunset_offset" : "sunset_offset" ,
"sunset_time" : "sunset_time" ,
"transition" : "transition"
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
}