Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.tradfri.entity Namespace Reference

Classes

class  TradfriBaseEntity
 

Functions

Callable[[Command|list[Command]], Coroutine[Any, Any, None]] handle_error (Callable[[Command|list[Command]], Any] func)
 

Detailed Description

Base class for IKEA TRADFRI.

Function Documentation

◆ handle_error()

Callable[[Command | list[Command]], Coroutine[Any, Any, None]] homeassistant.components.tradfri.entity.handle_error ( Callable[[Command | list[Command]], Any]  func)
Handle tradfri api call error.

Definition at line 22 of file entity.py.