mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 22:25:13 +02:00
Include channel in Reolink device URL (#144456)
Include channel in device URL
This commit is contained in:
@@ -192,7 +192,7 @@ class ReolinkChannelCoordinatorEntity(ReolinkHostCoordinatorEntity):
|
||||
hw_version=self._host.api.camera_hardware_version(dev_ch),
|
||||
sw_version=self._host.api.camera_sw_version(dev_ch),
|
||||
serial_number=self._host.api.camera_uid(dev_ch),
|
||||
configuration_url=self._conf_url,
|
||||
configuration_url=f"{self._conf_url}/?ch={dev_ch}",
|
||||
)
|
||||
|
||||
@property
|
||||
|
Reference in New Issue
Block a user