cgarwood / homeassistant-fullykiosk

Fully Kiosk Browser integration for Home Assistant
Apache License 2.0
153 stars 27 forks source link

media_player does not implement stopping #43

Open phrz opened 3 years ago

phrz commented 3 years ago

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.

pickonedev commented 2 years ago

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