From a787ab6d3cbb9f78b401a1ddc1c4cf9ba05fd880 Mon Sep 17 00:00:00 2001 From: Jeroen ter Heerdt Date: Sat, 14 Oct 2017 15:08:28 +0200 Subject: [PATCH] Changing name of clicksendaudio component to clicksend_tts (#9859) --- .../components/notify/{clicksendaudio.py => clicksend_tts.py} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename homeassistant/components/notify/{clicksendaudio.py => clicksend_tts.py} (96%) diff --git a/homeassistant/components/notify/clicksendaudio.py b/homeassistant/components/notify/clicksend_tts.py similarity index 96% rename from homeassistant/components/notify/clicksendaudio.py rename to homeassistant/components/notify/clicksend_tts.py index b8f346c9478..f951dd00307 100644 --- a/homeassistant/components/notify/clicksendaudio.py +++ b/homeassistant/components/notify/clicksend_tts.py @@ -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 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 logging