### The problem
I followed the instructions for integrating my Samsung UE48JU64…72 TV into Home Assistant, but the TV does not receive the request for pairing from HA, and therefore in fact there is no pairing and it does not receive commands.
The pairing procedure on the TV works correctly, because I tested it on the Smartphone with an Android app (TV Remote) that simulates the Samsung remote control via IP, and requires pairing to work.
I'm sure I'm doing something wrong, but I don't understand where.
### What version of Home Assistant Core has the issue?
core-2022.2.3
### What was the last working version of Home Assistant Core?
_No response_
### What type of installation are you running?
Home Assistant OS
### Integration causing the issue
Samsung Smart TV
### Link to integration documentation on our website
https://www.home-assistant.io/integrations/samsungtv
### Diagnostics information
{
"home_assistant": {
"installation_type": "Home Assistant OS",
"version": "2022.2.3",
"dev": false,
"hassio": true,
"virtualenv": false,
"python_version": "3.9.7",
"docker": true,
"arch": "x86_64",
"timezone": "Europe/Rome",
"os_name": "Linux",
"os_version": "5.10.91",
"supervisor": "2022.01.1",
"host_os": "Home Assistant OS 7.2",
"docker_version": "20.10.9",
"chassis": "vm",
"run_as_root": true
},
"custom_components": {},
"integration_manifest": {
"domain": "samsungtv",
"name": "Samsung Smart TV",
"documentation": "https://www.home-assistant.io/integrations/samsungtv",
"requirements": [
"getmac==0.8.2",
"samsungctl[websocket]==0.7.1",
"samsungtvws==1.6.0",
"wakeonlan==2.0.1"
],
"ssdp": [
{
"st": "urn:samsung.com:device:RemoteControlReceiver:1"
}
],
"zeroconf": [
{
"type": "_airplay._tcp.local.",
"properties": {
"manufacturer": "samsung*"
}
}
],
"dhcp": [
{
"hostname": "tizen*"
},
{
"macaddress": "8CC8CD*"
},
{
"macaddress": "606BBD*"
},
{
"macaddress": "F47B5E*"
},
{
"macaddress": "4844F7*"
}
],
"codeowners": [
"@escoand",
"@chemelli74"
],
"config_flow": true,
"iot_class": "local_polling",
"is_built_in": true
},
"data": {
"entry": {
"entry_id": "280ed00d545ccff8a2b5c9afe8aec4c8",
"version": 2,
"domain": "samsungtv",
"title": "UE48JU6472 (UE48JU6400)",
"data": {
"host": "192.168.70.190",
"mac": "14:bb:6e:ff:89:90",
"manufacturer": "Samsung Electronics",
"method": "websocket",
"model": "UE48JU6400",
"name": "UE48JU6472",
"port": 8002
},
"options": {},
"pref_disable_new_entities": false,
"pref_disable_polling": false,
"source": "ssdp",
"unique_id": "d91609ab-3ae8-4d97-aa87-3470b44b4124",
"disabled_by": null
}
}
}
### Example YAML snippet
_No response_
### Anything in the logs that might be useful for us?
_No response_
### Additional information
_No response_