When I attempt to run “sudo service restart hass-daemon”, I get unrecognized service. Do I have the correct name of the service?
(wiping the egg from my face)… figured it out… I had the hass-daemon and restart in the wrong order. Here is the correct syntax:
sudo service hass-daemon restart
1 Like