Open Noltari opened 2 months ago
Hey there @gjohansson-st, mind taking a look at this issue as it has been labeled with an integration (systemmonitor
) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)
systemmonitor documentation systemmonitor source (message by IssueLinks)
the integration does a discovery on startup so somehow it would think there is a /home
directory which then is not then actually there.
Maybe you can do df -h
from within the container to see what it actually mounts?
The problem
There's a warning when the integration is loaded:
OS error for home, error [Errno 2] No such file or directory: 'home'
In my docker compose I've got the debian/home
mounted as/debian_home
. I've tried mounting another empty/home
directory to suppress the error but it doesn't work.What version of Home Assistant Core has the issue?
core-2024.8.3
What was the last working version of Home Assistant Core?
I think it was working before systemmonitor config was migrated from YAML to UI.
What type of installation are you running?
Home Assistant Container
Integration causing the issue
systemmonitor
Link to integration documentation on our website
https://www.home-assistant.io/integrations/systemmonitor/
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
Additional information
No response