Breaking changes
Upgrading to this version will require changes to the integration configuration and also likely some modifications to the device json file. YOU HAVE BEEN WARNED!
- New HA unified configuration schema for controllers with syntax validation. Please see docs for the new configuration format!
- New strict checks for JSON device data files were implemented. There were many errors in the existing files, some I was able to fix, others were renamed as
.invalid
. I would be happy if you submit fixed version of those as PR. - Climate json files now require
temperatureUnit
parameter, for exact syntax see docs - Climate devices now support preset modes. For example see 1266.json. For exact syntax see docs
- Climate now support more versatile format with 'catch all' key '-', for more info see docs
What's Changed
- Device codes checking by @litinoveweedle in #53
- Add support for temperature precision 2.0 by @litinoveweedle in #59
- Renamed invalid device code files by @litinoveweedle in #62
- Preset modes support by @litinoveweedle in #68
- Add unified configuration validation schema for all controller types by @litinoveweedle in #89
- force delay after sending any IR command by @litinoveweedle in #96
- Update FanEntityFeature.TURN_OFF / TURN_ON by @gurglingtonic in #104
- Add json for Atomberg Fan by @tanishqmanuja in #74
- Beko BRVPG 120 support by @bogdanmatara in #77
- Added Broadlink RF codes for Kendal Titus by @hplato in #85
- Add support for Carrier 42P250HX by @ericpignet in #88
- Add codes for Daikin FWT-GT on ESPHome by @ripa1993 in #101
- Add BroadLink codes for Insignia NS-AC06/07/08PWH1 by @Nathangorr in #103
New Contributors
- @tanishqmanuja made their first contribution in #50
- @harrytheeskimo made their first contribution in #37
- @vxav made their first contribution in #46
- @tracedebrake made their first contribution in #33
- @bogdanmatara made their first contribution in #77
- @hplato made their first contribution in #85
- @ericpignet made their first contribution in #88
- @ripa1993 made their first contribution in #101
- @Nathangorr made their first contribution in #103
Full Changelog: 1.17.16...1.18.0