Skip to main content

Full Configuration

All of these options are configured from the Configuration tab of the Superhome app in Home Assistant. After editing any value, click Save to apply it.

The two basic options are shown at the top of the tab; everything else lives under the collapsed Advanced group.

Basic

OptionDefaultEffect
license_key(empty)Your SH-XXXX-XXXX-XXXX-XXXX license key.
rtsp_url(empty)RTSP stream of your camera, e.g. rtsp://user:pass@192.168.1.50:554/stream1.

Timing & sensitivity

OptionDefaultEffect
confidence_threshold0.6Minimum model confidence to register a palm gesture (0 to 1). Lower is more sensitive but more prone to false positives.
selection_confidence_threshold0.5Minimum confidence to detect the L-gesture that drives entity selection.
selection_trigger_time0.5 sHow long to hold the L-gesture before entering selection mode.
selection_entity_switch_time2 sHow long to hold the gesture before advancing to the next entity in the list.
selection_cache_time1.5 sHow long the selected value is remembered after leaving selection mode.
selection_hysteresis_time2 sGrace period: how long selection mode stays active after the gesture is briefly lost.
selection_cycle_modecyclicHow the entity list cycles: cyclic (1, 2, 3, 1, 2, 3...) or linear.
safety_trigger_threshold0.3 sHow long an open palm must be held before its action fires. Acts as a safety delay against accidental triggers.
dimmer_interval0.9 sTime between brightness steps while you sustain an open palm.
gesture_level_hysteresis_time2 sGrace period during brightness control after the gesture is briefly lost.

Camera

OptionDefaultEffect
downscaletrueDownscale incoming frames before inference to reduce CPU load.
downscale_factor2How much to downscale when downscale is enabled (2 = half resolution).

Cluster

OptionDefaultEffect
inference_modestandalonestandalone runs inference locally on the HAOS host; master-worker offloads it to a worker node. See Master-Worker Cluster.