Skip to content

Latest commit

 

History

History
103 lines (85 loc) · 4.85 KB

CHANGELOG.md

File metadata and controls

103 lines (85 loc) · 4.85 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

This project is versioned based upon the version of zigbee2mqtt. The versioning X.Y.Z of the stable release of this add-on will track that of zigbee2mqtt. If there are new releases without upgrades to the zigbee2mqtt version (i.e., changes to the add-on that occur between releases of zigbee2mqtt), an additional number will be added to indicate this (X.Y.Z.A, where A indicates a new versioned release).

1.3.0 - 2019-04-08

Changed

  • Update zigbee2mqtt to version 1.3.0

Added

  • Includes new config option from zigbee2mqtt:
    • homeassistant_discovery_topic
    • debounce (device-specific config)

Fixed

  • Fixes logic bug that prevented configuration from being updated via the Hass.io frontend UI.

1.2.1 - 2019-03-10

Changed

  • Update zigbee2mqtt to version 1.2.1
  • Use Node.js 10 as base docker image

Added

  • Includes new config option from zigbee2mqtt:
    • report

1.1.1 - 2019-02-02

Changed

  • Update zigbee2mqtt to version 1.1.1

1.0.1.1 - 2019-01-30

Changed

  • Add network_key to options, defaulting to empty list. If left empty, the option will not be passed to zigbee2mqtt.
  • Update README to reflect requirements for devices and network_key options

1.0.1 - 2019-01-30

Changed

  • update zigbee2mqtt to version 1.1.0

Added

  • Includes new config options from zigbee2mqtt:
    • soft_reset_timeout
    • last_seen
    • elapsed
    • network_key
    • devices (device-specific configuration)
  • Includes overwrite option, which can be set to false to prevent the add-on from overwriting corresponding fields on startup that are already set in the configuration.yaml file.

1.0.1 - 2018-12-17

Changed

  • update zigbee2mqtt to version 1.0.1

1.0.0 - 2018-12-17

Changed

  • update zigbee2mqtt to version 1.0.0

Added

  • Includes new or changed options for zigbee2mqtt:
    • reject_unauthorized
    • pan_id
    • channel

0.1.6 - 2018-09-26

Changed

  • update zigbee2mqtt to version 0.1.6

0.1.5.1 - 2018-09-24

Changed

  • Fixed bugs related to #53 and #54, regarding log_directory setting
  • Fixed README typo regarding disable_led. This option is now called disable_led in accordance with zigbe22mqtt. Although this was changed in 0.1.3.1, README was not updated to reflect that.

0.1.5 - 2018-09-17

Changed

  • update zigbee2mqtt to version 0.1.5

0.1.3.1 - 2018-09-17

Added

  • Includes new or changed options for zigbee2mqtt:
    • mqtt_client_id
    • disable_led (renamed from serial_disable_led)
    • cache_state
    • log_directory
    • log_level
    • rtscts
    • zigbee_shepherd_debug

0.1.3 - 2018-07-31

Changed

  • Upgrade to version 0.1.3 of zigbee2mqtt

0.1.2 - 2018-07-31

Changed

  • Upgrade to version 0.1.2 of zigbee2mqtt

0.1.1 - 2018-07-29

Changed

  • Switch the edge and non-edge dockerfiles so they're actually correct. Sigh. This is why you don't write code after 28 hour shifts.
  • Download release archives instead of git cloning the specific branch
  • Upgrade to version 0.1.1 of zigbee2mqtt

0.1.0 - 2018-07-16

Changed

Version 0.1.0 is the first versioned release of the add-on. The repository actually establishes two add-ons:

  • zigbee2mqtt add-on, which will use the first released version of the zigbee2mqtt library and will update as new versions of that library are released
  • zigbee2mqtt-edge add-on, which will build with the latest commit to the zigbee2mqtt master branch. Each update to the library will trigger a new add-on image to be built. In effect, this add-on will function the same way that the pre-release version of this add-on did.