From 41224f16741d1a260f928af891f5ef87e1a2221f Mon Sep 17 00:00:00 2001 From: starkillerOG Date: Sun, 19 Nov 2023 20:43:31 +0100 Subject: [PATCH] Add Reolink firmware version for IPC cams (#104212) --- homeassistant/components/reolink/entity.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/reolink/entity.py b/homeassistant/components/reolink/entity.py index e7d62c9705a..4b9689e2652 100644 --- a/homeassistant/components/reolink/entity.py +++ b/homeassistant/components/reolink/entity.py @@ -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, )