Skip to content

Commit

Permalink
New BETA setup
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwi-cam committed Jun 18, 2023
1 parent cd9e9c6 commit b31dfb4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [4.4.13] - 2023-06-19
### Added
- w1 and file temperatures will return a battery level of 100 if none found
### Fixed
Expand All @@ -15,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Serializes the simultaneous IR/RF commands. (Thanks @banboobee) #520
- Updated dependancies to resolve known vulnerabilities

## [4.4.12] - 2022-06-08
## [4.4.12] - 2023-05-25
### Added
- Added tempStepSize to configuration (defaulting to 1) to allow AC units with 0.5 steps (Thanks @nasudon) #570
- Added support for fahrenheit temperature sources #495 - set tempSourceUnits to 'F'
Expand Down
4 changes: 2 additions & 2 deletions 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
@@ -1,7 +1,7 @@
{
"name": "homebridge-broadlink-rm-pro",
"displayName": "Homebridge Broadlink RM Pro",
"version": "4.4.13-beta.4",
"version": "4.4.14-beta.0",
"description": "Broadlink RM plugin (including the mini and pro) for homebridge with AC Pro and TV features",
"license": "ISC",
"scripts": {
Expand Down

0 comments on commit b31dfb4

Please sign in to comment.