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

Namespaces

 config_flow
 
 const
 
 coordinator
 
 sensor
 

Functions

bool async_setup_entry (HomeAssistant hass, IsraelRailConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, IsraelRailConfigEntry entry)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 IsraelRailConfigEntry
 

Detailed Description

The Israel Rail component.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.israel_rail.async_setup_entry ( HomeAssistant  hass,
IsraelRailConfigEntry  entry 
)
Set up Israel rail from a config entry.

Definition at line 24 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.israel_rail.async_unload_entry ( HomeAssistant  hass,
IsraelRailConfigEntry  entry 
)
Unload a config entry.

Definition at line 56 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 15 of file __init__.py.

◆ IsraelRailConfigEntry

homeassistant.components.israel_rail.IsraelRailConfigEntry

Definition at line 21 of file __init__.py.