Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.palazzetti.const Namespace Reference

Variables

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

Detailed Description

Constants for the Palazzetti integration.

Variable Documentation

◆ ERROR_CANNOT_CONNECT

string homeassistant.components.palazzetti.const.ERROR_CANNOT_CONNECT = "cannot_connect"

Definition at line 14 of file const.py.

◆ ERROR_INVALID_FAN_MODE

string homeassistant.components.palazzetti.const.ERROR_INVALID_FAN_MODE = "invalid_fan_mode"

Definition at line 12 of file const.py.

◆ ERROR_INVALID_TARGET_TEMPERATURE

string homeassistant.components.palazzetti.const.ERROR_INVALID_TARGET_TEMPERATURE = "invalid_target_temperature"

Definition at line 13 of file const.py.

◆ Final

homeassistant.components.palazzetti.const.Final

Definition at line 7 of file const.py.

◆ LOGGER

homeassistant.components.palazzetti.const.LOGGER = logging.getLogger(__package__)

Definition at line 9 of file const.py.

◆ ON_OFF_NOT_AVAILABLE

string homeassistant.components.palazzetti.const.ON_OFF_NOT_AVAILABLE = "on_off_not_available"

Definition at line 11 of file const.py.

◆ SCAN_INTERVAL

homeassistant.components.palazzetti.const.SCAN_INTERVAL = timedelta(seconds=30)

Definition at line 10 of file const.py.