JohnJay77
(John Jay77)
April 1, 2026, 9:21pm
1
Hallo
I need Help Please!
I have a Samsung The Frame TV. I want to create a script that turns the TV on in Art Mode.
Normally, with The Frame, a short press of the power button puts it into Art Mode, and a longer press takes it to the TV menu. The same applies when turning it off.
So, is there a command to put the Samsung The Frame into Art Mode?
Please help. Thanks.
JohnJay77
(John Jay77)
April 2, 2026, 9:00pm
3
Quick question, please. Where did you get the command (action) “samsungtv_smart.set_art_mode” from? Did you invent it or read it somewhere? The command isn’t working for me.
I only used part of it, though:
action: samsungtv_smart.set_art_mode
metadata: {}
data:
entity_id: media_player.the_frame
As stated in the linked thread, it is from a custom integration:
📺 Home Assistant SamsungTV Smart integration with SmartThings API Support.
JohnJay77
(John Jay77)
April 2, 2026, 9:35pm
5
I asked Chat gpt and i got a working Skript for me.
It includes turning on 2 lights but maybe it will help you.
alias: Arbeitszimmer Lesen
description: “”
mode: single
sequence:
target:
entity_id:
- light.arbeitszimmer_decke_1
- light.arbeitszimmer_decke_2
data:
brightness_pct: 100
action: light.turn_on
target:
entity_id: light.hue_go
data:
rgb_color:
- 255
- 106
- 0
brightness_pct: 70
action: light.turn_on
delay: “00:00:02”
target:
entity_id: media_player.the_frame
action: media_player.turn_on
delay: “00:00:03”
target:
entity_id: remote.the_frame
data:
command: KEY_AMBIENT
action: remote.send_command
JohnJay77
(John Jay77)
April 6, 2026, 3:40pm
7
Best way for me was install HACS SamungTV Smart Adon and use this code
sequence:
target:
entity_id: media_player.samsung_the_frame_hacs_2
action: media_player.turn_on
delay: “00:00:05”
target:
entity_id: media_player.samsung_the_frame_hacs_2
data:
source: Art Mode
action: media_player.select_source
alias: Arbeitszimmer The Frame Kunstmodus
description: “”
TheFab21
(The Fab21)
May 1, 2026, 9:18am
8
Hi, if you want to give a try TheFab21/ha-samsungtv-smart: Samsung TV Frame integration for art mode it’s a custom component based on Ollo69 work dedicated to art mode management
TheFab21
(The Fab21)
July 2, 2026, 10:03am
9
If you want to try TheFab21/ha-samsungtv-smart: Samsung TV Frame integration for art mode it's now in 8.1 with multiframe and ipcontrol support