1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-18 15:55:46 +00:00

Fix misspelling of climate in climate_ir.climate_ir_with_receiver_schema (#8829)

This commit is contained in:
Kent Gibson
2025-05-18 11:45:12 +08:00
committed by Jesse Hills
parent 868f5ff20c
commit f8681adec4
22 changed files with 24 additions and 24 deletions

View File

@@ -43,7 +43,7 @@ VERTICAL_DIRECTIONS = {
}
CONFIG_SCHEMA = climate_ir.climare_ir_with_receiver_schema(MitsubishiClimate).extend(
CONFIG_SCHEMA = climate_ir.climate_ir_with_receiver_schema(MitsubishiClimate).extend(
{
cv.Optional(CONF_SET_FAN_MODE, default="3levels"): cv.enum(SETFANMODE),
cv.Optional(CONF_SUPPORTS_DRY, default=False): cv.boolean,