Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.http.data_validator Namespace Reference

Classes

class  RequestDataValidator
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Decorator for view methods to help with data validation.

Variable Documentation

◆ _LOGGER

homeassistant.components.http.data_validator._LOGGER = logging.getLogger(__name__)
private

Definition at line 18 of file data_validator.py.