Hello,
I have a zero pi w and a sensor bme680. The installation was manually done on raspian stretch system. The configuration.yaml file could be edited with user homeassistant and the homeasisstant output worked.
homeassistant @ raspberrypi: ~ / .homeassistant $
For commands lie
sudo systemctl restart nome-assistant.service
sudo nano secrets.yaml_
./certbot-auto certonly --standalone --standalone-supported-Challenges http-01 - email (YOUR EMAIL HERE) -d (YOUR NEWDOMAIN NAME HERE)
**The following error message always comes up:**
We trust you have received the usual lecture from the local system administrator. It usually boils down to these three things: # 1) Respect the privacy of others. # 2) Think before you type. # 3) With great power comes great responsibility.
Are there any missing settings in sudoers file?
My file as pi user.
# This file MUST be edited with the ‘visudo’ command as root.
#
# Please consider adding local content to /etc/sudoers.d/ instead of
# directly modifying this file.
#
# See the man page for details on how to write a sudoers file.
#
Defaults env_reset
Defaults mail_badpass
Defaults secure_path = “/ usr / local / sbin: / usr / local / bin: / usr / sbin: / usr / bin: / sbin: / bin”
# Host alias specification
# User alias specification
# Cmnd alias specification
# User privilege specification
root ALL = (ALL: ALL) ALL
# Allow members of group sudo to execute any command
% sudo ALL = (ALL: ALL) ALL
# Sudoers (5) for more information on “#include” directives:
#includedir /etc/sudoers.d
Thanks
Patrick