The TTS Notification Service.
Definition at line 53 of file notify.py.
◆ __init__()
| None homeassistant.components.tts.notify.TTSNotificationService.__init__ |
( |
|
self, |
|
|
ConfigType |
config |
|
) |
| |
Initialize the service.
Definition at line 56 of file notify.py.
◆ async_send_message()
| None homeassistant.components.tts.notify.TTSNotificationService.async_send_message |
( |
|
self, |
|
|
str |
message = "", |
|
|
**Any |
kwargs |
|
) |
| |
Call TTS service to speak the notification.
Definition at line 67 of file notify.py.
◆ _language
| homeassistant.components.tts.notify.TTSNotificationService._language |
|
private |
◆ _media_player
| homeassistant.components.tts.notify.TTSNotificationService._media_player |
|
private |
◆ _target
| homeassistant.components.tts.notify.TTSNotificationService._target |
|
private |
◆ _tts_service
| homeassistant.components.tts.notify.TTSNotificationService._tts_service |
|
private |
The documentation for this class was generated from the following file: