0.1088 problems

Hey i tried to install new HASSOS on raspbian few problems

  1. I can’t get the settings to work normally - autostart does not work
    i followed step by step
    https://www.home-assistant.io/docs/installation/raspberry-pi/

than auto start from here

old version is working with this service settings

[Unit]
Description=Home Assistant for %i
After=network.target

[Service]
Type=simple
User=%i
ExecStart=/srv/homeassistant/bin/hass
SendSIGKILL=no

[Install]
WantedBy=multi-user.target

  1. for some reason even if i get server to work configuration folder is
    https://www.home-assistant.io/docs/configuration/

~/.homeassistant but when i define smaba folder with this settings i cannot reach the foler

what does ~ mean ? if i recall right it should be home pat

this is what i used in SAMBA working on old verion
[homeassistant]
path = /home/homeassistant/.homeassistant
writeable = yes
guest ok = yes
create mask = 0644
directory mask = 0755
force user = homeassistant