Skip to main content

Broadcast

Open your Home Assistant instance and show the blueprint import dialog with a specific blueprint pre-filled.

Image

Detailed install video: https://youtu.be/dZLcBbkZaes

Description

This custom sentence will sound an alert sound and broadcast an audio message to all View Assist satellites that are not in do not disturb mode. The text version of the message will appear on the screens of all View Assist satellites with displays that are not in hold mode.

Usage

User says "Broadcast" plus the message to broadcast

Requirements

This automation requires the Chime TTS extension and a TTS service. The Google Translate TTS works well for this. Instructions for installing below.

Google Translate configuration

Add the following to your Home Assistant configuration.yaml file:

tts:
- platform: google_translate
service_name: google_say

Note that you must have at least two View Assist devices configured and in your View Assist group to use this automation

Changelog

VersionDescription
v 1.0.0Initial release