Add Reolink firmware version for IPC cams (#104212)

pull/104203/head^2
starkillerOG 2023-11-19 20:43:31 +01:00 committed by GitHub
parent 091559d147
commit 41224f1674
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -87,5 +87,6 @@ class ReolinkChannelCoordinatorEntity(ReolinkHostCoordinatorEntity):
name=self._host.api.camera_name(dev_ch),
model=self._host.api.camera_model(dev_ch),
manufacturer=self._host.api.manufacturer,
sw_version=self._host.api.camera_sw_version(dev_ch),
configuration_url=self._conf_url,
)