mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
Add Reolink firmware version for IPC cams (#104212)
This commit is contained in:
parent
091559d147
commit
41224f1674
@ -87,5 +87,6 @@ class ReolinkChannelCoordinatorEntity(ReolinkHostCoordinatorEntity):
|
|||||||
name=self._host.api.camera_name(dev_ch),
|
name=self._host.api.camera_name(dev_ch),
|
||||||
model=self._host.api.camera_model(dev_ch),
|
model=self._host.api.camera_model(dev_ch),
|
||||||
manufacturer=self._host.api.manufacturer,
|
manufacturer=self._host.api.manufacturer,
|
||||||
|
sw_version=self._host.api.camera_sw_version(dev_ch),
|
||||||
configuration_url=self._conf_url,
|
configuration_url=self._conf_url,
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user