From 48127cade08fbac981a9e876682cb95eb4f582e5 Mon Sep 17 00:00:00 2001 From: Rohan Kapoor Date: Wed, 16 Jan 2019 10:01:08 -0800 Subject: [PATCH] Embed mailgun platform into component (#20147) * Embed mailgun platform into component * #20147: Update .coveragerc * #20147 update requirements.txt --- .coveragerc | 2 +- .../components/{notify/mailgun.py => mailgun/notify.py} | 2 +- requirements_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename homeassistant/components/{notify/mailgun.py => mailgun/notify.py} (98%) diff --git a/.coveragerc b/.coveragerc index 80b6305881c..857b6b90a22 100644 --- a/.coveragerc +++ b/.coveragerc @@ -239,7 +239,7 @@ omit = homeassistant/components/lutron_caseta.py homeassistant/components/*/lutron_caseta.py - homeassistant/components/*/mailgun.py + homeassistant/components/mailgun/notify.py homeassistant/components/matrix.py homeassistant/components/*/matrix.py diff --git a/homeassistant/components/notify/mailgun.py b/homeassistant/components/mailgun/notify.py similarity index 98% rename from homeassistant/components/notify/mailgun.py rename to homeassistant/components/mailgun/notify.py index 56b0ab7e333..d4052678d36 100644 --- a/homeassistant/components/notify/mailgun.py +++ b/homeassistant/components/mailgun/notify.py @@ -1,5 +1,5 @@ """ -Support for the Mailgun mail service. +Support for the Mailgun mail notification service. For more details about this platform, please refer to the documentation at https://home-assistant.io/components/notify.mailgun/ diff --git a/requirements_all.txt b/requirements_all.txt index b380ae85228..fc7cf9c0e12 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1087,7 +1087,7 @@ pylutron-caseta==0.5.0 # homeassistant.components.lutron pylutron==0.2.0 -# homeassistant.components.notify.mailgun +# homeassistant.components.mailgun.notify pymailgunner==1.4 # homeassistant.components.media_player.mediaroom