# Z-wave Manager
# 1.6.3
- MQTT Connectivity issues (Updated paho library)
# 1.6.2
- MQTT related fixes
- thermostat setpoint topic fix
# 1.6.1
- Add topic for Thermostat setpoint
# 1.6.0
- Add support for thermostat_setpoint
# 1.5.0
- Added support for command class Switch Color
# 1.4.4
- Added states for alarm functions
# 1.4.3
- Fixes for MQTT connection options
- Brand meta added if known when pairing
- Added new option for MQTT keepalive
# 1.4.2
- Added meta-data for alarms
- Possible fix on MQTT connection when broker is offline
# 1.4.1
- Fix bug where Command class blacklist was not honoured
- Log when command classes are blocked
# 1.4.0
- Add a "unit" meta for some functions
# 1.3.1
- A small fix for pairing multichannel
# 1.3.0
- Created functions now have meta-data for the command class
- Publish an event message when added/removed is done
# 1.2.2
- Small fix for a crash if paired/unpaired node-id was 0.
# 1.2.1
- A small fix for a crash when the data service did not respond.
# 1.2.0
- Added possibility to define extra meta-data to be added to devices using the zwave-data-api.
# 1.1.0
- Added support for scenes
# 1.0.0
- Rewrite to use Z-Wave info from gateway instead of data in a database.
# 0.1.5
- Fix: Nodes where never added to the API
# 0.1.4
- Upgrade Lynx integration library
- Look for existing functions only if the device already existed
- Other small optimizations
# 0.1.3
- Fix for format strings with
%
in them - Queue for messages on a client to solve created duplicates
# 0.1.2
- Smaller changes to topic structure
# 0.1.1
- Automatically reconnect MQTT on failure
# 0.1.0
First release of the software.