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

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)
 

Detailed Description

Configflow for the emoncms integration.

Function Documentation

◆ get_feed_list()

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.

◆ get_options()

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.

◆ sensor_name()

str homeassistant.components.emoncms.config_flow.sensor_name ( str  url)
Return sensor name.

Definition at line 45 of file config_flow.py.