Hello,
I am having an issue with my media player in Home Assistant (Samsung TV) where I am unable to set the volume to a specific level.
These actions do work:
-
media_player.volume_up
(TV volume is going up) -
media_player.volume_down
(TV volume is going down)
But this action doesn’t do anything :
service: media_player.volume_set
data:
volume_level: 0.06
target:
entity_id: media_player.samsung_7_series_65
It doesn’t give an error, but the volume is not changing either, regardless of which volume_level
I try.
Model: Samsung UE65MU7000
Integration: Samsung Smart TV
I would greatly appreciate any help or advice.
Thank you.