Skip to content

Commit

Permalink
Update binary_sensor.py
Browse files Browse the repository at this point in the history
  • Loading branch information
WillCodeForCats committed Jul 8, 2024
1 parent bb3a9d9 commit 8296b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/solaredge_modbus_multi/binary_sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def unique_id(self) -> str:

@property
def name(self) -> str:
return "Grid Power"
return "Grid Status"

@property
def entity_registry_enabled_default(self) -> bool:
Expand Down

0 comments on commit 8296b22

Please sign in to comment.