mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Add unit translations for KNX integration (#131176)
* Add unit translations for KNX integration * re-use values
This commit is contained in:
parent
fd392eea31
commit
bd0a2b6f68
@ -294,19 +294,24 @@
|
||||
"name": "Connection type"
|
||||
},
|
||||
"telegrams_incoming": {
|
||||
"name": "Incoming telegrams"
|
||||
"name": "Incoming telegrams",
|
||||
"unit_of_measurement": "[%key:component::knx::entity::sensor::telegram_count::unit_of_measurement%]"
|
||||
},
|
||||
"telegrams_incoming_error": {
|
||||
"name": "Incoming telegram errors"
|
||||
"name": "Incoming telegram errors",
|
||||
"unit_of_measurement": "errors"
|
||||
},
|
||||
"telegrams_outgoing": {
|
||||
"name": "Outgoing telegrams"
|
||||
"name": "Outgoing telegrams",
|
||||
"unit_of_measurement": "[%key:component::knx::entity::sensor::telegram_count::unit_of_measurement%]"
|
||||
},
|
||||
"telegrams_outgoing_error": {
|
||||
"name": "Outgoing telegram errors"
|
||||
"name": "Outgoing telegram errors",
|
||||
"unit_of_measurement": "[%key:component::knx::entity::sensor::telegrams_incoming_error::unit_of_measurement%]"
|
||||
},
|
||||
"telegram_count": {
|
||||
"name": "Telegrams"
|
||||
"name": "Telegrams",
|
||||
"unit_of_measurement": "telegrams"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user