mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 05:04:21 +01:00
Re-branding of core add-ons (#1046)
* Re-branding of core add-ons * Update title README * Fix ada description Co-Authored-By: Paulus Schoutsen <balloob@gmail.com> Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Hass.io Core Add-on: Samba share
|
||||
# Home Assistant Add-on: Samba share
|
||||
|
||||
Share your configuration over the network using Windows file sharing.
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "Samba share",
|
||||
"version": "9.0",
|
||||
"slug": "samba",
|
||||
"description": "Expose Hass.io folders with SMB/CIFS",
|
||||
"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",
|
||||
@@ -11,7 +11,7 @@
|
||||
"map": ["config:rw", "ssl:rw", "addons:rw", "share:rw", "backup:rw"],
|
||||
"options": {
|
||||
"workgroup": "WORKGROUP",
|
||||
"username": "hassio",
|
||||
"username": "homeassistant",
|
||||
"password": null,
|
||||
"interface": "",
|
||||
"allow_hosts": ["10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"],
|
||||
|
||||
Reference in New Issue
Block a user