Fixed Y-Axis Bounds Added + Minor Improvements
This release introduces a new feature for controlling the graph's Y-axis, along with some minor improvements.
New Features
Fixed Graph Bounds [#15]
You can now set fixed lower and upper bounds for the Y-axis of the graph. This is useful when you want to prevent the graph from auto-scaling and instead view the data within a consistent, predefined range.
graph_min: Sets a fixed lower bound for the Y-axis.graph_max: Sets a fixed upper bound for the Y-axis.
These options can be configured globally for the entire card or on a per-entity basis for more granular control. The UI editor has been updated to include fields for these new settings.
Bug Fixes & Minor Changes
- Removed an unnecessary
text-transform: capitalizeon the primary entity value, allowing it to display as defined in Home Assistant. - Updated development dependencies to their latest versions.