Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.weheat.coordinator Namespace Reference

Classes

class  WeheatDataUpdateCoordinator
 

Variables

tuple EXCEPTIONS
 

Detailed Description

Define a custom coordinator for the Weheat heatpump integration.

Variable Documentation

◆ EXCEPTIONS

tuple homeassistant.components.weheat.coordinator.EXCEPTIONS
Initial value:
1 = (
2  ServiceException,
3  NotFoundException,
4  ForbiddenException,
5  BadRequestException,
6  ApiException,
7 )

Definition at line 24 of file coordinator.py.