Fix androidtv type hint (#72513)
This commit is contained in:
parent
3a998f1d46
commit
e8feecf50b
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ def get_androidtv_mac(dev_props: dict[str, Any]) -> str | None:
|
|||
|
||||
|
||||
def _setup_androidtv(
|
||||
hass: HomeAssistant, config: dict[str, Any]
|
||||
hass: HomeAssistant, config: Mapping[str, Any]
|
||||
) -> tuple[str, PythonRSASigner | None, str]:
|
||||
"""Generate an ADB key (if needed) and load it."""
|
||||
adbkey: str = config.get(
|
||||
|
|
Loading…
Add table
Reference in a new issue