Skip to content

Dynamic Response Support

Compare
Choose a tag to compare
@dalinicus dalinicus released this 08 Aug 22:10
· 10 commits to main since this release
2a83391

🚀 Features

  • Add entities for changing Dynamic Support settings for port devices.
    • Switch between "Transition" and "Buffer" dynamic response type.
    • Set Transition or Buffer Temperature between 0-10C or 0-20F.
    • Set Transition or Buffer Humidity between 0-10%.
    • Set Transition or Buffer VPD between 0.0-1.0 kPa in increments of 0.1 kPa
  • Apply an is_suitable check for all entities on startup
    • This will protect against controls throwing errors if a given controller does not support a given entity.

📚 Documentation

  • Improve distinction between what a Sensor, Control, and a Setting represents within the scope of the integration
  • Add Table of Contents

🔨 Refactoring

  • Additional renaming to reinforce the difference between a Sensor, Control, and Setting