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.