1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00

Fix sensor name translations for Shelly (#156118)

This commit is contained in:
Maciej Bieniek
2025-11-08 14:29:43 +01:00
committed by GitHub
parent a606511a7e
commit 45ea8125d3
+2 -2
View File
@@ -206,7 +206,7 @@
},
"detected_objects_with_channel_name": {
"name": "{channel_name} detected objects",
"unit_of_measurement": "objects"
"unit_of_measurement": "[%key:component::shelly::entity::sensor::detected_objects::unit_of_measurement%]"
},
"device_temperature": {
"name": "Device temperature"
@@ -310,7 +310,7 @@
"name": "Pulse counter value"
},
"pulse_counter_value_with_channel_name": {
"name": "{channel_name} Pulse counter value"
"name": "{channel_name} pulse counter value"
},
"pulse_counter_with_channel_name": {
"name": "{channel_name} pulse counter"