[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 forServoMixer1
. - 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 theservoMixer1
entry withNone
value.
What's Changed
- add ServoMix1 HA states by @jontofront in #76
Full Changelog: v1.0.2-beta...v1.0.3-beta