Hi!
My HA looks working fine on a raspberry (by manual installation in virtual environment).
However, every time when there is a web client connected, it shows the following:
INFO:homeassistant.components.http:Serving / to 192.168.x.x (auth: False)
INFO:homeassistant.components.http:Serving /api/websocket to 168.168.x.x (auth: False)
INFO:homeassistant.components.http:Serving /description.xml to 192.168.x.x (auth: False)
where 192.168.x.x is the IP address of the client machine.
If I enable the camera platform, there is one more message as shown below:
homeassistant.components.http: Serving /api/camera_proxy/camera.mycamera to 192.168.x.x (auth: False).
May I know if anybody has an idea on what’s wrong in my configuration?
Many thanks!