Classes | |
| class | EmoncmsConfigFlow |
| class | EmoncmsOptionsFlow |
Functions | |
| dict[str, Any] | get_feed_list (EmoncmsClient emoncms_client) |
| list[dict[str, Any]] | get_options (list[dict[str, Any]] feeds) |
| str | sensor_name (str url) |
Configflow for the emoncms integration.
| dict[str, Any] homeassistant.components.emoncms.config_flow.get_feed_list | ( | EmoncmsClient | emoncms_client | ) |
Check connection to emoncms and return feed list if successful.
Definition at line 51 of file config_flow.py.
| list[dict[str, Any]] homeassistant.components.emoncms.config_flow.get_options | ( | list[dict[str, Any]] | feeds | ) |
Build the selector options with the feed list.
Definition at line 34 of file config_flow.py.
| str homeassistant.components.emoncms.config_flow.sensor_name | ( | str | url | ) |
Return sensor name.
Definition at line 45 of file config_flow.py.