Skip to content

Commit 7ae012e

Browse files
mrandfrenck
andauthored
Minor samsungTV cleanup. Most especially that the TV must be… (home-assistant#12535)
* Clean up. Most especially making it more obvious that the TV must be on during HA boot. * Apply suggestions from code review Co-Authored-By: Franck Nijhof <frenck@frenck.nl> Co-authored-by: Franck Nijhof <frenck@frenck.nl>
1 parent 156a92d commit 7ae012e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

source/_integrations/samsungtv.markdown

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ The `samsungtv` platform allows you to control a [Samsung Smart TV](https://www.
1717
### Setup
1818

1919
Go to the integrations page in your configuration and click on new integration -> Samsung TV.
20-
If you have enabled [ssdp](/integrations/ssdp) discovery and your TV is on, it's likely that you just have to confirm the detected device.
20+
If your TV is on and you have enabled [SSDP](/integrations/ssdp) discovery, it's likely that you just have to confirm the detected device.
2121

2222
When the TV is first connected, you will need to accept Home Assistant on the TV to allow communication.
2323

2424
### YAML Configuration
2525

2626
YAML configuration is around for people that prefer YAML.
27-
To use a TV add the following to your `configuration.yaml` file:
27+
To use this integration, add the following to your `configuration.yaml` file:
2828

2929
```yaml
3030
# Example configuration.yaml entry
@@ -47,6 +47,8 @@ turn_on_action:
4747
type: list
4848
{% endconfiguration %}
4949

50+
After saving the YAML configuration, the TV must be turned on _before_ launching Home Assistant in order for the TV to be registered the first time.
51+
5052
#### Wake up TV
5153

5254
To wake up the TV when switched off you can use the [wake-on-lan](/integrations/wake_on_lan/) integration and call a service. This is not possible with every device.
@@ -74,7 +76,7 @@ For example: for model `UN55NU7100`, the `UN55` would mean it's an LED, North Am
7476

7577
#### Models tested and working
7678

77-
- C7700
79+
- C7700 (on doesn't work)
7880
- D5500
7981
- D6100
8082
- D6300SF

0 commit comments

Comments
 (0)