From 0f1307f18710d5ce99cde72289c4793ee0732e8e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 23 Apr 2017 17:44:36 +0200 Subject: [PATCH] Add K5600AK (fixes #2473) (#2488) --- source/_components/media_player.samsungtv.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_components/media_player.samsungtv.markdown b/source/_components/media_player.samsungtv.markdown index b22c42ff16c..15313afa052 100644 --- a/source/_components/media_player.samsungtv.markdown +++ b/source/_components/media_player.samsungtv.markdown @@ -52,6 +52,7 @@ Currently known supported models: - U6000 (port must be set to 8001) - K6500AF (port must be set to 8001) - KS8005 (port must be set to 8001, and `pip3 install websocket-client` must be executed) +- K5600AK (partially supported, turn on works but state is not updated) Currently tested but not working models: @@ -63,4 +64,4 @@ If you add your model remember to remove these before adding them to the list. Currently the ability to select a source is not implemented. -There's currently a [known issue](https://github.com/home-assistant/home-assistant/issues/2098) with some TV's receiving a *Key press UP* that can interrupt certain applications. +There's currently a [known issue](https://github.com/home-assistant/home-assistant/issues/2098) with some TVs receiving a *Key press UP* that can interrupt certain applications.