Add model/part number data enphase_envoy (#97942)
This commit is contained in:
parent
3969de6c76
commit
05e131452d
4 changed files with 4 additions and 4 deletions
|
@ -233,7 +233,7 @@ class EnvoyEntity(CoordinatorEntity[EnphaseUpdateCoordinator], SensorEntity):
|
|||
self._attr_device_info = DeviceInfo(
|
||||
identifiers={(DOMAIN, envoy_serial_num)},
|
||||
manufacturer="Enphase",
|
||||
model="Envoy",
|
||||
model=coordinator.envoy.part_number or "Envoy",
|
||||
name=envoy_name,
|
||||
sw_version=str(coordinator.envoy.firmware),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue