Hello everyone,
is there a way to display the device’s hardware information in HomeAssistant OS?
On my Linux PC, I do this in the terminal with the following command:
“lshw -short”.
Greetings from Stefan Harbich
Hello everyone,
is there a way to display the device’s hardware information in HomeAssistant OS?
On my Linux PC, I do this in the terminal with the following command:
“lshw -short”.
Greetings from Stefan Harbich
Settings → System → Hardware → All hardware
This will give you the hardware available inside the HA container.
If you connect a monitor and keyboard to the HA server, then you can also type “login” to get a normal Linux prompt, but HAOS is a stripped down Alpine Linux, so not all the commands of a normal Linux distro will be available.
Solution
apk add lshw