Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.honeywell.sensor Namespace Reference

Classes

class  HoneywellSensor
 
class  HoneywellSensorEntityDescription
 

Functions

str _get_temperature_sensor_unit (Device device)
 
None async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

string CURRENT_HUMIDITY_STATUS_KEY = "current_humidity"
 
string CURRENT_TEMPERATURE_STATUS_KEY = "current_temperature"
 
string OUTDOOR_HUMIDITY_STATUS_KEY = "outdoor_humidity"
 
string OUTDOOR_TEMPERATURE_STATUS_KEY = "outdoor_temperature"
 

Detailed Description

Support for Honeywell (US) Total Connect Comfort sensors.

Function Documentation

◆ _get_temperature_sensor_unit()

str homeassistant.components.honeywell.sensor._get_temperature_sensor_unit ( Device  device)
private
Get the correct temperature unit for the device.

Definition at line 33 of file sensor.py.

◆ async_setup_entry()

None homeassistant.components.honeywell.sensor.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up the Honeywell thermostat.

Definition at line 82 of file sensor.py.

Variable Documentation

◆ CURRENT_HUMIDITY_STATUS_KEY

string homeassistant.components.honeywell.sensor.CURRENT_HUMIDITY_STATUS_KEY = "current_humidity"

Definition at line 30 of file sensor.py.

◆ CURRENT_TEMPERATURE_STATUS_KEY

string homeassistant.components.honeywell.sensor.CURRENT_TEMPERATURE_STATUS_KEY = "current_temperature"

Definition at line 29 of file sensor.py.

◆ OUTDOOR_HUMIDITY_STATUS_KEY

string homeassistant.components.honeywell.sensor.OUTDOOR_HUMIDITY_STATUS_KEY = "outdoor_humidity"

Definition at line 28 of file sensor.py.

◆ OUTDOOR_TEMPERATURE_STATUS_KEY

string homeassistant.components.honeywell.sensor.OUTDOOR_TEMPERATURE_STATUS_KEY = "outdoor_temperature"

Definition at line 27 of file sensor.py.