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

Classes

class  NiceGOSwitchEntity
 

Functions

None async_setup_entry (HomeAssistant hass, NiceGOConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Nice G.O. switch platform.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.nice_go.switch.async_setup_entry ( HomeAssistant  hass,
NiceGOConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up Nice G.O. switch.

Definition at line 29 of file switch.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 26 of file switch.py.