Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.rest.data Namespace Reference

Classes

class  RestData
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
int DEFAULT_TIMEOUT = 10
 

Detailed Description

Support for RESTful API.

Variable Documentation

◆ _LOGGER

homeassistant.components.rest.data._LOGGER = logging.getLogger(__name__)
private

Definition at line 21 of file data.py.

◆ DEFAULT_TIMEOUT

int homeassistant.components.rest.data.DEFAULT_TIMEOUT = 10

Definition at line 19 of file data.py.