Adding Chime TTS Notify Entries
The Chime TTS sidebar panel is the recommended way to create and edit profiles. It validates the values and persists them to configuration.yaml. To manage them manually:
- Open your Home Assistant
configuration.yamlfile. - Locate or add the
notifysection within your configuration. - Add 1 or more notify entires (see the example below).
- Include any
chime_tts.sayparameters and set the default values.
Basic Chime TTS notify entry
configuration.yaml
notify:
- name: announcements # (required) Choose a recognizable name for your notify entry
platform: chime_tts # (required)
entity_id: # (required) List of media players for notifications
- media_player.kitchen
- media_player.office
chime_path: soft
tts_platform: cloud
language: en-AU
Advanced Chime TTS notify entry
configuration.yaml
notify:
- name: reminder
platform: chime_tts
chime_path: whistle
entity_id:
- media_player.kitchen
- media_player.living_room
- media_player.study
- media_player.bedroom
- media_player.spotify
tts_platform: cloud
language: en-AU
voice: TinaNeural
volume_level: 1
announce: true
join_players: true
unjoin_players: true
crossfade: 250
pre_script: script.announcement_prepare
post_script:
script: script.announcement_complete
data:
source: chime_tts