Classes | |
| class | AmberElectricConfigFlow |
Functions | |
| list[Site] | filter_sites (list[Site] sites) |
| str | generate_site_selector_name (Site site) |
Variables | |
| string | API_URL = "https://app.amber.com.au/developers" |
Config flow for the Amber Electric integration.
| list[Site] homeassistant.components.amberelectric.config_flow.filter_sites | ( | list[Site] | sites | ) |
Deduplicates the list of sites.
Definition at line 37 of file config_flow.py.
| str homeassistant.components.amberelectric.config_flow.generate_site_selector_name | ( | Site | site | ) |
Generate the name to show in the site drop down in the configuration flow.
Definition at line 24 of file config_flow.py.
| string homeassistant.components.amberelectric.config_flow.API_URL = "https://app.amber.com.au/developers" |
Definition at line 21 of file config_flow.py.