We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a72c71c commit c275598Copy full SHA for c275598
source/_addons/samba.markdown
@@ -13,6 +13,7 @@ This allows you to set up a [Samba](https://samba.org/) server to access hass.io
13
14
```json
15
{
16
+ "name": "hassio",
17
"workgroup": "WORKGROUP",
18
"guest": true,
19
"map_config": true,
@@ -25,6 +26,7 @@ This allows you to set up a [Samba](https://samba.org/) server to access hass.io
25
26
27
Configuration variables:
28
29
+- **name** (*Optional*): default `hassio`. Set netbios name of hassio device.
30
- **workgroup** (*Optional*): default `WORKGROUP`. Set network workgroup.
31
- **guest** (*Optional*): Allow login without a username or password. Defaults to `true`.
32
- **map_config** (*Optional*): Expose Home Assistant configuration folder. Defaults to `true`.
0 commit comments