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

Classes

class  StationOpenBinarySensorEntity
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Tankerkoenig binary sensor integration.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.tankerkoenig.binary_sensor.async_setup_entry ( HomeAssistant  hass,
TankerkoenigConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up the tankerkoenig binary sensors.

Definition at line 23 of file binary_sensor.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 20 of file binary_sensor.py.