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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user