Media player for local recordings

Started playing with the new native support some last night.
I have added to the config media_source: (which you should not need if you use default_config:)

and have added to the homeassistant config:

homeassistant:
 .......
  media_dirs:
    motion: <config_dir>/media/motion_events
    music: <config_dir>/media/music

(in my case I’m using HA core (python venv) thus the need for <config_dir>).
At first no Media Browser in the side panel :frowning: but after restarting HA a couple of times it indeed shows up :slight_smile:

Web page shows the two directories and once in a directory shows you all the files. Just click on a file and the browser will attempt to play it.

1 Like