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

Add SmartThings Light platform (#20652)

* Add SmartThings Light platform and tests

* Cleaned a few awk comments

* Updates per review feedback

* Switched to super

* Changes per review feedback
This commit is contained in:
Andrew Sayre
2019-02-02 09:12:24 -06:00
committed by Paulus Schoutsen
parent ca143f8a35
commit a24da611c5
4 changed files with 518 additions and 8 deletions

View File

@@ -18,6 +18,7 @@ SETTINGS_INSTANCE_ID = "hassInstanceId"
STORAGE_KEY = DOMAIN
STORAGE_VERSION = 1
SUPPORTED_PLATFORMS = [
'light',
'switch'
]
SUPPORTED_CAPABILITIES = [