Skip to content

Commit

Permalink
Make use of the renamed friendly name property
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexwijn committed Jan 26, 2025
1 parent 78e2ee4 commit e54edef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/sat/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def name(self) -> str:

@property
def native_value(self) -> str:
return self._coordinator.manufacturer.name
return self._coordinator.manufacturer.friendly_name

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

0 comments on commit e54edef

Please sign in to comment.