mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 01:37:08 +00:00
Fix androidtv type hint (#72513)
This commit is contained in:
parent
3a998f1d46
commit
e8feecf50b
@ -60,7 +60,7 @@ def get_androidtv_mac(dev_props: dict[str, Any]) -> str | None:
|
|||||||
|
|
||||||
|
|
||||||
def _setup_androidtv(
|
def _setup_androidtv(
|
||||||
hass: HomeAssistant, config: dict[str, Any]
|
hass: HomeAssistant, config: Mapping[str, Any]
|
||||||
) -> tuple[str, PythonRSASigner | None, str]:
|
) -> tuple[str, PythonRSASigner | None, str]:
|
||||||
"""Generate an ADB key (if needed) and load it."""
|
"""Generate an ADB key (if needed) and load it."""
|
||||||
adbkey: str = config.get(
|
adbkey: str = config.get(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user