Skip to content

Commit

Permalink
Docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
Bre77 committed May 15, 2024
1 parent b640ee5 commit 64507b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions homeassistant/components/teslemetry/media_player.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Media Player platform for Teslemetry integration."""
"""Media player platform for Teslemetry integration."""

from __future__ import annotations

Expand Down Expand Up @@ -39,7 +39,7 @@ async def async_setup_entry(


class TeslemetryMediaEntity(TeslemetryVehicleEntity, MediaPlayerEntity):
"""Vehicle Location Media Class."""
"""Vehicle media player class."""

_attr_device_class = MediaPlayerDeviceClass.SPEAKER
_attr_supported_features = (
Expand Down

0 comments on commit 64507b7

Please sign in to comment.