Skip to content

Commit ab53ce6

Browse files
Rename HeatSinkTemperature sensor name property
1 parent 202a428 commit ab53ce6

File tree

1 file changed

+1
-1
lines changed
  • custom_components/solaredge_modbus_multi

1 file changed

+1
-1
lines changed

custom_components/solaredge_modbus_multi/sensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1203,7 +1203,7 @@ def unique_id(self) -> str:
12031203

12041204
@property
12051205
def name(self) -> str:
1206-
return "Temp Sink"
1206+
return "Temperature"
12071207

12081208
@property
12091209
def native_value(self):

0 commit comments

Comments
 (0)