Skip to content

Commit

Permalink
update 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dckiller51 committed Mar 5, 2022
1 parent cdc7e52 commit d5c03bf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,19 @@ yourname:

## VERSION

## v2.0.0

Big update offered by @edenhaus. It offers us a better quality code and especially to be able to work in devcontainer.

- Add code quality tools, which run with pre-commit
- removed unused code (e.g. holtek)
- use @cached_property to run certain calculation only once
- adjust names and code to python coding styles
- update ci actions
- Add devcontainer for easier development

Thanks to you for the work done.

## v1.1.5

- Convert weight from lbs to kgs if your scale is set to this unit (thank you @rale)
Expand Down
2 changes: 1 addition & 1 deletion custom_components/bodymiscale/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Base component constants
NAME = "Body Xiaomi Miscale Esphome"
DOMAIN = "bodymiscale"
VERSION = "1.1.5"
VERSION = "2.0.0"

ISSUE_URL = "https://github.com/dckiller51/bodymiscale/issues"
DOC_URL = "https://github.com/dckiller51/bodymiscale"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/bodymiscale/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"codeowners": ["@dckiller51"],
"requirements": [],
"iot_class": "calculated",
"version": "1.1.5"
"version": "2.0.0"
}

0 comments on commit d5c03bf

Please sign in to comment.