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

Namespaces

 binary_sensor
 
 calendar
 
 config_flow
 
 const
 
 coordinator
 
 device
 
 entity
 
 switch
 
 webhooks
 

Functions

None async_remove_entry (HomeAssistant hass, ConfigEntry entry)
 
bool async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
list PLATFORMS = [Platform.BINARY_SENSOR, Platform.CALENDAR, Platform.SWITCH]
 

Detailed Description

Integration with the Rachio Iro sprinkler system controller.

Function Documentation

◆ async_remove_entry()

None homeassistant.components.rachio.async_remove_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Remove a rachio config entry.

Definition at line 36 of file __init__.py.

◆ async_setup_entry()

bool homeassistant.components.rachio.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Set up the Rachio config entry.

Definition at line 42 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.rachio.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Unload a config entry.

Definition at line 28 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 23 of file __init__.py.

◆ PLATFORMS

list homeassistant.components.rachio.PLATFORMS = [Platform.BINARY_SENSOR, Platform.CALENDAR, Platform.SWITCH]

Definition at line 25 of file __init__.py.