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

Classes

class  FuelPriceSensor
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Tankerkoenig sensor integration.

Function Documentation

◆ async_setup_entry()

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

Definition at line 30 of file sensor.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 27 of file sensor.py.