Module: ESPHome::Entities::Climate::Features

Defined in:
lib/esphome/entities/climate.rb

Constant Summary collapse

SUPPORTS_CURRENT_TEMPERATURE =
1 << 0
SUPPORTS_TWO_POINT_TARGET_TEMPERATURE =
1 << 1
REQUIRES_TWO_POINT_TARGET_TEMPERATURE =
1 << 2
SUPPORTS_CURRENT_HUMIDITY =
1 << 3
SUPPORTS_TARGET_HUMIDITY =
1 << 4
SUPPORTS_ACTION =
1 << 5