Skip to content

Commit

Permalink
changer ver add chngelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jontofront committed Oct 16, 2024
1 parent 6056d03 commit b7177de
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,17 @@ Thank for @pblxptr add new code line from him
- Separated entity by types for better management
- Moved Mixer sensors to the Mixer sensor group and added icons

## [v1.0.3-beta] 2024-10-15
### Added
- Introduced new `ServoMixer1` state handling with predefined Home Assistant states (`STATE_OFF`, `STATE_CLOSING`, `STATE_OPENING`).
- Added logging for non-numeric values in sensor processing to improve debugging.

### Changed
- Updated `ENTITY_VALUE_PROCESSOR` to use predefined Home Assistant states for `ServoMixer1`.
- Improved error handling in `create_controller_sensors` to skip non-numeric values and log warnings.

### Fixed
- Fixed `ValueError` caused by non-numeric values in sensor state processing.
- Resolved Mypy type incompatibility issue in `STATE_CLASS_MAP` by removing the `servoMixer1` entry with `None` value.


2 changes: 1 addition & 1 deletion custom_components/econet300/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"issue_tracker": "https://github.com/jontofront/ecoNET-300-Home-Assistant-Integration/issues",
"requirements": [],
"ssdp": [],
"version": "v1.0.2-beta",
"version": "v1.0.3-beta",
"zeroconf": []
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[tool.poetry]
name = "ecoNET-300-Home-Assistant-Integration"
version = "v1.0.2-beta"
version = "v1.0.3-beta"
description = "ecoNET300 Home Assistant integration"
authors = ["Jon <jontofront@gmail.com>"]
readme = "README.md"
Expand Down

0 comments on commit b7177de

Please sign in to comment.