Skip to content

Commit

Permalink
feat(basic-information): add serial number to devices
Browse files Browse the repository at this point in the history
fixes #266
  • Loading branch information
t0bst4r committed Dec 19, 2024
1 parent 898ba0d commit 7c37dc1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export class BasicInformationServer extends Base {
32,
),
reachable: entity.state.state !== "unavailable",
serialNumber: maxLengthOrHash(entity.entity_id, 32),
});
}
}
Expand Down

0 comments on commit 7c37dc1

Please sign in to comment.