I’m encountering a problem with Z-Wave functionality after upgrading to Home Assistant 0.110.2. The system is running on a VMware ESXi host with Hassio in a VM. Upon upgrading, I started receiving an error during the installation of the homeassistant-pyozw package. The error log indicates that the installation failed because the make command was not found. This suggests that the build tools required for compiling the package are missing from the system. To resolve this issue, I recommend checking if the necessary development tools, such as make and gcc, are installed on the VM. If they are not, installing them using the package manager (e.g., apt-get install build-essential on Debian-based systems) should fix the problem. Additionally, ensuring that all dependencies for the Z-Wave binding are correctly configured and that the user has the appropriate permissions to install system-wide packages is crucial. If the issue persists after installing the build tools, consider rolling back to a previous stable version of Home Assistant to determine if the problem is specific to the upgrade. Finally, consulting the Home Assistant community forums or the official documentation may provide further insights or solutions.