Skip to content

Commit

Permalink
Add serial number to Flo (#102526)
Browse files Browse the repository at this point in the history
  • Loading branch information
joostlek committed Oct 22, 2023
1 parent ee8037a commit 1a85580
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions homeassistant/components/flo/entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def device_info(self) -> DeviceInfo:
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(),
Expand Down

0 comments on commit 1a85580

Please sign in to comment.