Skip to content

Commit

Permalink
Coordinator name based on specific device
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdwetering committed Sep 2, 2023
1 parent 609f055 commit d96dc26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/huesyncbox/coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def __init__(self, hass, api: aiohuesyncbox.HueSyncBox):
hass,
LOGGER,
# Name of the data. For logging purposes.
name="Philips Hue Play HDMI Sync Box",
name=f"{api.device.name} at {api.device.ip_address}",
# Polling interval. Will only be polled if there are subscribers.
update_interval=COORDINATOR_UPDATE_INTERVAL,
)
Expand Down

0 comments on commit d96dc26

Please sign in to comment.