Classes | |
| class | CommandLineAuthProvider |
| class | CommandLineLoginFlow |
| class | InvalidAuthError |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | CONF_ARGS = "args" |
| string | CONF_META = "meta" |
| CONFIG_SCHEMA | |
Auth provider that validates credentials via an external command.
|
private |
Definition at line 33 of file command_line.py.
| string homeassistant.auth.providers.command_line.CONF_ARGS = "args" |
Definition at line 19 of file command_line.py.
| string homeassistant.auth.providers.command_line.CONF_META = "meta" |
Definition at line 20 of file command_line.py.
| homeassistant.auth.providers.command_line.CONFIG_SCHEMA |
Definition at line 22 of file command_line.py.