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

Classes

class  IsraelRailEntitySensor
 
class  IsraelRailSensorEntityDescription
 

Functions

None async_setup_entry (HomeAssistant hass, IsraelRailConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Support for israel rail.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.israel_rail.sensor.async_setup_entry ( HomeAssistant  hass,
IsraelRailConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up the sensor from a config entry created in the integrations UI.

Definition at line 70 of file sensor.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 26 of file sensor.py.