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

Namespaces

 button
 
 config_flow
 
 const
 
 device_tracker
 
 entity
 
 errors
 
 router
 
 sensor
 
 switch
 
 update
 

Functions

bool async_remove_config_entry_device (HomeAssistant hass, ConfigEntry config_entry, dr.DeviceEntry device_entry)
 
bool async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 
None update_listener (HomeAssistant hass, ConfigEntry config_entry)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 SCAN_INTERVAL = timedelta(seconds=30)
 
 SCAN_INTERVAL_FIRMWARE = timedelta(hours=5)
 
 SPEED_TEST_INTERVAL = timedelta(hours=2)
 

Detailed Description

Support for Netgear routers.

Function Documentation

◆ async_remove_config_entry_device()

bool homeassistant.components.netgear.async_remove_config_entry_device ( HomeAssistant  hass,
ConfigEntry  config_entry,
dr.DeviceEntry   device_entry 
)
Remove a device from a config entry.

Definition at line 202 of file __init__.py.

◆ async_setup_entry()

bool homeassistant.components.netgear.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Set up Netgear component.

Definition at line 37 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.netgear.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Unload a config entry.

Definition at line 164 of file __init__.py.

◆ update_listener()

None homeassistant.components.netgear.update_listener ( HomeAssistant  hass,
ConfigEntry  config_entry 
)
Handle options update.

Definition at line 197 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 30 of file __init__.py.

◆ SCAN_INTERVAL

homeassistant.components.netgear.SCAN_INTERVAL = timedelta(seconds=30)

Definition at line 32 of file __init__.py.

◆ SCAN_INTERVAL_FIRMWARE

homeassistant.components.netgear.SCAN_INTERVAL_FIRMWARE = timedelta(hours=5)

Definition at line 34 of file __init__.py.

◆ SPEED_TEST_INTERVAL

homeassistant.components.netgear.SPEED_TEST_INTERVAL = timedelta(hours=2)

Definition at line 33 of file __init__.py.