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

Add SmartThings component and switch platform (#20148)

* Added SmartThings component and switch platform

* Corrected comment typos.

* Embedded switch platform.

* Replaced custom view usage with webhook component.

* Replaced urls with tokens in strings.

* Fixed line length.

* Use generated webhook id instead of static one.

* Reuse core constant instead of defining again.

* Optimizations in anticipation of future platforms.

* Use async_generate_path instead of hard-coded path.

* Fixed line length.

* Updates per review feedback.

* Updates per latest review feedback.
This commit is contained in:
Andrew Sayre
2019-01-30 19:31:59 -06:00
committed by Paulus Schoutsen
parent 5a0c707a37
commit 69ec7980ad
18 changed files with 1793 additions and 0 deletions

View File

@@ -90,6 +90,8 @@ TEST_REQUIREMENTS = (
'pynx584',
'pyopenuv',
'pyotp',
'pysmartapp',
'pysmartthings',
'pysonos',
'pyqwikswitch',
'PyRMVtransport',