Skip to content

Latest commit

 

History

History
232 lines (185 loc) · 8.58 KB

CHANGELOG.md

File metadata and controls

232 lines (185 loc) · 8.58 KB

1.16.2.2

  • Fixes new installations errors (was not due to default but due to type error)

1.16.2.1

  • Fixes new installations errors (#482 and #483)

1.16.2

  • Updated Zigbee2mqtt to version 1.16.2
  • New configuration options
    • mqtt
      • force_disable_retain
    • frontend
      • host
  • devices and groups options now accept a comma-separated string of files

1.16.1

  • Updated Zigbee2mqtt to version 1.16.1

1.16.0

  • Updated Zigbee2mqtt to version 1.16.0

1.15.0

  • Updated Zigbee2mqtt to version 1.15.0
  • Added support for a built-in frontend using ingress. See Documentation tab for more details.

1.14.4.2

  • Added readme for Edge version
  • Added logo on both Edge and Stable version
  • Startup for addon moved from before to application
  • Fixed empty changelog in Edge version
  • Fixed add-on crash for starting too early for some users
  • Fixed .hash.json to get properly generated (commit #unknown resolved)

1.14.4.1

  • ⚠️ Breaking changes
    • availability_blacklist renamed to availability_blocklist in advanced
    • availability_passlist now required option in advanced
    • ban renamed to blocklist
    • whitelist renamed to passlist

Change

availability_blacklist: []

to

availability_blocklist: []
availability_passlist: []

Remove

ban: []
whitelist: []
  • Added explicit support for armv7

  • Added new config options from Zigbee2mqtt:

    • external_converters
    • mqtt
      • keepalive
      • version
    • advanced
      • adapter_concurrent
      • cache_state_persistent
      • cache_state_send_on_startup
      • device_options
        • occupancy_timeout
        • temperature_precision
        • legacy
      • device_options_string
      • homeassistant_legacy_triggers
      • log_level
      • log_rotation
      • timestamp_format
    • experimental
      • output
  • Fixed change log bug for Stable version

  • Updated names to reflect Hass.io rename to Home Assistant

1.14.4

  • Updated Zigbee2mqtt to version 1.14.4

1.14.3

  • Added new config option from Zigbee2mqtt: adapter in serial
  • Updated Zigbee2mqtt to version 1.14.3

1.14.2

  • Updated Zigbee2mqtt to version 1.14.2

1.14.1

  • Updated Zigbee2mqtt to version 1.14.1

1.14.0

  • Updated Zigbee2mqtt to version 1.14.0

1.13.1

  • Added config option transmit_power in experimental
  • Updated Zigbee2mqtt to version 1.13.1

1.13.0

  • Updated Zigbee2mqtt to version 1.13.0

1.12.2

  • Updated Zigbee2mqtt to version 1.12.2

1.12.1

  • Updated Zigbee2mqtt to version 1.12.1

1.12.0

  • Updated Zigbee2mqtt to version 1.12.0

1.11.0

  • Updated Zigbee2mqtt to version 1.11.0

1.10.1

  • Added config options network_key_string and ext_pan_id_string.

1.10.0

  • Updated Zigbee2mqtt to version 1.10.0

1.9.0

  • Added config option zigbee_herdsman_debug (zigbee_shepherd_debug still supported for now)
  • Updated Zigbee2mqtt to version 1.9.0

1.8.0

  • Updated Zigbee2mqtt to version 1.8.0

1.7.1

  • Updated Zigbee2mqtt to version 1.7.1

1.7.0

  • ⚠️ Breaking changes: You cannot roll back to 1.6 without repairing all your devices
  • ⚠️ Added socat support: leave enabled set to false to disable.
  • Updated Zigbee2mqtt to version 1.7.0

1.6.0

  • Update Zigbee2mqtt to 1.6.0

1.5.1.2

  • Create $DATA_PATH if it does not already exist
  • Fixed #197

1.5.1.1

  • Added several configuration items:
    • advanced.availability_blacklist
    • ban
    • whitelist
    • queue (along with queue.delay and queue.simultaneously)
    • mqtt.key, mqtt.ca, mqtt.cert
    • advanced.report, advanced.homeassistant_discovery_topic, advanced.homeassistant_status_topic
  • Add back zigbee_shepherd_debug,zigbee_shepherd_devices, and disable_led
  • Include default network key in default configuration

1.5.1

  • ⚠️ Breaking changes: restructured configuration to more closely mirror Zigbee2mqtt
  • Updated Zigbee2mqtt to version 1.5.1

1.3.0

  • Updated Zigbee2mqtt to version 1.3.0
  • Added new config option from zigbee2mqtt:
    • homeassistant_discovery_topic
    • debounce (device-specific config)
  • Fixed logic bug that prevented configuration from being updated in the add-on ui.

1.2.1

  • Updated Zigbee2mqtt to version 1.2.1
  • Use Node.js 10 as base docker image
  • Added new config option from Zigbee2mqtt: report

1.1.1

  • Updated Zigbee2mqtt to version 1.1.1

1.1.0.1

  • Added 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.1.0

  • Updated Zigbee2mqtt to version 1.0.1
  • Added new config options from Zigbee2mqtt:
    • soft_reset_timeout
    • last_seen
    • elapsed
    • network_key
    • devices (device-specific configuration)
  • Added 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

  • Updated Zigbee2mqtt to version 1.0.1

1.0.0

  • Updated Zigbee2mqtt to version 1.0.0
  • Added new or changed options for Zigbee2mqtt:
    • reject_unauthorized
    • pan_id
    • channel

0.1.6

  • Updated Zigbee2mqtt to version 0.1.6

0.1.5.1

  • Fixed #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

  • Updated Zigbee2mqtt to version 0.1.5

0.1.3.1

  • Added 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

  • Updated Zigbee2mqtt to version 0.1.3

0.1.2

  • Updated Zigbee2mqtt to version 0.1.2

0.1.1

  • Switch the Edge and Stable Dockerfiles so they're actually correct
  • Download release archives instead of git cloning the specific branch
  • Updated Zigbee2mqtt to version 0.1.1

0.1.0

  • First versioned release of the add-on
  • Updated Zigbee2mqtt to version 0.1.0