Classes | |
| class | CannotCommunicate |
| class | CannotConnect |
| class | DSMRConnection |
| class | DSMRFlowHandler |
| class | DSMROptionFlowHandler |
Functions | |
| dict[str, str|None] | _validate_dsmr_connection (HomeAssistant hass, dict[str, Any] data, str protocol) |
| str | get_serial_by_id (str dev_path) |
Variables | |
| string | CONF_MANUAL_PATH = "Enter Manually" |
Config flow for DSMR integration.
|
private |
Validate the user input allows us to connect.
Definition at line 138 of file config_flow.py.
| str homeassistant.components.dsmr.config_flow.get_serial_by_id | ( | str | dev_path | ) |
Return a /dev/serial/by-id match for given device if available.
Definition at line 338 of file config_flow.py.
| string homeassistant.components.dsmr.config_flow.CONF_MANUAL_PATH = "Enter Manually" |
Definition at line 44 of file config_flow.py.