Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sfortis authored Mar 28, 2024
1 parent 232ad42 commit 546ad19
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,18 @@ The OpenAI TTS component for Home Assistant makes it possible to use the OpenAI

[https://www.youtube.com/watch?v=oeeypI_X0qs](https://www.youtube.com/shorts/otTe6-YkQjI)

## Sample Home Assistant service

```
service: tts.speak
target:
entity_id: tts.openai_nova_engine
data:
cache: true
media_player_entity_id: media_player.bedroom_speaker
message: My speech has improved now!
```

## Installation Instructions

1. Ensure you have a `custom_components` folder within your Home Assistant configuration directory.
Expand All @@ -28,4 +40,4 @@ The OpenAI TTS component for Home Assistant makes it possible to use the OpenAI

4. Restart Home Assistant

5. Add the integration via UI, provide API key and select required model and voice. Multiple instances may be configured.
5. Add the integration via UI, provide API key and select required model and voice. Multiple instances may be configured.

0 comments on commit 546ad19

Please sign in to comment.