mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Add serial number to Flo (#102526)
This commit is contained in:
parent
ee8037afc1
commit
1a8558012f
@ -32,6 +32,7 @@ class FloEntity(Entity):
|
||||
return DeviceInfo(
|
||||
connections={(CONNECTION_NETWORK_MAC, self._device.mac_address)},
|
||||
identifiers={(FLO_DOMAIN, self._device.id)},
|
||||
serial_number=self._device.serial_number,
|
||||
manufacturer=self._device.manufacturer,
|
||||
model=self._device.model,
|
||||
name=self._device.device_name.capitalize(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user