97 lines
3.5 KiB
JSON
97 lines
3.5 KiB
JSON
{
|
|
"title": "Light",
|
|
"device_automation": {
|
|
"action_type": {
|
|
"brightness_decrease": "Decrease {entity_name} brightness",
|
|
"brightness_increase": "Increase {entity_name} brightness",
|
|
"toggle": "Toggle {entity_name}",
|
|
"turn_on": "Turn on {entity_name}",
|
|
"turn_off": "Turn off {entity_name}",
|
|
"flash": "Flash {entity_name}"
|
|
},
|
|
"condition_type": {
|
|
"is_on": "{entity_name} is on",
|
|
"is_off": "{entity_name} is off"
|
|
},
|
|
"trigger_type": {
|
|
"changed_states": "{entity_name} turned on or off",
|
|
"turned_on": "{entity_name} turned on",
|
|
"turned_off": "{entity_name} turned off"
|
|
}
|
|
},
|
|
"entity_component": {
|
|
"_": {
|
|
"name": "[%key:component::light::title%]",
|
|
"state": {
|
|
"off": "[%key:common::state::off%]",
|
|
"on": "[%key:common::state::on%]"
|
|
},
|
|
"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": {
|
|
"name": "Color temperature (mireds)"
|
|
},
|
|
"color_temp_kelvin": {
|
|
"name": "Color temperature (Kelvin)"
|
|
},
|
|
"effect": {
|
|
"name": "Effect"
|
|
},
|
|
"effect_list": {
|
|
"name": "Available effects"
|
|
},
|
|
"max_color_temp_kelvin": {
|
|
"name": "Maximum color temperature (Kelvin)"
|
|
},
|
|
"min_color_temp_kelvin": {
|
|
"name": "Minimum color temperature (Kelvin)"
|
|
},
|
|
"max_mireds": {
|
|
"name": "Maximum color temperature (mireds)"
|
|
},
|
|
"min_mireds": {
|
|
"name": "Minimum color temperature (mireds)"
|
|
},
|
|
"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%]"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"issues": {
|
|
"platform_integration_no_support": {
|
|
"title": "[%key:common::issues::platform_integration_no_support_title%]",
|
|
"description": "[%key:common::issues::platform_integration_no_support_description%]"
|
|
}
|
|
}
|
|
}
|