What’s Changed
Lots of schema updates and fixes!
Most of them prepare for the upcoming Home Assistant 2021.7.0 release (which is now in beta).
Thanks, @farmio, @mew1033 and @OmgImAlexis for helping out!
🚀 Features
- Update MQTT Fan schema for new fan preset modes and speeds @frenck (#1343)
- Add set_preset_mode for template fan @mew1033 (#1274)
- Add respond_to_read to KNX switch @farmio (#1325)
- Add active_state_address and command_value_state_address to KNX climate @farmio (#1326)
- Add support for MQTT select entities @frenck (#1322)
- Add support for the KNX Select platform @frenck (#1324)
- Add support for the KNX Number platform @frenck (#1323)
- Update MQTT Lights for colors modes @frenck (#1320)
- Add support for trigger IDs and trigger conditions @frenck (#1306)
- Add sensor/number reference in numeric triggers and conditions @frenck (#1305)
- Add sensor reference in time triggers and conditions @frenck (#1304)
- KNX: Support for XY-color lights @frenck (#1269)
- Add MQTT sensor state_class @frenck (#1252)
- Add support for effects, transition/brightness parameters to template light, min_mireds and max_mireds templates @frenck (#1251)
🐛 Bug Fixes
- Add missing context support to event trigger @frenck (#1328)
- Fix: Supported color modes in MQTT light are optional @frenck (#1321)
- Fix Time definition to allow specification without seconds @frenck (#1303)
- Fix option schema definition for SelectSelector @frenck (#1302)
- Fix incorrect deprecated value_template in MQTT cover @frenck (#1258)
- Fix geo_location_sources is optional in Lovelace Map Card @OmgImAlexis (#1255)