Fix "Unknown power_off command" for Samsung H6410 (#80386)

This commit is contained in:
definitio 2022-10-15 23:29:15 +03:00 committed by Paulus Schoutsen
parent b2e0d76145
commit 8c811ef16e

View File

@ -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)