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

Classes

class  OpenGarageBinarySensor
 

Functions

None async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Platform for the opengarage.io binary sensor component.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.opengarage.binary_sensor.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry,
AddEntitiesCallback   async_add_entities 
)
Set up the OpenGarage binary sensors.

Definition at line 31 of file binary_sensor.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 20 of file binary_sensor.py.