Skip to content

Commit

Permalink
chore: release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and TheRealWaldo committed Sep 8, 2021
1 parent 247487d commit af69be0
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [3.0.0](https://www.github.com/TheRealWaldo/thermal/compare/v2.6.0...v3.0.0) (2021-09-08)


### ⚠ BREAKING CHANGES

* Using `person_detected` as a state on a sensor is deprecated and will be removed in future versions. Use the new Binary Sensor instead.

### Features

* add state_class to sensor ([8019b86](https://www.github.com/TheRealWaldo/thermal/commit/8019b869a7d7f03246e85cc0cf4cb2814fe0da61))
* introduce binary_sensor for occupancy ([f0ee349](https://www.github.com/TheRealWaldo/thermal/commit/f0ee349c4d0f92c42929d4589f9b0121ce02c097))
* use hass native unit of measurement ([247487d](https://www.github.com/TheRealWaldo/thermal/commit/247487d7a873130a5a659d343e4279d53d219c3b))

## [2.6.0](https://www.github.com/TheRealWaldo/thermal/compare/v2.5.0...v2.6.0) (2021-09-07)


Expand Down
2 changes: 1 addition & 1 deletion custom_components/thermal_vision/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

DOMAIN = "thermal_vision"

VERSION = "2.6.0"
VERSION = "3.0.0"
ISSUE_URL = "https://github.com/TheRealWaldo/thermal/issues"

CONF_WIDTH = "width"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/thermal_vision/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"issue_tracker": "https://github.com/TheRealWaldo/thermal/issues",
"documentation": "https://github.com/TheRealWaldo/thermal/blob/main/README.md",
"dependencies": [],
"version": "2.6.0",
"version": "3.0.0",
"codeowners": ["@TheRealWaldo"],
"requirements": ["colour", "numpy", "pillow"],
"iot_class": "local_polling"
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.0
3.0.0

0 comments on commit af69be0

Please sign in to comment.