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

Namespaces

 config_flow
 
 const
 
 coordinator
 
 nasweb_data
 
 switch
 

Functions

bool async_setup_entry (HomeAssistant hass, NASwebConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, NASwebConfigEntry entry)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
string NASWEB_CONFIG_URL = "https://{host}/page"
 
 NASwebConfigEntry
 

Detailed Description

The NASweb integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.nasweb.async_setup_entry ( HomeAssistant  hass,
NASwebConfigEntry  entry 
)
Set up NASweb from a config entry.

Definition at line 31 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.nasweb.async_unload_entry ( HomeAssistant  hass,
NASwebConfigEntry  entry 
)
Unload a config entry.

Definition at line 111 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 26 of file __init__.py.

◆ NASWEB_CONFIG_URL

string homeassistant.components.nasweb.NASWEB_CONFIG_URL = "https://{host}/page"

Definition at line 24 of file __init__.py.

◆ NASwebConfigEntry

homeassistant.components.nasweb.NASwebConfigEntry

Definition at line 27 of file __init__.py.