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

Classes

class  BlinkBinarySensor
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Support for Blink system camera control.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.blink.binary_sensor.async_setup_entry ( HomeAssistant  hass,
BlinkConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up the blink binary sensors.

Definition at line 48 of file binary_sensor.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 27 of file binary_sensor.py.