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

Classes

class  HvvDepartureBinarySensor
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Binary sensor platform for hvv_departures.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.hvv_departures.binary_sensor.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry,
AddEntitiesCallback   async_add_entities 
)
Set up the binary_sensor platform.

Definition at line 32 of file binary_sensor.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 29 of file binary_sensor.py.