Classes | |
| class | WattTimeConfigFlow |
| class | WattTimeOptionsFlowHandler |
Functions | |
| str | get_unique_id (dict[str, Any] data) |
Variables | |
| string | CONF_LOCATION_TYPE = "location_type" |
| string | LOCATION_TYPE_COORDINATES = "Specify coordinates" |
| string | LOCATION_TYPE_HOME = "Use home location" |
| STEP_COORDINATES_DATA_SCHEMA | |
| STEP_LOCATION_DATA_SCHEMA | |
| STEP_REAUTH_CONFIRM_DATA_SCHEMA | |
| STEP_USER_DATA_SCHEMA | |
Config flow for WattTime integration.
| str homeassistant.components.watttime.config_flow.get_unique_id | ( | dict[str, Any] | data | ) |
Get a unique ID from a data payload.
Definition at line 70 of file config_flow.py.
| string homeassistant.components.watttime.config_flow.CONF_LOCATION_TYPE = "location_type" |
Definition at line 35 of file config_flow.py.
| string homeassistant.components.watttime.config_flow.LOCATION_TYPE_COORDINATES = "Specify coordinates" |
Definition at line 37 of file config_flow.py.
| string homeassistant.components.watttime.config_flow.LOCATION_TYPE_HOME = "Use home location" |
Definition at line 38 of file config_flow.py.
| homeassistant.components.watttime.config_flow.STEP_COORDINATES_DATA_SCHEMA |
Definition at line 40 of file config_flow.py.
| homeassistant.components.watttime.config_flow.STEP_LOCATION_DATA_SCHEMA |
Definition at line 47 of file config_flow.py.
| homeassistant.components.watttime.config_flow.STEP_REAUTH_CONFIRM_DATA_SCHEMA |
Definition at line 55 of file config_flow.py.
| homeassistant.components.watttime.config_flow.STEP_USER_DATA_SCHEMA |
Definition at line 61 of file config_flow.py.