diff --git a/config/lovelace/advanced_dashboard/01_new.yaml b/config/lovelace/advanced_dashboard/01_new.yaml index a0e985f..8865f6d 100644 --- a/config/lovelace/advanced_dashboard/01_new.yaml +++ b/config/lovelace/advanced_dashboard/01_new.yaml @@ -117,3 +117,7 @@ cards: average: true extrema: true fill: true + - type: entities + entities: + - climate.living_room_thermostat_mode + - climate.toshiba_ac diff --git a/config/packages/modules/climate/hvac.yaml b/config/packages/modules/climate/hvac.yaml new file mode 100644 index 0000000..e555f8d --- /dev/null +++ b/config/packages/modules/climate/hvac.yaml @@ -0,0 +1,27 @@ +# https://github.com/hristo-atanasov/Tasmota-IRHVAC/ +climate: + - platform: tasmota_irhvac + name: "TOSHIBA AC" + command_topic: "cmnd/ir_blaster_1/irhvac" + state_topic: "tele/ir_blaster_1/RESULT" + temperature_sensor: sensor.multisensor_6_temperature + protocol: "TOSHIBA_AC" + max_temp: 30 #optional - default 32 int value + min_temp: 17 + target_temp: 22 #optional - default 26 int value + away_temp: 18 #optional - default 24 int value + supported_modes: + - "heat" + - "cool" + - "dry" + - "auto" + - "off" + supported_fan_speeds: + - "min" + - "low" + - "medium" + - "high" + - "max" + - "auto" + supported_swing_list: + - "off"