mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 15:47:12 +00:00
Include channel in Reolink device URL (#144456)
Include channel in device URL
This commit is contained in:
parent
1cb813e0c5
commit
ff637ef046
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user