homeassistant-fullykiosk icon indicating copy to clipboard operation
homeassistant-fullykiosk copied to clipboard

media_player does not implement stopping

Open phrz opened this issue 3 years ago • 1 comments

The Fully Kiosk API supports stopping playing audio. The Home Assistant media_player entity expects that a media player can stop audio, exposing the generic media_player.media_stop service. This integration does not implement that, however.

phrz avatar Apr 04 '21 22:04 phrz

I've done it in other way.

I created a silent mp4 with 0 seconds, named stop.mp3

Using a input_text field, I always can type "stop" or make a button which sends "stop" to the device

pickonedev avatar Dec 04 '21 11:12 pickonedev