Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.wemo.config_flow Namespace Reference

Classes

class  WemoFlow
 
class  WemoOptionsFlow
 

Functions

bool _async_has_devices (HomeAssistant hass)
 
vol.Schema _schema_for_options (Options options)
 

Detailed Description

Config flow for Wemo.

Function Documentation

◆ _async_has_devices()

bool homeassistant.components.wemo.config_flow._async_has_devices ( HomeAssistant  hass)
private
Return if there are devices that can be discovered.

Definition at line 19 of file config_flow.py.

◆ _schema_for_options()

vol.Schema homeassistant.components.wemo.config_flow._schema_for_options ( Options  options)
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.