Go to the source code of this file.
Namespaces | |
| homeassistant.components.apple_tv.config_flow | |
Functions | |
| tuple[BaseConfig|None, list[str]|None] | homeassistant.components.apple_tv.config_flow.device_scan (HomeAssistant hass, str|None identifier, asyncio.AbstractEventLoop loop) |
Variables | |
| homeassistant.components.apple_tv.config_flow._LOGGER = logging.getLogger(__name__) | |
| bool | homeassistant.components.apple_tv.config_flow.DEFAULT_START_OFF = False |
| string | homeassistant.components.apple_tv.config_flow.DEVICE_INPUT = "device_input" |
| int | homeassistant.components.apple_tv.config_flow.DISCOVERY_AGGREGATION_TIME = 15 |
| homeassistant.components.apple_tv.config_flow.INPUT_PIN_SCHEMA = vol.Schema({vol.Required(CONF_PIN, default=None): int}) | |
| dictionary | homeassistant.components.apple_tv.config_flow.OPTIONS_FLOW |
| homeassistant.components.apple_tv.config_flow.OPTIONS_SCHEMA | |