Skip to content

Commit c275598

Browse files
authored
Update samba.markdown
1 parent a72c71c commit c275598

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/_addons/samba.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ This allows you to set up a [Samba](https://samba.org/) server to access hass.io
1313

1414
```json
1515
{
16+
"name": "hassio",
1617
"workgroup": "WORKGROUP",
1718
"guest": true,
1819
"map_config": true,
@@ -25,6 +26,7 @@ This allows you to set up a [Samba](https://samba.org/) server to access hass.io
2526

2627
Configuration variables:
2728

29+
- **name** (*Optional*): default `hassio`. Set netbios name of hassio device.
2830
- **workgroup** (*Optional*): default `WORKGROUP`. Set network workgroup.
2931
- **guest** (*Optional*): Allow login without a username or password. Defaults to `true`.
3032
- **map_config** (*Optional*): Expose Home Assistant configuration folder. Defaults to `true`.

0 commit comments

Comments
 (0)