Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.numato.binary_sensor Namespace Reference

Classes

class  NumatoGpioBinarySensor
 

Functions

None setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback add_entities, DiscoveryInfoType|None discovery_info=None)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
string NUMATO_SIGNAL = "numato_signal_{}_{}"
 

Detailed Description

Binary sensor platform integration for Numato USB GPIO expanders.

Function Documentation

◆ setup_platform()

None homeassistant.components.numato.binary_sensor.setup_platform ( HomeAssistant  hass,
ConfigType  config,
AddEntitiesCallback  add_entities,
DiscoveryInfoType | None   discovery_info = None 
)
Set up the configured Numato USB GPIO binary sensor ports.

Definition at line 32 of file binary_sensor.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.numato.binary_sensor._LOGGER = logging.getLogger(__name__)
private

Definition at line 27 of file binary_sensor.py.

◆ NUMATO_SIGNAL

string homeassistant.components.numato.binary_sensor.NUMATO_SIGNAL = "numato_signal_{}_{}"

Definition at line 29 of file binary_sensor.py.