Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.palazzetti.const
 

Variables

string homeassistant.components.palazzetti.const.ERROR_CANNOT_CONNECT = "cannot_connect"
 
string homeassistant.components.palazzetti.const.ERROR_INVALID_FAN_MODE = "invalid_fan_mode"
 
string homeassistant.components.palazzetti.const.ERROR_INVALID_TARGET_TEMPERATURE = "invalid_target_temperature"
 
 homeassistant.components.palazzetti.const.Final
 
 homeassistant.components.palazzetti.const.LOGGER = logging.getLogger(__package__)
 
string homeassistant.components.palazzetti.const.ON_OFF_NOT_AVAILABLE = "on_off_not_available"
 
 homeassistant.components.palazzetti.const.SCAN_INTERVAL = timedelta(seconds=30)