From f67747456f78f7238e6b7170be148faf752e587a Mon Sep 17 00:00:00 2001 From: hydreliox Date: Thu, 21 Jan 2016 02:14:11 +0100 Subject: [PATCH] Clean some errors --- .coveragerc | 2 +- homeassistant/components/notify/twitter.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.coveragerc b/.coveragerc index 9242d5e3745..1eb46d9b37c 100644 --- a/.coveragerc +++ b/.coveragerc @@ -94,7 +94,7 @@ omit = homeassistant/components/notify/smtp.py homeassistant/components/notify/syslog.py homeassistant/components/notify/telegram.py - homeassistant/components/notify/twitter.py + homeassistant/components/notify/twitter.py homeassistant/components/notify/xmpp.py homeassistant/components/sensor/arest.py homeassistant/components/sensor/bitcoin.py diff --git a/homeassistant/components/notify/twitter.py b/homeassistant/components/notify/twitter.py index 7a9941ce7df..d38faba7990 100644 --- a/homeassistant/components/notify/twitter.py +++ b/homeassistant/components/notify/twitter.py @@ -1,5 +1,5 @@ """ -homeassistant.components.notify.free_mobile +homeassistant.components.notify.twitter ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Twitter platform for notify component.