Skip to content

0.115.0b11

Pre-release
Pre-release
Compare
Choose a tag to compare
@balloob balloob released this 16 Sep 13:41
· 47007 commits to rc since this release

Breaking change compared to other betas

If you use Home Assistant OS or Home Assistant Docker, your local media is now served from /media and no longer from the media folder in your config dir. If you use Home Assistant OS, use the Samba add-on to add folders to your media folder. If you use Docker, map a folder to /media. You can also configure multiple local media folders under homeassistant: in your configuration.yaml:

homeassistant:
  media_dirs:
    media: /media
    recordings: /recordings

Changes