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

Classes

class  EmonitorConfigFlow
 

Functions

def fetch_mac_and_title (HomeAssistant hass, host)
 
def short_mac (mac)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Config flow for SiteSage Emonitor integration.

Function Documentation

◆ fetch_mac_and_title()

def homeassistant.components.emonitor.config_flow.fetch_mac_and_title ( HomeAssistant  hass,
  host 
)
Validate the user input allows us to connect.

Definition at line 23 of file config_flow.py.

◆ short_mac()

def homeassistant.components.emonitor.config_flow.short_mac (   mac)
Short version of the mac.

Definition at line 113 of file config_flow.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.emonitor.config_flow._LOGGER = logging.getLogger(__name__)
private

Definition at line 20 of file config_flow.py.