Include config entry id in response to WS API hardware/info (#81906)

This commit is contained in:
Erik Montnemery 2022-11-10 13:19:21 +01:00 committed by GitHub
parent a954443795
commit 874ece195e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 24 additions and 0 deletions

View file

@ -34,6 +34,7 @@ class HardwareInfo:
name: str | None
board: BoardInfo | None
config_entries: list[str] | None
dongle: USBInfo | None
url: str | None