mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-27 19:26:50 +00:00
Update samba.markdown
This commit is contained in:
parent
a72c71cace
commit
c27559866d
@ -13,6 +13,7 @@ This allows you to set up a [Samba](https://samba.org/) server to access hass.io
|
|||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
|
"name": "hassio",
|
||||||
"workgroup": "WORKGROUP",
|
"workgroup": "WORKGROUP",
|
||||||
"guest": true,
|
"guest": true,
|
||||||
"map_config": true,
|
"map_config": true,
|
||||||
@ -25,6 +26,7 @@ This allows you to set up a [Samba](https://samba.org/) server to access hass.io
|
|||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
|
||||||
|
- **name** (*Optional*): default `hassio`. Set netbios name of hassio device.
|
||||||
- **workgroup** (*Optional*): default `WORKGROUP`. Set network workgroup.
|
- **workgroup** (*Optional*): default `WORKGROUP`. Set network workgroup.
|
||||||
- **guest** (*Optional*): Allow login without a username or password. Defaults to `true`.
|
- **guest** (*Optional*): Allow login without a username or password. Defaults to `true`.
|
||||||
- **map_config** (*Optional*): Expose Home Assistant configuration folder. Defaults to `true`.
|
- **map_config** (*Optional*): Expose Home Assistant configuration folder. Defaults to `true`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user