mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 21:55:10 +02:00
Fix "Unknown power_off command" for Samsung H6410 (#80386)
This commit is contained in:
committed by
Paulus Schoutsen
parent
b2e0d76145
commit
8c811ef16e
@@ -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