forked from pedobry/esphome_toshiba_suzumi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG.txt
More file actions
43 lines (28 loc) · 1.29 KB
/
Copy pathCHANGELOG.txt
File metadata and controls
43 lines (28 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
***
Sep 10th 2025
* implement Special modes as Climate presets instead of HA selector. Due to backward compatibility, the list of special modes can be either as new "supported_presets" YAML option, or the old "supported_modes" option. I recommend to migrate to the new config schema as the old one will be removed in the future.
***
Jun 23rd 2025
* updated schema definition to support ESPHome 2025.5+.
***
May 18th 2025
* added support for FrostGuard (8 degree) mode
* removed deprecated conf functions (fix for ESPHome 2025.11.0)
* replace CUSTOM_FAN_1, CUSTOM_FAN_3, CUSTOM_FAN_3 with regular fan modes FAN_LOW, FAN_MEDIUM and FAN_HIGH
* added special modes "Sleep", "Floor" and "Comfort"
Oct 7th 2024
* add configuration option to disable WiFi LED on AC unit
April 4th, 2023
* fixed fan Quiet mode for ESPHome 2023.3.0
* Note:
- users with ESPHome 2023.3.0+ should use branch master
url: https://github.com/pedobry/esphome_toshiba_suzumi
- users with ESPHome 2023.2.x and older should use this url:
url: https://github.com/pedobry/esphome_toshiba_suzumi@2023.2.0
APRIL 1st, 2023
* updated examples to filter outside temp value 127
* added an optional button to scan for unsupported sensors
* tested on ESP8266 - Lolin D1 mini
ORIGINAL RELEASE (Dec 2022)
* initial release
***