mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 13:14:21 +01:00
Samba: Add hassio_api to add-on configuration (#2070)
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 9.5.1
|
||||||
|
|
||||||
|
- Add `hassio_api` to add-on configuration
|
||||||
|
|
||||||
## 9.5.0
|
## 9.5.0
|
||||||
|
|
||||||
- Remove interface options in favor of network
|
- Remove interface options in favor of network
|
||||||
|
|||||||
@@ -1,12 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "Samba share",
|
"name": "Samba share",
|
||||||
"version": "9.5.0",
|
"version": "9.5.1",
|
||||||
"slug": "samba",
|
"slug": "samba",
|
||||||
"description": "Expose Home Assistant folders with SMB/CIFS",
|
"description": "Expose Home Assistant folders with SMB/CIFS",
|
||||||
"url": "https://github.com/home-assistant/hassio-addons/tree/master/samba",
|
"url": "https://github.com/home-assistant/hassio-addons/tree/master/samba",
|
||||||
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
|
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
|
||||||
"startup": "services",
|
"startup": "services",
|
||||||
"init": false,
|
"init": false,
|
||||||
|
"hassio_api": true,
|
||||||
"host_network": true,
|
"host_network": true,
|
||||||
"map": [
|
"map": [
|
||||||
"config:rw",
|
"config:rw",
|
||||||
|
|||||||
Reference in New Issue
Block a user