Home Assistant Unofficial Reference
2024.12.1
const.py
Go to the documentation of this file.
1
"""Nexia constants."""
2
3
from
homeassistant.const
import
Platform
4
5
PLATFORMS = [
6
Platform.BINARY_SENSOR,
7
Platform.CLIMATE,
8
Platform.NUMBER,
9
Platform.SCENE,
10
Platform.SENSOR,
11
Platform.SWITCH,
12
]
13
14
ATTRIBUTION =
"Data provided by Trane Technologies"
15
16
CONF_BRAND =
"brand"
17
18
DOMAIN =
"nexia"
19
20
ATTR_DESCRIPTION =
"description"
21
22
ATTR_AIRCLEANER_MODE =
"aircleaner_mode"
23
24
ATTR_RUN_MODE =
"run_mode"
25
26
ATTR_HUMIDIFY_SETPOINT =
"humidify_setpoint"
27
ATTR_DEHUMIDIFY_SETPOINT =
"dehumidify_setpoint"
28
29
30
MANUFACTURER =
"Trane"
31
32
SIGNAL_ZONE_UPDATE =
"NEXIA_CLIMATE_ZONE_UPDATE"
33
SIGNAL_THERMOSTAT_UPDATE =
"NEXIA_CLIMATE_THERMOSTAT_UPDATE"
34
35
BRAND_NEXIA_NAME =
"Nexia"
36
BRAND_ASAIR_NAME =
"American Standard Home"
37
BRAND_TRANE_NAME =
"Trane Home"
homeassistant.const
Definition:
const.py:1
core
homeassistant
components
nexia
const.py
Generated by
1.9.1