Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate roku to new entity naming #74819

Merged
merged 14 commits into from
Jul 14, 2022
Prev Previous commit
Update entity.py
  • Loading branch information
ctalkington committed Jul 14, 2022
commit 22a0ac7d1c42d6dce1745b1b67d1e7592556a1d3
2 changes: 1 addition & 1 deletion homeassistant/components/roku/entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def __init__(
self._attr_unique_id = device_id

self._attr_device_info = DeviceInfo(
identifiers={(DOMAIN, self._device_id)},
identifiers={(DOMAIN, device_id)},
connections={
(CONNECTION_NETWORK_MAC, mac_address)
for mac_address in (
Expand Down