mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Fix "Unknown power_off command" for Samsung H6410 (#80386)
This commit is contained in:
parent
5efc706473
commit
67bb6ebd13
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user