Skip to content

Pre-Release 0.0.5

Pre-release
Pre-release

Choose a tag to compare

@Screaminlean Screaminlean released this 29 May 00:38

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 Type column in the CSV to explicitly define pin entity type.
  • Added Hidden column in the CSV to control whether a mapped pin should appear in setup UI.
  • JSON generation now derives show_in_ui from Hidden and 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 + Hidden usage.

Notes

  • Version bumped to 0.0.5.
  • Recommended workflow remains: edit CSV → regenerate pin_map.json with the generator script.