* Added sinch integration (notify component) * Updated requirements * Fixes according to lint * Update homeassistant/components/sinch/notify.py Co-Authored-By: Andrew Sayre <6730289+andrewsayre@users.noreply.github.com> * Update homeassistant/components/sinch/notify.py Co-Authored-By: Andrew Sayre <6730289+andrewsayre@users.noreply.github.com> * Update homeassistant/components/sinch/notify.py Co-Authored-By: Andrew Sayre <6730289+andrewsayre@users.noreply.github.com> * Adds @bendikrb as codeowner * Imports to the top. Catching specific exceptions. Logic fixes * Updated CODEOWNERS * Reformatting (black) * Added sinch component to .coveragerc * Conform to pylintrc * Okay, Mr. Black * Fixed: Catching too general exception Exception
1 line
49 B
Python
1 line
49 B
Python
"""Component to integrate with Sinch SMS API."""
|