Skip to content

Commit

Permalink
Samba: Add hassio_api to add-on configuration (home-assistant#2070)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus authored Jun 12, 2021
1 parent 4f489e3 commit fda2e4c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions samba/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion samba/config.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit fda2e4c

Please sign in to comment.