Fix androidtv type hint (#72513)

This commit is contained in:
Marc Mueller 2022-05-26 09:58:04 +02:00 committed by GitHub
parent 3a998f1d46
commit e8feecf50b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(