Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.cloud.client Namespace Reference

Classes

class  CloudClient
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
dictionary VALID_REPAIR_TRANSLATION_KEYS
 

Detailed Description

Interface implementation for cloud client.

Variable Documentation

◆ _LOGGER

homeassistant.components.cloud.client._LOGGER = logging.getLogger(__name__)
private

Definition at line 36 of file client.py.

◆ VALID_REPAIR_TRANSLATION_KEYS

dictionary homeassistant.components.cloud.client.VALID_REPAIR_TRANSLATION_KEYS
Initial value:
1 = {
2  "warn_bad_custom_domain_configuration",
3  "reset_bad_custom_domain_configuration",
4 }

Definition at line 38 of file client.py.