Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the MELCloud Climate integration."""
2 
3 DOMAIN = "melcloud"
4 
5 CONF_POSITION = "position"
6 
7 ATTR_STATUS = "status"
8 ATTR_VANE_HORIZONTAL = "vane_horizontal"
9 ATTR_VANE_HORIZONTAL_POSITIONS = "vane_horizontal_positions"
10 ATTR_VANE_VERTICAL = "vane_vertical"
11 ATTR_VANE_VERTICAL_POSITIONS = "vane_vertical_positions"
12 
13 SERVICE_SET_VANE_HORIZONTAL = "set_vane_horizontal"
14 SERVICE_SET_VANE_VERTICAL = "set_vane_vertical"