Use reference strings in Samsung TV config flow (#41248)

* Use reference strings in samsungtv config flow

* Adjust samsungtv config flow tests
This commit is contained in:
zetvio 2020-10-05 05:45:35 -04:00 committed by GitHub
parent 56f0a68c49
commit 78b4c3981f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 14 additions and 14 deletions

View file

@ -16,7 +16,7 @@ CONF_ON_ACTION = "turn_on_action"
RESULT_AUTH_MISSING = "auth_missing"
RESULT_SUCCESS = "success"
RESULT_NOT_SUCCESSFUL = "not_successful"
RESULT_CANNOT_CONNECT = "cannot_connect"
RESULT_NOT_SUPPORTED = "not_supported"
METHOD_LEGACY = "legacy"