Classes | |
| class | WemoFlow |
| class | WemoOptionsFlow |
Functions | |
| bool | _async_has_devices (HomeAssistant hass) |
| vol.Schema | _schema_for_options (Options options) |
Config flow for Wemo.
|
private |
Return if there are devices that can be discovered.
Definition at line 19 of file config_flow.py.
|
private |
Return the Voluptuous schema for the Options instance. All values are optional. The default value is set to the current value and the type hint is set to the value of the field type annotation.
Definition at line 61 of file config_flow.py.