Add Reolink model_id / item number (#122371)

This commit is contained in:
starkillerOG 2024-07-22 11:20:02 +02:00 committed by GitHub
parent 9793aa0a5e
commit 8d538fcd52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -64,6 +64,7 @@ class ReolinkHostCoordinatorEntity(CoordinatorEntity[DataUpdateCoordinator[None]
connections={(CONNECTION_NETWORK_MAC, self._host.api.mac_address)},
name=self._host.api.nvr_name,
model=self._host.api.model,
model_id=self._host.api.item_number,
manufacturer=self._host.api.manufacturer,
hw_version=self._host.api.hardware_version,
sw_version=self._host.api.sw_version,