Skip to content

Commit

Permalink
Fix name position for device tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
cyr-ius committed Jun 12, 2024
1 parent a2acd80 commit 1ffe400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/audiconnect/device_tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
_LOGGER = logging.getLogger(__name__)

SENSOR_TYPES: tuple[AudiTrackerDescription, ...] = (
AudiTrackerDescription(key="position", translation_key="position"),
AudiTrackerDescription(key="position", name="Position", translation_key="position"),
)


Expand Down

0 comments on commit 1ffe400

Please sign in to comment.