-
Notifications
You must be signed in to change notification settings - Fork 22
Decision Strip Card
custom:adaptive-cover-pro-decision-card
The Decision Strip card renders just the decision pipeline for a single Adaptive Cover Pro instance β the same handler trace the Panel Card shows inline, but on its own, with nothing else around it. Reach for it when you want to see why the integration landed on a position without giving up the dashboard real estate the full panel needs.
It is one of the five cards in the Adaptive Cover Pro Card bundle; installing the bundle once registers all five.
Every pipeline handler in priority order, each marked matched or skipped, with the winning handler highlighted and its proposed position called out. When the integration is throttling consecutive adjustments, the same live countdown banner the panel card uses appears here too. Above the row grid, an optional plain-English summary walks the matched handlers in priority order so the winner reads last (e.g. Solar Tracking 100% β Custom Position #1 60% floor β Manual Override 60%).
The card declares its own grid sizing, so the Home Assistant Sections view places and resizes it correctly without manual tuning.
Drop the card onto a dashboard and the visual editor walks you through it: a dropdown of your Adaptive Cover Pro config entries, an optional header field, and toggles for compact mode, hiding inactive handlers, and the decision summary. Or edit YAML directly:
type: custom:adaptive-cover-pro-decision-card
entry_id: YOUR_CONFIG_ENTRY_ID # Settings β Devices & Services β click the ACP instance β URL bar
title: Living Room β why? # optional; header rendered above the strip
compact: false # optional; tighter row layout (also forces hide_inactive_handlers on)
hide_inactive_handlers: false # optional; show only the winner and actively matched handlers
show_decision_summary: true # optional; plain-English "why this position?" line above the grid| Option | Default | Effect |
|---|---|---|
entry_id |
(required) | The Adaptive Cover Pro config entry to read. |
title |
(none) | Optional header rendered above the strip in the card's ha-card. Omit for a header-less strip. |
compact |
false |
Tighter row layout for dense dashboards. Forces hide_inactive_handlers on. |
hide_inactive_handlers |
false |
Collapse the trace to just the winner and the handlers currently matched. |
show_decision_summary |
true |
Render the plain-English summary line above the row grid. Set false to hide it. |
tooltips |
enabled | Card-owned floating tooltip behaviour, shared with the other cards. See Tooltips. |
Settings β Devices & Services β click the Adaptive Cover Pro instance β copy the ID from the browser URL bar. The visual editor's dropdown fills this in for you.
Card issues β https://github.com/jrhubott/adaptive-cover-pro-card/issues Integration issues β https://github.com/jrhubott/adaptive-cover-pro/issues
π Home Β· β¨ Features Β· π° What's New
π Getting Started
- Installation
- Migrating from Custom Repository
- Migrating from Adaptive Cover
- First-Time Setup
- Building Profile β start here if you have multiple covers
- Cover Groups
- Copy Settings to Other Covers
- Cover Types
π§ Core Concepts
π Cover Types
- Vertical
- Horizontal
- Oscillating Awning
- Roof / Skylight Window
- Tilt
- Louvered Roof
- Sliding Curtain
- Day/Night Shade
- Dual Panel
- Venetian (Dual-Axis)
βοΈ Configuration
- Sun Tracking
- Position
- Position Matching
- Travel Time Calibration
- Glare Zones
- Automation
- Command Queue
- Custom Position
- Force Override
- Weather Safety
- Climate
- Templated Thresholds
- Template Self-References
- Blindspot
- Summary Screen
- Debug & Diagnostics
π Entities & Services
- Entities
- Proxy Cover Entity
- Position Verification
- My Position Support (Somfy RTS)
- Runtime Configuration Services
π οΈ Operations
- Known Limitations
- Hardware Compatibility
- Troubleshooting
- Troubleshooting Findings
- Diagnostic Sensors
- Tips and Tricks
π§ Advanced Use Cases
- Overview
- Dynamic Temperature Thresholds
- Dynamic Tracking Window
- Bedroom Sleep Mode
- Handling Variable Cloud Cover
- Indoor Lux Sensor Behind the Cover
- Venetian Tilt-Only on Overcast Days
- Forecast-Based Shading
- Custom Position When Sun in FOV
- Suppress Closing While a Door Is Open
- Keep a Blind Clear of the Sill
π¨ Dashboard
- Dashboard Cards
- Panel Card
- Tile Card
- Sky Compass Card
- Decision Strip Card
- Solar Chart Card
- History Card
π§ͺ Testing & Simulation
π Reference
π©βπ» For Developers