Fix "Unknown power_off command" for Samsung H6410 (#80386)
This commit is contained in:
@@ -69,7 +69,7 @@ from .const import (
|
||||
|
||||
KEY_PRESS_TIMEOUT = 1.2
|
||||
|
||||
ENCRYPTED_MODEL_USES_POWER_OFF = {"H6400"}
|
||||
ENCRYPTED_MODEL_USES_POWER_OFF = {"H6400", "H6410"}
|
||||
ENCRYPTED_MODEL_USES_POWER = {"JU6400", "JU641D"}
|
||||
|
||||
REST_EXCEPTIONS = (HttpApiError, AsyncioTimeoutError, ResponseError)
|
||||
|
||||
Reference in New Issue
Block a user