Skip to content

Commit

Permalink
Philips.js explicit device naming (#95551)
Browse files Browse the repository at this point in the history
  • Loading branch information
joostlek authored and balloob committed Jun 29, 2023
1 parent 22e32bc commit ee72a95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions homeassistant/components/philips_js/media_player.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ class PhilipsTVMediaPlayer(

_attr_device_class = MediaPlayerDeviceClass.TV
_attr_has_entity_name = True
_attr_name = None

def __init__(
self,
Expand Down

0 comments on commit ee72a95

Please sign in to comment.