Pre-Release 0.0.5
Pre-release
Pre-release
HA Microclimate v0.0.5
Highlights
- Simplified onboarding: setup now focuses on mapped, user-facing pins instead of showing every discovered pin.
- Added smarter default handling for non-UI pins: unmapped/hidden pins are auto-created as entities but disabled by default.
- Improved pin metadata model for cleaner control over behavior and visibility.
New Pin Map Schema
- Added
Typecolumn in the CSV to explicitly define pin entity type. - Added
Hiddencolumn in the CSV to control whether a mapped pin should appear in setup UI. - JSON generation now derives
show_in_uifromHiddenand supports strict type normalization.
Behavior Changes
- Config flow now:
- Shows only mapped pins marked as visible.
- Auto-configures hidden/unmapped discovered pins with safe defaults.
- Entity creation now supports per-entity default enablement, allowing hidden pins to exist without cluttering the UI.
Docs and Tooling
- Pin map generator updated to parse the new schema and validate values.
- Documentation updated to reflect
Type+Hiddenusage.
Notes
- Version bumped to
0.0.5. - Recommended workflow remains: edit CSV → regenerate pin_map.json with the generator script.