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

Classes

class  JewishCalendarSensor
 
class  JewishCalendarTimeSensor
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Support for Jewish calendar sensors.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.jewish_calendar.sensor.async_setup_entry ( HomeAssistant  hass,
JewishCalendarConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up the Jewish calendar sensors .

Definition at line 168 of file sensor.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 25 of file sensor.py.