Add hardware version to the device registry (#61650)

This commit is contained in:
J. Nick Koston 2021-12-16 05:16:19 -06:00 committed by GitHub
parent b1b3079d07
commit 04153c0075
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 206 additions and 28 deletions

View file

@ -177,6 +177,7 @@ class DeviceInfo(TypedDict, total=False):
name: str | None
suggested_area: str | None
sw_version: str | None
hw_version: str | None
via_device: tuple[str, str]