mirror of
https://github.com/home-assistant/core.git
synced 2025-07-12 07:47:08 +00:00
Add translation reference
This commit is contained in:
parent
d306762e63
commit
9d5d6afcda
@ -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%]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user