Home Assistant Unofficial Reference 2024.12.1
helpers.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.evohome.helpers
 

Functions

dict[str, Any] homeassistant.components.evohome.helpers.convert_dict (dict[str, Any] dictionary)
 
None homeassistant.components.evohome.helpers.convert_until (dict status_dict, str until_key)
 
datetime homeassistant.components.evohome.helpers.dt_aware_to_naive (datetime dt_aware)
 
datetime homeassistant.components.evohome.helpers.dt_local_to_aware (datetime dt_naive)
 
None homeassistant.components.evohome.helpers.handle_evo_exception (evo.RequestFailed err)
 

Variables

 homeassistant.components.evohome.helpers._LOGGER = logging.getLogger(__name__)