mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 09:17:53 +00:00
Embed mailgun platform into component (#20147)
* Embed mailgun platform into component * #20147: Update .coveragerc * #20147 update requirements.txt
This commit is contained in:
parent
c8efbb2cdc
commit
48127cade0
@ -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
|
||||
|
@ -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/
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user