Skip to content

3.2.4

Compare
Choose a tag to compare
@xZetsubou xZetsubou released this 11 Jan 09:30
· 256 commits to master since this release
fe50c74

Breaking change:

Templates created before this version will no longer work for 'select' and 'climate' paltforms.

Important:

After updating this it won't be possible to revert back safely to either old versions OR upstream.
These platforms config_flow fields are now objects dictionary instead of strings: #105

  • Climate: each of "HVAC Modes, HVAC Actions and Presets" are now manually mapping in object field.
  • Select: values and value friendly names are now mappable in 1 object field.
  • Light: Custom scenes values and value friendly names are now mappable in 1 object field.

Improvements:

  • Platforms Climate and Selects auto configure now relay on cloud data values in 2f733ce
  • Climate sets now can be manually mapped [ Home Assistant Modes to Tuya mode in 2f733ce
    ^ This includes climate HVAC Modes, HVAC Actions and Presets.

Fixes:

  • Integration keep reloading in 42b6569
  • no attributes Heartbeater in 0cb5c95
  • Integration causing HA to take long to loading time in eeefbed