Skip to content

Release 1.9.0

Compare
Choose a tag to compare
@itavero itavero released this 29 Jun 17:10
· 312 commits to master since this release

Added

  • Some converters now have some additional configuration options which allows you to select an alternative implementation. (see
    #458 and related issues)
    • switch can be configured as a switch (default) or outlet
    • occupancy can be configured as occupancy (default) or motion
  • device_temperature is now exposed as a temperature sensor. Due to a change in Zigbee2MQTT, you might need to update your Homebridge configuration to exclude device_temperature if you previously excluded temperature for some devices. (see #456)

Changed

  • Refactored basic_sensor.ts as the file was getting way too huge. This should not change any behavior.