mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
Add serial number to device info for WeatherFlow devices (#177289)
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user