bettermodel_indicator_config
Configure the interaction indicator for a BetterModel entity — entity entry.
Entry Information
| Property | Value |
|---|---|
| Entry ID | bettermodel_indicator_config |
| Type | Entity |
| Color | Medium_sea_green |
| Icon | mdi:hand-pointing-left |
Description
Configures the interaction indicator for a BetterModel entity. Allows customizing the flash duration, indicator text, and visibility conditions without needing a custom interaction entry.
Fields
| Field | Type | Description |
|---|---|---|
flashDurationMs | Long | Duration in ms the interaction indicator flashes when the entity is clicked |
visibleByDefault | Boolean | Whether the indicator is visible by default |
indicatorOffsetY | Double | Y offset for the indicator above the entity's nameplate |
interpolationDurationMs | Long | Interpolation duration for indicator position changes (ms) |
Usage Example
- entry: bettermodel_indicator_config
name: "Configure the interaction indicator for a BetterModel entity"
flashDurationMs: 0
visibleByDefault: false
indicatorOffsetY: 0
interpolationDurationMs: 0