mirror of
https://github.com/home-assistant/core.git
synced 2025-08-09 23:55:07 +02:00
Add serial number to Flo (#102526)
This commit is contained in:
committed by
GitHub
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(),
|
||||
|
Reference in New Issue
Block a user