Add translation reference

This commit is contained in:
jbouwh 2025-04-13 19:16:31 +00:00
parent d306762e63
commit 9d5d6afcda

View File

@ -678,7 +678,7 @@
}, },
"platform": { "platform": {
"options": { "options": {
"light": "Light", "light": "[%key:component::sensor::title%]",
"notify": "Notify", "notify": "Notify",
"sensor": "Sensor", "sensor": "Sensor",
"switch": "Switch" "switch": "Switch"
@ -700,15 +700,15 @@
}, },
"supported_color_modes": { "supported_color_modes": {
"options": { "options": {
"onoff": "On/Off", "onoff": "[%key:component::light::entity_component::_::state_attributes::color_mode::state::onoff%]",
"brightness": "Brightness", "brightness": "[%key:component::light::entity_component::_::state_attributes::color_mode::state::brightness%]",
"color_temp": "Color temperature", "color_temp": "[%key:component::light::entity_component::_::state_attributes::color_mode::state::color_temp%]",
"hs": "HS", "hs": "[%key:component::light::entity_component::_::state_attributes::color_mode::state::hs%]",
"xy": "XY", "xy": "[%key:component::light::entity_component::_::state_attributes::color_mode::state::xy%]",
"rgb": "RGB", "rgb": "[%key:component::light::entity_component::_::state_attributes::color_mode::state::rgb%]",
"rgbw": "RGBW", "rgbw": "[%key:component::light::entity_component::_::state_attributes::color_mode::state::rgbw%]",
"rgbww": "RGBWW", "rgbww": "[%key:component::light::entity_component::_::state_attributes::color_mode::state::rgbww%]",
"white": "White" "white": "[%key:component::light::entity_component::_::state_attributes::color_mode::state::white%]"
} }
} }
}, },