Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.netgear.router Namespace Reference

Classes

class  NetgearRouter
 

Functions

Netgear get_api (str password, str|None host=None, str|None username=None, int|None port=None, bool ssl=False)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Represent the Netgear router and its devices.

Function Documentation

◆ get_api()

Netgear homeassistant.components.netgear.router.get_api ( str  password,
str | None   host = None,
str | None   username = None,
int | None   port = None,
bool   ssl = False 
)
Get the Netgear API and login to it.

Definition at line 37 of file router.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.netgear.router._LOGGER = logging.getLogger(__name__)
private

Definition at line 34 of file router.py.