Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.1.1...v2.0.0) (2020-02-21)

### Bug Fixes

* **home-assistant:** log undefined for unkown message receivers ([45f3232](45f3232))
* add bind-tools to Docker image ([5ca01e2](5ca01e2))
* use new room presence logic for timeout check ([872c766](872c766))
* **bluetooth-classic:** adapt timeouts to match shorter interval ([e2c83bf](e2c83bf))
* **bluetooth-classic:** filter only active nodes ([3e7cf6e](3e7cf6e))
* **bluetooth-classic:** increased the timeout ([b18b812](b18b812))
* **bluetooth-classic:** Publish RSSI even for local inquiries ([025ceb1](025ceb1))
* **bluetooth-classic:** trim the name output ([072809a](072809a))
* **bluetooth-classic:** tuned filter parameters ([58f79ab](58f79ab))
* **bluetooth-classic:** uses the device address as default name ([cc5b8a9](cc5b8a9))
* **bluetooth-low-energy:** remove usage of txPowerLevel ([a4425ba](a4425ba))
* **bluetooth-low-energy:** removes uom from room presence sensors ([4d9a2ec](4d9a2ec))
* **bluetooth-low-energy:** tuned filter parameters ([cbea490](cbea490))
* **cluster:** increase timeout ([bcb0d5a](bcb0d5a))
* **cluster:** prevent complete removal of configured peers ([87d74c0](87d74c0))
* **cluster:** use instance name as node id ([e028414](e028414))
* **entities:** re-publish all entity states when elected ([be380cd](be380cd))
* localisation algorithms for thermopile sensors ([cc67cf1](cc67cf1))
* **home-assistant:** connect to broker correctly on init ([4ad5872](4ad5872))
* **home-assistant:** Do not make distributed sensors unavailable on shutdown ([29ffddc](29ffddc))
* **home-assistant:** no availability msgs for distributed child devices ([1b82c55](1b82c55))
* **home-assistant:** only end connection if connected ([8950cca](8950cca))
* **home-assistant:** retain availability messages ([3093154](3093154)), closes [#102](#102)
* **home-assistant:** retain state updates ([382deed](382deed))
* **home-assistant:** switch to different device identifier ([227da0b](227da0b))
* Add ClusterModule to EntitiesModule dependencies ([b7de024](b7de024))
* Added missing interface definition ([989b765](989b765))
* D6T component now adheres to new integration loading mechanism ([2357f83](2357f83))
* Load application correctly even when launched via bin ([4b948bd](4b948bd))
* Make room-assistant read default config even when run from somewhere else ([5ef1321](5ef1321))
* Only emit updates for distributed entities on leader again ([6c5fd43](6c5fd43))
* Pass isLeader to EntityProxyHandler with correct context ([7672882](7672882))

### Features

* **bluetooth-classic:** adapts closest instance detection to be instant ([3966ab6](3966ab6))
* **bluetooth-classic:** added inquiries switch ([8f4d7f4](8f4d7f4))
* **bluetooth-classic:** adds minRssi option ([2051e8e](2051e8e))
* **bluetooth-classic:** apply Kalman filter to RSSI values ([f3566f5](f3566f5))
* **bluetooth-classic:** individual devices per peripheral ([1a3c470](1a3c470))
* **bluetooth-classic:** reduce interval to 6 seconds ([4b77868](4b77868))
* **bluetooth-low-energy:** adapts closest instance detection ([655c51f](655c51f))
* **bluetooth-low-energy:** added max distance option ([c7098cc](c7098cc))
* **bluetooth-low-energy:** allow tag names to be overriden ([649d207](649d207)), closes [#102](#102)
* **bluetooth-low-energy:** always enforce whitelist ([8807e89](8807e89))
* **bluetooth-low-energy:** individual devices per peripheral ([fadd9be](fadd9be))
* **bluetooth-low-energy:** log newly discovered peripherals ([814c4ad](814c4ad))
* **bluetooth-low-energy:** removed individual distance sensors ([af9e639](af9e639)), closes [#102](#102)
* **cli:** added config dir option ([56d3f4a](56d3f4a))
* **cli:** added verbose option ([09ceab3](09ceab3))
* **cluster:** add an option to resolve mdns hostnames with dig ([67593d4](67593d4))
* **cluster:** add peer syncing ([56cfe34](56cfe34))
* **cluster:** adds option for disabling auto discovery ([6777e10](6777e10))
* **cluster:** adds quorum option ([868d676](868d676))
* **cluster:** allows configuration of timeout and weight ([2173ca5](2173ca5))
* **entities:** add http API for listing all entities ([2bff076](2bff076))
* added Docker configuration ([546fe62](546fe62))
* **entities:** added a switch entity ([52eaef5](52eaef5))
* **entities:** added binary sensors ([bbd4c40](bbd4c40))
* **gpio:** added gpio binary sensors ([47e66ff](47e66ff))
* **shell:** added shell integration ([fdf759a](fdf759a))
* Added Bluetooth Classic integration ([69fd4a3](69fd4a3))
* Added Grid-EYE thermopile integration ([134c98b](134c98b))
* Made mdns module optional ([a3f2c33](a3f2c33))
* Only send Bluetooth inquiries to participating nodes ([9a47a0e](9a47a0e))
* simplified entity ids ([dadaa0d](dadaa0d)), closes [#102](#102)
* **home-assistant:** moved topics into their own domain ([696e24b](696e24b)), closes [#102](#102)
* Added Kalman filtering of BLE RSSI values ([ef5583c](ef5583c))
* Reworked the integration loading mechanism ([05c0fa3](05c0fa3))

### Performance Improvements

* slim down Docker image ([0fc6d84](0fc6d84))

### BREAKING CHANGES

* Creates duplicated entries for all existing entities,
as the ids have changed
  • Loading branch information
semantic-release-bot committed Feb 21, 2020
1 parent f8e5c74 commit cd704dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "room-assistant",
"version": "2.0.0-beta.8",
"version": "2.0.0",
"description": "Presence tracking and more for automation on the room-level",
"author": "Heiko Rothe <[email protected]> (https://heikorothe.com)",
"license": "MIT",
Expand Down

0 comments on commit cd704dd

Please sign in to comment.