Skip to content

History

Revisions

  • Updated Lovelace Card (markdown)

    @jrhubott jrhubott committed Jun 2, 2026
    fff10eb
  • docs: warn about is_sunny_sensor + raw lux OR-combination pitfall (#506)

    @jrhubott jrhubott committed Jun 2, 2026
    22cc697
  • Use the README's regenerated tile gallery and animated sky-compass GIF

    @jrhubott jrhubott committed May 31, 2026
    eb96cce
  • docs: add manual-override workaround (ACP-only option + proxy/card)

    @jrhubott jrhubott committed May 31, 2026
    8e9fe09
  • docs: document nightly pre-release builds (user + developer)

    @jrhubott jrhubott committed May 31, 2026
    94a58fd
  • docs: correct per-badge YAML to nested badges: map

    @jrhubott jrhubott committed May 31, 2026
    484d34f
  • docs: update Lovelace Card page for v2.1.0 badge overhaul

    @jrhubott jrhubott committed May 31, 2026
    8431e12
  • docs: add privacy/contents table to diagnostics page

    @jrhubott jrhubott committed May 28, 2026
    4885ce2
  • Document configurable publish-lag window (v2.23.4) Add coverage of the new Geometry → Publish-lag window (s) option to the Venetian Blinds page (publish-lag window tuning subsection covering range, when-to-widen guidance, the primary_axis_suppression_last_24h diagnostic counter, and the WARN log signal). Note the same windows now protect both axes from v2.23.4, fixing issue #33. Update Troubleshooting Step 8 (Manual Override Triggered Unexpectedly) to point at the new option and the cross-link to the tuning subsection.

    @jrhubott jrhubott committed May 28, 2026
    3ade14f
  • docs: document "Only engage manual override from ACP commands" option Adds coverage in three places for the v2.23.0 manual_ignore_external option: - Troubleshooting → Step 8 (Manual Override Triggered Unexpectedly): add it as a remediation when noisy external state changes keep tripping false overrides, with a pointer to the Tips and Tricks entry. - Tips and Tricks → Manual override: new "ACP-only manual override" section explaining when to use it, why the companion card keeps working (it routes through the ACP proxy / services), and the adaptive_cover_pro.stop service swap users need to make. - Lovelace Card → Compatibility: explicit "Works with …" note reassuring users that every card-driven command continues to engage manual override.

    @jrhubott jrhubott committed May 25, 2026
    56cf97d
  • Updates

    @jrhubott jrhubott committed May 25, 2026
    59c49ae
  • docs(lovelace-card): add tile card and more-info dialog screenshots

    @jrhubott jrhubott committed May 24, 2026
    18fda28
  • docs: tile card visual editor, action config, show_resume modes

    @jrhubott jrhubott committed May 24, 2026
    08c6c67
  • docs: tile card, more-info dialog, slot controls, forecast strip Documents the four pieces the companion card grew for issue #60: - Tile card (adaptive-cover-pro-tile-card) — compact chip layout with contextual badge, ↑■↓ controls, and inline Resume. - More-info dialog — ACP-specific dialog opened by tile tap (or by the panel card's chrome) carrying all matched-handler badges, plain-English decision summary, position block, cover bars, optional forecast strip, Resume Auto, and a collapsible Advanced section. - Custom-position slot controls — per-slot On/Off rows in the dialog's Advanced section, calling the integration's set_custom_position service with the new enabled field (v2.22.1+). - Forecast strip — SVG plot of today's expected solar-tracking position with sunrise/sunset/FOV-entry/FOV-exit markers, driven by the new position_forecast diagnostic sensor. Also adds the plain-English decision-summary line and the tile-card section that landed alongside the v1 work earlier in the session.

    @jrhubott jrhubott committed May 23, 2026
    2640beb
  • docs: document show_decision_summary option and plain-English decision line

    @jrhubott jrhubott committed May 23, 2026
    15948ad
  • docs: lead with lovelace.reload_resources service call (#58)

    @jrhubott jrhubott committed May 23, 2026
    5cdeefc
  • docs: glare zones — optional Z height for above-floor targets (issue #404)

    @jrhubott jrhubott committed May 23, 2026
    4e0c4bd
  • docs: allow shaded distance 0 m (issue #427)

    @jrhubott jrhubott committed May 23, 2026
    a254865
  • docs: device-derived default title; clarify proxy toggle defaults off Reflects the new create-flow naming behavior in the integration: when a cover entity has an attached HA device, the entry title defaults to the device's name verbatim, with no type prefix and no "Adaptive" word. Updates the Proxy Cover entity page to describe the resulting entity_id and friendly-name pattern, and rewrites the auto-name paragraph on First-Time Setup to cover both the device-derived and fallback paths.

    @jrhubott jrhubott committed May 23, 2026
    9ee2afd
  • docs: document custom_position_active_slot and custom_position_minimum_mode on decision_trace

    @jrhubott jrhubott committed May 23, 2026
    70ee6c9
  • Document custom sunset/sunrise time entity options (#411)

    @jrhubott jrhubott committed May 22, 2026
    c66aa3e
  • docs: de-duplicate Operations pages, route via single sources of truth Trim duplicated state tables and attribute lists from Troubleshooting; Diagnostic-Sensors now owns the last_skipped_action state set and Configuration-Debug-Diagnostics owns the Transit Timeout measurement procedure. Add cross-references from Known-Limitations into both pages.

    @jrhubott jrhubott committed May 21, 2026
    cc153be
  • docs: add Diagnostic Sensors reference page New page documents every diagnostic sensor and binary sensor the integration exposes, with per-attribute tables, a symptom -> sensor lookup, and the Download Diagnostics JSON shape. Slim down Entities.md diagnostic rows to one-liners that link out. Cross-link from Troubleshooting. Refs adaptive-cover-pro#407

    @jrhubott jrhubott committed May 21, 2026
    5448fd3
  • Add Step 8: Manual Override section pointing to venetian timeouts

    @jrhubott jrhubott committed May 21, 2026
    db0f18d
  • Fix venetian override section: non-ADP tilt changes, not physical twist

    @jrhubott jrhubott committed May 21, 2026
    5a1b5f6
  • Expand venetian manual-override section with timeouts and detection details

    @jrhubott jrhubott committed May 21, 2026
    54946cf
  • Add Beta releases section to Installation

    @jrhubott jrhubott committed May 20, 2026
    7ee685b
  • docs: point new-cover-type checklist at canonical CODING_GUIDELINES.md The 8-step list duplicated (and partially drifted from) the contract in the integration repo's CODING_GUIDELINES.md. Replace with a brief 3-step summary that links to the canonical section, calls out the post-Phase-G/H/I ClassVar flags and policy methods (wiki_anchor, display_label, exposes_dual_axis_sensor, custom_position_includes_tilt), and mentions the parametrised stub-policy invariants that pick up new types automatically. Drops the misleading "Add CoverType enum value" step (the enum is `SensorType` and a new entry there is part of the config-flow plumbing, not a separate action).

    @jrhubott jrhubott committed May 19, 2026
    4f640ac
  • Add Proxy Cover Entity page Document the opt-in proxy cover entity (cover.*_managed): what it is, how to enable, intercepted services and their trigger labels, the v2.21.2 _slider → _managed migration note, and links to Position Limits and the adaptive_cover_pro.set_position service. Sidebar entry under Entities & Services.

    @jrhubott jrhubott committed May 18, 2026
    242e3eb
  • docs(cloudy-days): add Variant C — direct binary sensor for cloud suppression Variant C wires a single inverted-polarity "Is Sunny" template binary sensor directly into the integration's Is Sunny binary sensor field, skipping the intermediate numeric Debounced Lux sensor used in Variant B. Same Schmitt trigger / hold-time semantics, one sensor instead of two. Comparison table updated. Refs #377.

    @jrhubott jrhubott committed May 17, 2026
    b8d9144