Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.rachio.calendar Namespace Reference

Classes

class  RachioCalendarEntity
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Rachio smart hose timer calendar.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.rachio.calendar.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up entry for Rachio smart hose timer calendar.

Definition at line 41 of file calendar.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.rachio.calendar._LOGGER = logging.getLogger(__name__)
private

Definition at line 38 of file calendar.py.