improve code quality for roku

This commit is contained in:
Chris Talkington 2024-12-19 20:29:08 -06:00 committed by GitHub
parent afae257a12
commit cba83620b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -91,8 +91,7 @@ async def async_setup_entry(
RokuMediaPlayer(
coordinator=entry.runtime_data,
)
],
True,
]
)
platform = entity_platform.async_get_current_platform()