Skip to content

Commit 8296b22

Browse files
Update binary_sensor.py
1 parent bb3a9d9 commit 8296b22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/solaredge_modbus_multi/binary_sensor.py

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

115115
@property
116116
def name(self) -> str:
117-
return "Grid Power"
117+
return "Grid Status"
118118

119119
@property
120120
def entity_registry_enabled_default(self) -> bool:

0 commit comments

Comments
 (0)