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

Namespaces

 config_flow
 
 const
 
 coordinator
 
 cover
 
 diagnostics
 
 entity
 
 event
 
 light
 
 switch
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 
 NiceGOConfigEntry
 

Detailed Description

The Nice G.O. integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.nice_go.async_setup_entry ( HomeAssistant  hass,
NiceGOConfigEntry  entry 
)
Set up Nice G.O. from a config entry.

Definition at line 24 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.nice_go.async_unload_entry ( HomeAssistant  hass,
NiceGOConfigEntry  entry 
)
Unload a config entry.

Definition at line 49 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 13 of file __init__.py.

◆ NiceGOConfigEntry

homeassistant.components.nice_go.NiceGOConfigEntry

Definition at line 21 of file __init__.py.