Samba: Add hassio_api to add-on configuration (#2070)

This commit is contained in:
Joakim Sørensen
2021-06-12 11:47:39 +02:00
committed by GitHub
parent 4f489e3f6c
commit fda2e4c43a
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## 9.5.1
- Add `hassio_api` to add-on configuration
## 9.5.0
- Remove interface options in favor of network

View File

@@ -1,12 +1,13 @@
{
"name": "Samba share",
"version": "9.5.0",
"version": "9.5.1",
"slug": "samba",
"description": "Expose Home Assistant folders with SMB/CIFS",
"url": "https://github.com/home-assistant/hassio-addons/tree/master/samba",
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
"startup": "services",
"init": false,
"hassio_api": true,
"host_network": true,
"map": [
"config:rw",