Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.network.network Namespace Reference

Classes

class  Network
 

Functions

Network async_get_network (HomeAssistant hass)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Network helper class for the network integration.

Function Documentation

◆ async_get_network()

Network homeassistant.components.network.network.async_get_network ( HomeAssistant  hass)
Get network singleton.

Definition at line 27 of file network.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.network.network._LOGGER = logging.getLogger(__name__)
private

Definition at line 23 of file network.py.