Changing name of clicksendaudio component to clicksend_tts (#9859)

This commit is contained in:
Jeroen ter Heerdt 2017-10-14 15:08:28 +02:00 committed by Fabian Affolter
parent 8456cd0313
commit a787ab6d3c

View File

@ -1,10 +1,10 @@
""" """
Clicksend audio platform for notify component. clicksend_tts platform for notify component.
This platform sends text to speech audio messages through clicksend This platform sends text to speech audio messages through clicksend
For more details about this platform, please refer to the documentation at For more details about this platform, please refer to the documentation at
https://home-assistant.io/components/notify.clicksendaudio/ https://home-assistant.io/components/notify.clicksend_tts/
""" """
import json import json
import logging import logging