Remove port from configuration (#12247)

This commit is contained in:
Paolo Tuninetto 2020-03-10 14:54:44 +01:00 committed by GitHub
parent cde2a0cb75
commit 61e6a783ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,11 +37,6 @@ host:
description: "The hostname or IP of the Samsung Smart TV, e.g., `192.168.0.10`."
required: true
type: string
port:
description: The port of the Samsung Smart TV. If set to 8001, the new websocket connection will be used (required for 2016+ TVs) - For Home Assistant Core installations, you may need to install a Python package, see below.
required: false
type: integer
default: automatically detected
name:
description: The name you would like to give to the Samsung Smart TV.
required: false
@ -102,29 +97,29 @@ For example: for model `UN55NU7100`, the `UN55` would mean it's an LED, North Am
- F6500
- F7000
- F8000BF
- K5579 (port must be set to 8001, On/Off, Forward/Backward, Volume control, but no Play button)
- K5579 (On/Off, Forward/Backward, Volume control, but no Play button)
- K5600AK (partially supported, turn on works but state is not updated)
- K6500AF (port must be set to 8001)
- KS7005 (port must be set to 8001, MAC address must be provided, On/Off, Volume are OK, no channel change)
- KS7502 (port must be set to 8001, turn on doesn't work, turn off works fine)
- KS8000 (port must be set to 8001)
- KS8005 (port must be set to 8001)
- KS8500 (port must be set to 8001)
- KU6020 (port must be set to 8001)
- KU6100 (port must be set to 8001)
- KU6290 (port must be set to 8001)
- KU6400U (port must be set to 8001)
- KU7000 (port must be set to 8001)
- M5620 (port must be set to 8001)
- MU6170UXZG (port must be set to 8001)
- NU7090 (port must be set to 8801, On/Off, MAC must be specified for Power On)
- NU7400 (port set to 8001)
- K6500AF
- KS7005 (MAC address must be provided, On/Off, Volume are OK, no channel change)
- KS7502 (turn on doesn't work, turn off works fine)
- KS8000
- KS8005
- KS8500
- KU6020
- KU6100
- KU6290
- KU6400U
- KU7000
- M5620
- MU6170UXZG
- NU7090 (On/Off, MAC must be specified for Power On)
- NU7400
- NU8000
- U6000 (port must be set to 8001)
- U6300 (port must be set to 8001)
- UE6199UXZG (port must be set to 8001, On/Off, Forward/Backward, Volume control, but no Play button)
- UE65KS8005 (port must be set to 8001, On/Off, Forward/Backward, Volume are OK, but no Play button)
- UE49KU6470 (port must be set to 8001, On/Off, Forward/Backward, Volume are OK, but no Play button)
- U6000
- U6300
- UE6199UXZG (On/Off, Forward/Backward, Volume control, but no Play button)
- UE65KS8005 (On/Off, Forward/Backward, Volume are OK, but no Play button)
- UE49KU6470 (On/Off, Forward/Backward, Volume are OK, but no Play button)
- UE46ES5500 (partially supported, turn on doesn't work)
#### Models tested but not yet working