1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Add aws component and consolidate aws notify platform (#22240)

* Add aws component

* Move notify config under aws component

* Add basic tests for aws component

* Add deprecated warning for notify.aws_*

* Add more tests
This commit is contained in:
Jason Hu
2019-03-24 17:58:20 -07:00
committed by Robbie Trencheny
parent b6987a1235
commit 1aee7a1673
12 changed files with 685 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ COMMENT_REQUIREMENTS = (
TEST_REQUIREMENTS = (
'aioambient',
'aioautomatic',
'aiobotocore',
'aiohttp_cors',
'aiohue',
'aiounifi',