Skip to content

Latest commit

 

History

History
61 lines (47 loc) · 1.6 KB

CHANGELOG.md

File metadata and controls

61 lines (47 loc) · 1.6 KB

v0.5.3 - 2021-01-18

  • Add gpiod support. #98
  • Add PCF8575 support. #121
  • Add MCP3008 sensor support. #115
  • Add AHT20 sensor support. #122
  • Add BME280 sensor support. #132
  • Install requirements using current Python executable. #134
  • Add sensors to HASS discovery. #133
  • Add option to publish output value on startup. #125

v0.5.2 - 2020-10-17

  • Update PyYAML to a version that doesn't suffer from CVE-2020-1747 vulnerability.
  • Add 'stream' IO.

v0.3.1 - 2019-03-10

  • Pin safe version of PyYAML in requirements.

v0.3.0 - 2019-03-10

  • Merge PR from @BenjiU which implements a new sensor interface. #52

v0.0.12 - 2017-07-26

  • Add cleanup function to modules which are called before program exit. #16

v0.0.11 - 2017-07-26

  • Decode received MQTT message payload as utf8 before trying to match with on/off payload values. #14

v0.0.10 - 2017-07-26

  • Fix bug with selection of pullup value in raspberrypi module when none set. #15

v0.0.9 - 2017-07-26

  • Successful fix for bug with loading config schema. #13

v0.0.8 - 2017-07-26

  • Failed fix for bug with loading config schema. #13

v0.0.7 - 2017-07-17

  • Implement set_on_ms and set_off_ms topic suffixes. Closes #10

v0.0.6 - 2017-07-17

  • Large refactor and tidyup.
  • Implement config validation using cerberus.
  • Enable configuration of MQTT protocol. Closes #11.
  • Deploy Python Wheel as well as source package.
  • Add some (not exhaustive) tests.