Skip to content

Controls, Sensors and Events

Mark Parker edited this page Jun 14, 2026 · 2 revisions

Besides the many configuration options, View Assist Companion App provides a number of HA sensor and control entities.

Controls

image

Alarm (v0.6.0+)

This enables/disables the inbuilt alarm sound on the VACA app. It is primarily designed for use with automations for things like timers but can be used however you wish.

Do not disturb

This will turn off all sound on the device but keep the microphone active

Media player

A HA media player entity that can be used to play radio via the Radio browser or music via various music integrations/addons. Tested with Music Assistant.

Mute

Mute the microphone on the device.

Refresh

Refresh the browser on the device to reload the page. Same as the swipe to refresh but can be done without touching the device.

Screen

Turn the screen on and off

Screensaver

Sets the brightness to minimum and adds a black overlay to the screen to give the appearence of it being off but not. This is for some devices that do not work well when the screen is turned off.

Sleep screen

Turn the devices screen off

Wake

Wake the device. Same as the device detecting the wake word but without needing to say the wake word. Once woken, you can issue a voice command to the device.

Wake screen

Turn the devices screen on

Sensors

image

Battery

Shows battery charge level on devices with batteries.

Batter charging

Shows if the battery is charging on devices with batteries.

Current path

Shows the current url path of the devices webview

Intent

Shows the resulting intent detail of the issued command. The attributes of this sensor show detail of affected entities etc.

Last motion

Shows the last time motion was detected. Requires motion detection to be supported on the device and enabled. See motion detection config setting for more info.

Light level

The detected light level from your device. This can be used in automations that depend on light or dark in a room.

Orientation

The orientation of the device. This can be used to display a different dashboard depending on the device orientation.

Screen

Shows the current status of the screen, either on or off. Note: On some devices when using the sleep screen button, the screen will go black but it can take 10-15s to actually turn off. This sensor may exhibit a delay in registering a screen off event on this basis.

STT

The speach to text sensor. Displays the last issued voice command as heard by your chosen STT engine.

TTS

The text to speach sensor. This displays the last response from your chosen conversation engine (ie HA, Gemini, ChatGPT etc)

Events

Gesture

Raises events for screen gestures on your device. Left, right, up, down and 1,2 or 3 fingers are supported. These can be used to drive automations but (as of HA 2026.6) you need to enable the Purpose-specific triggers and conditions in labs to be able to do that.

Clone this wiki locally