2019-09-02 06:40:18 +02:00
{
2024-06-07 20:59:26 +02:00
"common" : {
2025-11-25 17:52:20 +01:00
"condition_behavior_description" : "How the state should match on the targeted lights." ,
"condition_behavior_name" : "Behavior" ,
2024-06-07 20:59:26 +02:00
"field_brightness_description" : "Number indicating brightness, where 0 turns the light off, 1 is the minimum brightness, and 255 is the maximum brightness." ,
"field_brightness_name" : "Brightness value" ,
"field_brightness_pct_description" : "Number indicating the percentage of full brightness, where 0 turns the light off, 1 is the minimum brightness, and 100 is the maximum brightness." ,
"field_brightness_pct_name" : "Brightness" ,
"field_brightness_step_description" : "Change brightness by an amount." ,
"field_brightness_step_name" : "Brightness step value" ,
"field_brightness_step_pct_description" : "Change brightness by a percentage." ,
"field_brightness_step_pct_name" : "Brightness step" ,
"field_color_name_description" : "A human-readable color name." ,
"field_color_name_name" : "Color name" ,
2025-10-28 10:33:10 +01:00
"field_color_temp_kelvin_description" : "Color temperature in Kelvin." ,
"field_color_temp_kelvin_name" : "Color temperature" ,
2024-06-07 20:59:26 +02:00
"field_effect_description" : "Light effect." ,
"field_effect_name" : "Effect" ,
"field_flash_description" : "Tell light to flash, can be either value short or long." ,
"field_flash_name" : "Flash" ,
"field_hs_color_description" : "Color in hue/sat format. A list of two integers. Hue is 0-360 and Sat is 0-100." ,
"field_hs_color_name" : "Hue/Sat color" ,
"field_profile_description" : "Name of a light profile to use." ,
"field_profile_name" : "Profile" ,
"field_rgb_color_description" : "The color in RGB format. A list of three integers between 0 and 255 representing the values of red, green, and blue." ,
"field_rgb_color_name" : "Color" ,
"field_rgbw_color_description" : "The color in RGBW format. A list of four integers between 0 and 255 representing the values of red, green, blue, and white." ,
"field_rgbw_color_name" : "RGBW-color" ,
"field_rgbww_color_description" : "The color in RGBWW format. A list of five integers between 0 and 255 representing the values of red, green, blue, cold white, and warm white." ,
"field_rgbww_color_name" : "RGBWW-color" ,
"field_transition_description" : "Duration it takes to get to next state." ,
"field_transition_name" : "Transition" ,
"field_white_description" : "Set the light to white mode." ,
"field_white_name" : "White" ,
"field_xy_color_description" : "Color in XY-format. A list of two decimal numbers between 0 and 1." ,
2024-06-25 20:00:48 +02:00
"field_xy_color_name" : "XY-color" ,
2025-11-25 17:52:20 +01:00
"section_advanced_fields_name" : "Advanced options" ,
"trigger_behavior_description" : "The behavior of the targeted lights to trigger on." ,
"trigger_behavior_name" : "Behavior"
} ,
"conditions" : {
"is_off" : {
2026-01-13 09:45:31 +01:00
"description" : "Tests if one or more lights are off." ,
2025-11-25 17:52:20 +01:00
"fields" : {
"behavior" : {
"description" : "[%key:component::light::common::condition_behavior_description%]" ,
"name" : "[%key:component::light::common::condition_behavior_name%]"
}
} ,
2026-01-21 16:56:47 +01:00
"name" : "Light is off"
2025-11-25 17:52:20 +01:00
} ,
"is_on" : {
2026-01-13 09:45:31 +01:00
"description" : "Tests if one or more lights are on." ,
2025-11-25 17:52:20 +01:00
"fields" : {
"behavior" : {
"description" : "[%key:component::light::common::condition_behavior_description%]" ,
"name" : "[%key:component::light::common::condition_behavior_name%]"
}
} ,
2026-01-21 16:56:47 +01:00
"name" : "Light is on"
2025-11-25 17:52:20 +01:00
}
2024-06-07 20:59:26 +02:00
} ,
2019-09-02 06:40:18 +02:00
"device_automation" : {
2019-09-06 01:26:22 +02:00
"action_type" : {
2020-02-26 19:24:43 +01:00
"brightness_decrease" : "Decrease {entity_name} brightness" ,
"brightness_increase" : "Increase {entity_name} brightness" ,
2025-10-28 10:33:10 +01:00
"flash" : "Flash {entity_name}" ,
2023-07-10 12:56:51 +02:00
"toggle" : "[%key:common::device_automation::action_type::toggle%]" ,
"turn_off" : "[%key:common::device_automation::action_type::turn_off%]" ,
2025-10-28 10:33:10 +01:00
"turn_on" : "[%key:common::device_automation::action_type::turn_on%]"
2019-09-06 01:26:22 +02:00
} ,
2019-09-05 16:49:32 +02:00
"condition_type" : {
2025-10-28 10:33:10 +01:00
"is_off" : "[%key:common::device_automation::condition_type::is_off%]" ,
"is_on" : "[%key:common::device_automation::condition_type::is_on%]"
2024-06-12 14:10:02 +02:00
} ,
"extra_fields" : {
"brightness_pct" : "Brightness" ,
2025-09-04 08:25:25 -07:00
"flash" : "Flash" ,
"for" : "[%key:common::device_automation::extra_fields::for%]"
2025-10-28 10:33:10 +01:00
} ,
"trigger_type" : {
"changed_states" : "[%key:common::device_automation::trigger_type::changed_states%]" ,
"turned_off" : "[%key:common::device_automation::trigger_type::turned_off%]" ,
"turned_on" : "[%key:common::device_automation::trigger_type::turned_on%]"
2019-09-02 06:40:18 +02:00
}
2020-04-20 16:25:35 -07:00
} ,
2023-03-16 12:16:08 +01:00
"entity_component" : {
2020-04-20 16:25:35 -07:00
"_" : {
2023-03-16 21:10:20 +01:00
"name" : "[%key:component::light::title%]" ,
2023-03-16 12:16:08 +01:00
"state" : {
"off" : "[%key:common::state::off%]" ,
"on" : "[%key:common::state::on%]"
2023-03-18 01:35:25 +01:00
} ,
"state_attributes" : {
"brightness" : {
"name" : "Brightness"
} ,
"color_mode" : {
"name" : "Color mode" ,
"state" : {
"brightness" : "Brightness only" ,
"color_temp" : "Color temperature" ,
"hs" : "HS" ,
"onoff" : "On/Off" ,
"rgb" : "RGB" ,
"rgbw" : "RGBW" ,
"rgbww" : "RGBWW" ,
"unknown" : "Unknown" ,
"white" : "White" ,
"xy" : "XY"
}
} ,
"color_temp_kelvin" : {
"name" : "Color temperature (Kelvin)"
} ,
"effect" : {
2025-03-28 11:48:34 +01:00
"name" : "Effect" ,
"state" : {
"off" : "[%key:common::state::off%]"
}
2023-03-18 01:35:25 +01:00
} ,
"effect_list" : {
"name" : "Available effects"
} ,
"max_color_temp_kelvin" : {
"name" : "Maximum color temperature (Kelvin)"
} ,
2025-10-28 10:33:10 +01:00
"min_color_temp_kelvin" : {
"name" : "Minimum color temperature (Kelvin)"
} ,
2023-03-18 01:35:25 +01:00
"supported_color_modes" : {
"name" : "Available color modes" ,
"state" : {
"brightness" : "[%key:component::light::entity_component::_::state_attributes::color_mode::state::brightness%]" ,
"color_temp" : "[%key:component::light::entity_component::_::state_attributes::color_mode::state::color_temp%]" ,
"hs" : "[%key:component::light::entity_component::_::state_attributes::color_mode::state::hs%]" ,
"onoff" : "[%key:component::light::entity_component::_::state_attributes::color_mode::state::onoff%]" ,
"rgb" : "[%key:component::light::entity_component::_::state_attributes::color_mode::state::rgb%]" ,
"rgbw" : "[%key:component::light::entity_component::_::state_attributes::color_mode::state::rgbw%]" ,
"rgbww" : "[%key:component::light::entity_component::_::state_attributes::color_mode::state::rgbww%]" ,
"unknown" : "[%key:component::light::entity_component::_::state_attributes::color_mode::state::unknown%]" ,
"white" : "[%key:component::light::entity_component::_::state_attributes::color_mode::state::white%]" ,
"xy" : "[%key:component::light::entity_component::_::state_attributes::color_mode::state::xy%]"
}
}
2023-03-16 12:16:08 +01:00
}
2020-04-20 16:25:35 -07:00
}
2023-07-11 15:52:12 +02:00
} ,
"selector" : {
"color_name" : {
"options" : {
"aliceblue" : "Alice blue" ,
"antiquewhite" : "Antique white" ,
"aqua" : "Aqua" ,
"aquamarine" : "Aquamarine" ,
"azure" : "Azure" ,
"beige" : "Beige" ,
"bisque" : "Bisque" ,
"blanchedalmond" : "Blanched almond" ,
"blue" : "Blue" ,
"blueviolet" : "Blue violet" ,
"brown" : "Brown" ,
"burlywood" : "Burlywood" ,
"cadetblue" : "Cadet blue" ,
"chartreuse" : "Chartreuse" ,
"chocolate" : "Chocolate" ,
"coral" : "Coral" ,
"cornflowerblue" : "Cornflower blue" ,
"cornsilk" : "Cornsilk" ,
"crimson" : "Crimson" ,
"cyan" : "Cyan" ,
"darkblue" : "Dark blue" ,
"darkcyan" : "Dark cyan" ,
"darkgoldenrod" : "Dark goldenrod" ,
"darkgray" : "Dark gray" ,
"darkgreen" : "Dark green" ,
"darkgrey" : "Dark grey" ,
"darkkhaki" : "Dark khaki" ,
"darkmagenta" : "Dark magenta" ,
"darkolivegreen" : "Dark olive green" ,
"darkorange" : "Dark orange" ,
"darkorchid" : "Dark orchid" ,
"darkred" : "Dark red" ,
"darksalmon" : "Dark salmon" ,
"darkseagreen" : "Dark sea green" ,
"darkslateblue" : "Dark slate blue" ,
"darkslategray" : "Dark slate gray" ,
"darkslategrey" : "Dark slate grey" ,
"darkturquoise" : "Dark turquoise" ,
"darkviolet" : "Dark violet" ,
"deeppink" : "Deep pink" ,
"deepskyblue" : "Deep sky blue" ,
"dimgray" : "Dim gray" ,
"dimgrey" : "Dim grey" ,
"dodgerblue" : "Dodger blue" ,
"firebrick" : "Fire brick" ,
"floralwhite" : "Floral white" ,
"forestgreen" : "Forest green" ,
"fuchsia" : "Fuchsia" ,
"gainsboro" : "Gainsboro" ,
"ghostwhite" : "Ghost white" ,
"gold" : "Gold" ,
"goldenrod" : "Goldenrod" ,
"gray" : "Gray" ,
"green" : "Green" ,
"greenyellow" : "Green yellow" ,
"grey" : "Grey" ,
2025-10-28 10:33:10 +01:00
"homeassistant" : "Home Assistant" ,
2023-07-11 15:52:12 +02:00
"honeydew" : "Honeydew" ,
"hotpink" : "Hot pink" ,
"indianred" : "Indian red" ,
"indigo" : "Indigo" ,
"ivory" : "Ivory" ,
"khaki" : "Khaki" ,
"lavender" : "Lavender" ,
"lavenderblush" : "Lavender blush" ,
"lawngreen" : "Lawn green" ,
"lemonchiffon" : "Lemon chiffon" ,
"lightblue" : "Light blue" ,
"lightcoral" : "Light coral" ,
"lightcyan" : "Light cyan" ,
"lightgoldenrodyellow" : "Light goldenrod yellow" ,
"lightgray" : "Light gray" ,
"lightgreen" : "Light green" ,
"lightgrey" : "Light grey" ,
"lightpink" : "Light pink" ,
"lightsalmon" : "Light salmon" ,
"lightseagreen" : "Light sea green" ,
"lightskyblue" : "Light sky blue" ,
"lightslategray" : "Light slate gray" ,
"lightslategrey" : "Light slate grey" ,
"lightsteelblue" : "Light steel blue" ,
"lightyellow" : "Light yellow" ,
"lime" : "Lime" ,
"limegreen" : "Lime green" ,
"linen" : "Linen" ,
"magenta" : "Magenta" ,
"maroon" : "Maroon" ,
"mediumaquamarine" : "Medium aquamarine" ,
"mediumblue" : "Medium blue" ,
"mediumorchid" : "Medium orchid" ,
"mediumpurple" : "Medium purple" ,
"mediumseagreen" : "Medium sea green" ,
"mediumslateblue" : "Medium slate blue" ,
"mediumspringgreen" : "Medium spring green" ,
"mediumturquoise" : "Medium turquoise" ,
"mediumvioletred" : "Medium violet red" ,
"midnightblue" : "Midnight blue" ,
"mintcream" : "Mint cream" ,
"mistyrose" : "Misty rose" ,
"moccasin" : "Moccasin" ,
"navajowhite" : "Navajo white" ,
"navy" : "Navy" ,
"navyblue" : "Navy blue" ,
"oldlace" : "Old lace" ,
"olive" : "Olive" ,
"olivedrab" : "Olive drab" ,
"orange" : "Orange" ,
"orangered" : "Orange red" ,
"orchid" : "Orchid" ,
"palegoldenrod" : "Pale goldenrod" ,
"palegreen" : "Pale green" ,
"paleturquoise" : "Pale turquoise" ,
"palevioletred" : "Pale violet red" ,
"papayawhip" : "Papaya whip" ,
"peachpuff" : "Peach puff" ,
"peru" : "Peru" ,
"pink" : "Pink" ,
"plum" : "Plum" ,
"powderblue" : "Powder blue" ,
"purple" : "Purple" ,
"red" : "Red" ,
"rosybrown" : "Rosy brown" ,
"royalblue" : "Royal blue" ,
"saddlebrown" : "Saddle brown" ,
"salmon" : "Salmon" ,
"sandybrown" : "Sandy brown" ,
"seagreen" : "Sea green" ,
"seashell" : "Seashell" ,
"sienna" : "Sienna" ,
"silver" : "Silver" ,
"skyblue" : "Sky blue" ,
"slateblue" : "Slate blue" ,
"slategray" : "Slate gray" ,
"slategrey" : "Slate grey" ,
"snow" : "Snow" ,
"springgreen" : "Spring green" ,
"steelblue" : "Steel blue" ,
"tan" : "Tan" ,
"teal" : "Teal" ,
"thistle" : "Thistle" ,
"tomato" : "Tomato" ,
"turquoise" : "Turquoise" ,
"violet" : "Violet" ,
"wheat" : "Wheat" ,
"white" : "White" ,
"whitesmoke" : "White smoke" ,
"yellow" : "Yellow" ,
"yellowgreen" : "Yellow green"
}
2025-04-01 05:43:24 +02:00
} ,
2025-11-25 17:52:20 +01:00
"condition_behavior" : {
"options" : {
"all" : "All" ,
"any" : "Any"
}
} ,
2025-04-01 05:43:24 +02:00
"flash" : {
"options" : {
2025-10-28 10:33:10 +01:00
"long" : "Long" ,
"short" : "Short"
2025-04-01 05:43:24 +02:00
}
2025-11-25 17:52:20 +01:00
} ,
2025-12-22 16:54:53 +01:00
"number_or_entity" : {
"choices" : {
"entity" : "Entity" ,
"number" : "Number"
}
} ,
2025-11-25 17:52:20 +01:00
"state" : {
"options" : {
"off" : "[%key:common::state::off%]" ,
"on" : "[%key:common::state::on%]"
}
} ,
"trigger_behavior" : {
"options" : {
"any" : "Any" ,
"first" : "First" ,
"last" : "Last"
}
2025-12-22 16:54:53 +01:00
} ,
"trigger_threshold_type" : {
"options" : {
"above" : "Above a value" ,
"below" : "Below a value" ,
"between" : "In a range" ,
"outside" : "Outside a range"
}
2023-07-11 15:52:12 +02:00
}
} ,
"services" : {
2025-10-28 10:33:10 +01:00
"toggle" : {
"description" : "Toggles one or more lights, from on to off, or off to on, based on their current state." ,
2023-07-11 15:52:12 +02:00
"fields" : {
"brightness" : {
2025-10-28 10:33:10 +01:00
"description" : "[%key:component::light::common::field_brightness_description%]" ,
"name" : "[%key:component::light::common::field_brightness_name%]"
2023-07-11 15:52:12 +02:00
} ,
"brightness_pct" : {
2025-10-28 10:33:10 +01:00
"description" : "[%key:component::light::common::field_brightness_pct_description%]" ,
"name" : "[%key:component::light::common::field_brightness_pct_name%]"
2023-07-11 15:52:12 +02:00
} ,
2025-10-28 10:33:10 +01:00
"color_name" : {
"description" : "[%key:component::light::common::field_color_name_description%]" ,
"name" : "[%key:component::light::common::field_color_name_name%]"
2023-07-11 15:52:12 +02:00
} ,
2025-10-28 10:33:10 +01:00
"color_temp_kelvin" : {
"description" : "[%key:component::light::common::field_color_temp_kelvin_description%]" ,
"name" : "[%key:component::light::common::field_color_temp_kelvin_name%]"
2023-07-11 15:52:12 +02:00
} ,
"effect" : {
2025-10-28 10:33:10 +01:00
"description" : "[%key:component::light::common::field_effect_description%]" ,
"name" : "[%key:component::light::common::field_effect_name%]"
} ,
"flash" : {
"description" : "[%key:component::light::common::field_flash_description%]" ,
"name" : "[%key:component::light::common::field_flash_name%]"
} ,
"hs_color" : {
"description" : "[%key:component::light::common::field_hs_color_description%]" ,
"name" : "[%key:component::light::common::field_hs_color_name%]"
} ,
"profile" : {
"description" : "[%key:component::light::common::field_profile_description%]" ,
"name" : "[%key:component::light::common::field_profile_name%]"
} ,
"rgb_color" : {
"description" : "[%key:component::light::common::field_rgb_color_description%]" ,
"name" : "[%key:component::light::common::field_rgb_color_name%]"
} ,
"rgbw_color" : {
"description" : "[%key:component::light::common::field_rgbw_color_description%]" ,
"name" : "[%key:component::light::common::field_rgbw_color_name%]"
} ,
"rgbww_color" : {
"description" : "[%key:component::light::common::field_rgbww_color_description%]" ,
"name" : "[%key:component::light::common::field_rgbww_color_name%]"
} ,
"transition" : {
"description" : "[%key:component::light::common::field_transition_description%]" ,
"name" : "[%key:component::light::common::field_transition_name%]"
} ,
"white" : {
"description" : "[%key:component::light::common::field_white_description%]" ,
"name" : "[%key:component::light::common::field_white_name%]"
} ,
"xy_color" : {
"description" : "[%key:component::light::common::field_xy_color_description%]" ,
"name" : "[%key:component::light::common::field_xy_color_name%]"
2023-07-11 15:52:12 +02:00
}
2024-06-25 20:00:48 +02:00
} ,
2025-10-28 10:33:10 +01:00
"name" : "[%key:common::action::toggle%]" ,
2024-06-25 20:00:48 +02:00
"sections" : {
"advanced_fields" : {
"name" : "[%key:component::light::common::section_advanced_fields_name%]"
}
2023-07-11 15:52:12 +02:00
}
} ,
"turn_off" : {
2025-02-10 20:34:38 +01:00
"description" : "Turns off one or more lights." ,
2023-07-11 15:52:12 +02:00
"fields" : {
"flash" : {
2025-10-28 10:33:10 +01:00
"description" : "[%key:component::light::common::field_flash_description%]" ,
"name" : "[%key:component::light::common::field_flash_name%]"
} ,
"transition" : {
"description" : "[%key:component::light::common::field_transition_description%]" ,
"name" : "[%key:component::light::common::field_transition_name%]"
2023-07-11 15:52:12 +02:00
}
2024-06-25 20:00:48 +02:00
} ,
2025-10-28 10:33:10 +01:00
"name" : "[%key:common::action::turn_off%]" ,
2024-06-25 20:00:48 +02:00
"sections" : {
"advanced_fields" : {
"name" : "[%key:component::light::common::section_advanced_fields_name%]"
}
2023-07-11 15:52:12 +02:00
}
} ,
2025-10-28 10:33:10 +01:00
"turn_on" : {
"description" : "Turns on one or more lights and adjusts their properties, even when they are turned on already." ,
2023-07-11 15:52:12 +02:00
"fields" : {
"brightness" : {
2025-10-28 10:33:10 +01:00
"description" : "[%key:component::light::common::field_brightness_description%]" ,
"name" : "[%key:component::light::common::field_brightness_name%]"
2023-07-11 15:52:12 +02:00
} ,
"brightness_pct" : {
2025-10-28 10:33:10 +01:00
"description" : "[%key:component::light::common::field_brightness_pct_description%]" ,
"name" : "[%key:component::light::common::field_brightness_pct_name%]"
2023-07-11 15:52:12 +02:00
} ,
2025-10-28 10:33:10 +01:00
"brightness_step" : {
"description" : "[%key:component::light::common::field_brightness_step_description%]" ,
"name" : "[%key:component::light::common::field_brightness_step_name%]"
2023-07-11 15:52:12 +02:00
} ,
2025-10-28 10:33:10 +01:00
"brightness_step_pct" : {
"description" : "[%key:component::light::common::field_brightness_step_pct_description%]" ,
"name" : "[%key:component::light::common::field_brightness_step_pct_name%]"
2023-07-11 15:52:12 +02:00
} ,
2025-10-28 10:33:10 +01:00
"color_name" : {
"description" : "[%key:component::light::common::field_color_name_description%]" ,
"name" : "[%key:component::light::common::field_color_name_name%]"
} ,
"color_temp_kelvin" : {
"description" : "[%key:component::light::common::field_color_temp_kelvin_description%]" ,
"name" : "[%key:component::light::common::field_color_temp_kelvin_name%]"
2023-07-11 15:52:12 +02:00
} ,
"effect" : {
2025-10-28 10:33:10 +01:00
"description" : "[%key:component::light::common::field_effect_description%]" ,
"name" : "[%key:component::light::common::field_effect_name%]"
} ,
"flash" : {
"description" : "[%key:component::light::common::field_flash_description%]" ,
"name" : "[%key:component::light::common::field_flash_name%]"
} ,
"hs_color" : {
"description" : "[%key:component::light::common::field_hs_color_description%]" ,
"name" : "[%key:component::light::common::field_hs_color_name%]"
} ,
"profile" : {
"description" : "[%key:component::light::common::field_profile_description%]" ,
"name" : "[%key:component::light::common::field_profile_name%]"
} ,
"rgb_color" : {
"description" : "[%key:component::light::common::field_rgb_color_description%]" ,
"name" : "[%key:component::light::common::field_rgb_color_name%]"
} ,
"rgbw_color" : {
"description" : "[%key:component::light::common::field_rgbw_color_description%]" ,
"name" : "[%key:component::light::common::field_rgbw_color_name%]"
} ,
"rgbww_color" : {
"description" : "[%key:component::light::common::field_rgbww_color_description%]" ,
"name" : "[%key:component::light::common::field_rgbww_color_name%]"
} ,
"transition" : {
"description" : "[%key:component::light::common::field_transition_description%]" ,
"name" : "[%key:component::light::common::field_transition_name%]"
} ,
"white" : {
"description" : "[%key:component::light::common::field_white_description%]" ,
"name" : "[%key:component::light::common::field_white_name%]"
} ,
"xy_color" : {
"description" : "[%key:component::light::common::field_xy_color_description%]" ,
"name" : "[%key:component::light::common::field_xy_color_name%]"
2023-07-11 15:52:12 +02:00
}
2024-06-25 20:00:48 +02:00
} ,
2025-10-28 10:33:10 +01:00
"name" : "[%key:common::action::turn_on%]" ,
2024-06-25 20:00:48 +02:00
"sections" : {
"advanced_fields" : {
"name" : "[%key:component::light::common::section_advanced_fields_name%]"
}
2023-07-11 15:52:12 +02:00
}
}
2025-10-28 10:33:10 +01:00
} ,
2025-11-25 17:52:20 +01:00
"title" : "Light" ,
"triggers" : {
2025-12-22 16:54:53 +01:00
"brightness_changed" : {
"description" : "Triggers after the brightness of one or more lights changes." ,
"fields" : {
"above" : {
"description" : "Trigger when the target brightness is above this value." ,
"name" : "Above"
} ,
"below" : {
"description" : "Trigger when the target brightness is below this value." ,
"name" : "Below"
}
} ,
"name" : "Light brightness changed"
} ,
"brightness_crossed_threshold" : {
"description" : "Triggers after the brightness of one or more lights crosses a threshold." ,
"fields" : {
"behavior" : {
"description" : "[%key:component::light::common::trigger_behavior_description%]" ,
"name" : "[%key:component::light::common::trigger_behavior_name%]"
} ,
"lower_limit" : {
"description" : "Lower threshold limit." ,
"name" : "Lower threshold"
} ,
"threshold_type" : {
"description" : "Type of threshold crossing to trigger on." ,
"name" : "Threshold type"
} ,
"upper_limit" : {
"description" : "Upper threshold limit." ,
"name" : "Upper threshold"
}
} ,
"name" : "Light brightness crossed threshold"
} ,
2025-11-25 17:52:20 +01:00
"turned_off" : {
2025-12-02 11:08:39 +01:00
"description" : "Triggers after one or more lights turn off." ,
2025-11-25 17:52:20 +01:00
"fields" : {
"behavior" : {
"description" : "[%key:component::light::common::trigger_behavior_description%]" ,
"name" : "[%key:component::light::common::trigger_behavior_name%]"
}
} ,
2025-12-02 11:08:39 +01:00
"name" : "Light turned off"
2025-11-25 17:52:20 +01:00
} ,
"turned_on" : {
2025-12-02 11:08:39 +01:00
"description" : "Triggers after one or more lights turn on." ,
2025-11-25 17:52:20 +01:00
"fields" : {
"behavior" : {
"description" : "[%key:component::light::common::trigger_behavior_description%]" ,
"name" : "[%key:component::light::common::trigger_behavior_name%]"
}
} ,
2025-12-02 11:08:39 +01:00
"name" : "Light turned on"
2025-11-25 17:52:20 +01:00
}
}
2019-09-02 06:40:18 +02:00
}