Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.litterrobot.hub Namespace Reference

Classes

class  LitterRobotHub
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
int UPDATE_INTERVAL_SECONDS = 60 * 5
 

Detailed Description

A wrapper 'hub' for the Litter-Robot API.

Variable Documentation

◆ _LOGGER

homeassistant.components.litterrobot.hub._LOGGER = logging.getLogger(__name__)
private

Definition at line 21 of file hub.py.

◆ UPDATE_INTERVAL_SECONDS

int homeassistant.components.litterrobot.hub.UPDATE_INTERVAL_SECONDS = 60 * 5

Definition at line 23 of file hub.py.