SMA add serial number in DeviceInfo (#135809)

SSIA
This commit is contained in:
Erwin Douna 2025-01-16 23:17:42 +01:00 committed by GitHub
parent 99f24ca59c
commit 46c5591336
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -72,6 +72,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
model=sma_device_info["type"],
name=sma_device_info["name"],
sw_version=sma_device_info["sw_version"],
serial_number=sma_device_info["serial"],
)
# Define the coordinator