Fix KNX translation references (#159959)

This commit is contained in:
Matthias Alphart
2025-12-29 20:50:53 +01:00
committed by GitHub
parent d77f82f8e8
commit e561c1cebb

View File

@@ -845,9 +845,9 @@
},
"mode": {
"description": "Select how the entity is displayed in Home Assistant.",
"label": "[%common::config_flow::data::mode%]",
"label": "[%key:common::config_flow::data::mode%]",
"options": {
"password": "[%common::config_flow::data::password%]",
"password": "[%key:common::config_flow::data::password%]",
"text": "[%key:component::text::entity_component::_::state_attributes::mode::state::text%]"
}
}