Add SmartThings Scene platform (#21405)
* Add SmartThings Scene platform * Fixed failing tests after rebase * Update cover tests.
This commit is contained in:
parent
344e839bec
commit
3b9db88065
14 changed files with 266 additions and 72 deletions
|
@ -34,7 +34,8 @@ SUPPORTED_PLATFORMS = [
|
|||
'cover',
|
||||
'switch',
|
||||
'binary_sensor',
|
||||
'sensor'
|
||||
'sensor',
|
||||
'scene'
|
||||
]
|
||||
TOKEN_REFRESH_INTERVAL = timedelta(days=14)
|
||||
VAL_UID = "^(?:([0-9a-fA-F]{32})|([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue