mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 05:04:21 +01:00
Samba: Add hassio_api to add-on configuration (#2070)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user