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

Variables

string ATTR_STATUS = "status"
 
string ATTR_VANE_HORIZONTAL = "vane_horizontal"
 
string ATTR_VANE_HORIZONTAL_POSITIONS = "vane_horizontal_positions"
 
string ATTR_VANE_VERTICAL = "vane_vertical"
 
string ATTR_VANE_VERTICAL_POSITIONS = "vane_vertical_positions"
 
string CONF_POSITION = "position"
 
string DOMAIN = "melcloud"
 
string SERVICE_SET_VANE_HORIZONTAL = "set_vane_horizontal"
 
string SERVICE_SET_VANE_VERTICAL = "set_vane_vertical"
 

Detailed Description

Constants for the MELCloud Climate integration.

Variable Documentation

◆ ATTR_STATUS

string homeassistant.components.melcloud.const.ATTR_STATUS = "status"

Definition at line 7 of file const.py.

◆ ATTR_VANE_HORIZONTAL

string homeassistant.components.melcloud.const.ATTR_VANE_HORIZONTAL = "vane_horizontal"

Definition at line 8 of file const.py.

◆ ATTR_VANE_HORIZONTAL_POSITIONS

string homeassistant.components.melcloud.const.ATTR_VANE_HORIZONTAL_POSITIONS = "vane_horizontal_positions"

Definition at line 9 of file const.py.

◆ ATTR_VANE_VERTICAL

string homeassistant.components.melcloud.const.ATTR_VANE_VERTICAL = "vane_vertical"

Definition at line 10 of file const.py.

◆ ATTR_VANE_VERTICAL_POSITIONS

string homeassistant.components.melcloud.const.ATTR_VANE_VERTICAL_POSITIONS = "vane_vertical_positions"

Definition at line 11 of file const.py.

◆ CONF_POSITION

string homeassistant.components.melcloud.const.CONF_POSITION = "position"

Definition at line 5 of file const.py.

◆ DOMAIN

string homeassistant.components.melcloud.const.DOMAIN = "melcloud"

Definition at line 3 of file const.py.

◆ SERVICE_SET_VANE_HORIZONTAL

string homeassistant.components.melcloud.const.SERVICE_SET_VANE_HORIZONTAL = "set_vane_horizontal"

Definition at line 13 of file const.py.

◆ SERVICE_SET_VANE_VERTICAL

string homeassistant.components.melcloud.const.SERVICE_SET_VANE_VERTICAL = "set_vane_vertical"

Definition at line 14 of file const.py.