Add serial number to device info for WeatherFlow devices (#177289)

This commit is contained in:
Nathan Spencer
2026-07-27 11:54:01 +02:00
committed by GitHub
parent 666ac49e90
commit f2583f9758
@@ -375,6 +375,7 @@ class WeatherFlowSensorEntity(SensorEntity):
manufacturer="WeatherFlow",
model=device.model,
name=device.serial_number,
serial_number=device.serial_number,
sw_version=device.firmware_revision,
)