Home Assistant Unofficial Reference
2024.12.1
Namespaces
|
Variables
const.py File Reference
Go to the source code of this file.
Namespaces
homeassistant.components.nibe_heatpump.const
Variables
string
homeassistant.components.nibe_heatpump.const.CONF_CONNECTION_TYPE
= "connection_type"
string
homeassistant.components.nibe_heatpump.const.CONF_CONNECTION_TYPE_MODBUS
= "modbus"
string
homeassistant.components.nibe_heatpump.const.CONF_CONNECTION_TYPE_NIBEGW
= "nibegw"
string
homeassistant.components.nibe_heatpump.const.CONF_LISTENING_PORT
= "listening_port"
string
homeassistant.components.nibe_heatpump.const.CONF_MODBUS_UNIT
= "modbus_unit"
string
homeassistant.components.nibe_heatpump.const.CONF_MODBUS_URL
= "modbus_url"
string
homeassistant.components.nibe_heatpump.const.CONF_REMOTE_READ_PORT
= "remote_read_port"
string
homeassistant.components.nibe_heatpump.const.CONF_REMOTE_WRITE_PORT
= "remote_write_port"
string
homeassistant.components.nibe_heatpump.const.CONF_WORD_SWAP
= "word_swap"
string
homeassistant.components.nibe_heatpump.const.DOMAIN
= "nibe_heatpump"
homeassistant.components.nibe_heatpump.const.LOGGER
= logging.getLogger(__package__)
tuple
homeassistant.components.nibe_heatpump.const.VALUES_COOL_WITH_ROOM_SENSOR_OFF
= (0, "OFF")
tuple
homeassistant.components.nibe_heatpump.const.VALUES_MIXING_VALVE_CLOSED_STATE
= (30, "CLOSED", "SHUNT CLOSED")
tuple
homeassistant.components.nibe_heatpump.const.VALUES_PRIORITY_COOLING
= (60, "COOLING")
tuple
homeassistant.components.nibe_heatpump.const.VALUES_PRIORITY_HEATING
= (30, "HEAT")
tuple
homeassistant.components.nibe_heatpump.const.VALUES_PRIORITY_HOT_WATER
= (20, "HOT WATER")
string
homeassistant.components.nibe_heatpump.const.VALUES_TEMPORARY_LUX_INACTIVE
= "OFF"
string
homeassistant.components.nibe_heatpump.const.VALUES_TEMPORARY_LUX_ONE_TIME_INCREASE
= "ONE TIME INCREASE"
core
homeassistant
components
nibe_heatpump
const.py
Generated by
1.9.1