[Bug 256885] [NEW PORT] www/py-homeassistant: Open-source home automation platform

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 29 Jan 2023 20:41:02 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256885

--- Comment #21 from Xavier Humbert <xavier@groumpf.org> ---
(In reply to Xavier Humbert from comment #20)
Digging in HA docs, II found the variable server_host :

default_config:
  server_host: 0.0.0.0 

Another glitch : PID file cannot be created directly under /var/run, user
homeassistant does not have appropriate rights. 
# mkdir /var/run/homeassistant && chown 570:570 /var/run/homeassistant
and patching rc file accordingly fixes the problem

-- 
You are receiving this mail because:
You are the assignee for the bug.