Share your configuration over the network using Windows file sharing.
This is a fork of the official app!
Changes:
- Restore the possibility to specify
interfacesin the configuration
Note: By default, the configuration is
interfaces: [], so Samba will run on localhost only, and list possible interface values as notice in the log.
Note: Please use
interfaces, the plural form, with an S at the end.The official app in the past used a plain string and we were able to add multiple interfaces separated with a space, but this forked version uses a string list, because this is the way how we should specify multiple items, ie. a list, like
veto_filesandallow_hosts.So the correct form is:
interfaces: - eth0 - wlan0
This app (formerly known as add-on) allows you to enable file sharing across different operating systems over a network. It lets you access your config files with Windows and macOS devices.
- Navigate in your Home Assistant frontend to Settings > Apps > Install app.
- In the ... menu at the top right corner click Repositories, add
https://github.com/lmagyar/homeassistant-addon-samba-interfaceas repository. - Find the "Samba share with features" app and click it. If it doesn't show up, wait until HA refreshes the information about the app, or click Check for updates in the ... menu at the top right corner.
- Click on the "INSTALL" button.
For more details, please see the app's Documentation pages.
