Go to the source code of this file.
|
| namespace | esphome |
| | Providing packet encoding functions for exchanging data with a remote host.
|
| |
| namespace | esphome::mqtt |
| |
|
| | esphome::mqtt::PROGMEM_STRING_TABLE (ClimateMqttModeStrings, "off", "heat_cool", "cool", "heat", "fan_only", "dry", "auto", "unknown") |
| |
| | esphome::mqtt::PROGMEM_STRING_TABLE (ClimateMqttActionStrings, "off", "unknown", "cooling", "heating", "idle", "drying", "fan", "defrosting", "unknown") |
| |
| | esphome::mqtt::PROGMEM_STRING_TABLE (ClimateMqttFanModeStrings, "on", "off", "auto", "low", "medium", "high", "middle", "focus", "diffuse", "quiet", "unknown") |
| |
| | esphome::mqtt::PROGMEM_STRING_TABLE (ClimateMqttSwingModeStrings, "off", "both", "vertical", "horizontal", "unknown") |
| |
| | esphome::mqtt::PROGMEM_STRING_TABLE (ClimateMqttPresetStrings, "none", "home", "away", "boost", "comfort", "eco", "sleep", "activity", "unknown") |
| |
| | esphome::mqtt::MQTT_COMPONENT_TYPE (MQTTClimateComponent, "climate") const EntityBase *MQTTClimateComponent |
| |