Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.nextbus.sensor Namespace Reference

Classes

class  NextBusDepartureSensor
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

NextBus sensor.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.nextbus.sensor.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config,
AddEntitiesCallback  async_add_entities 
)
Load values from configuration and initialize the platform.

Definition at line 23 of file sensor.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.nextbus.sensor._LOGGER = logging.getLogger(__name__)
private

Definition at line 20 of file sensor.py.