Resolving the Unsupported System Message in Home Assistant

Hey everyone, I wanted to share my experience with resolving the ‘Unsupported system - Unsupported software’ message I was encountering in Home Assistant. This issue was popping up because of some additional software detected on my system, which was causing some concern. After some research and troubleshooting, I figured out the root cause and managed to fix it. Here’s how I did it:

  1. Identify the Issue: I started by checking the list of installed Docker containers to see if any were causing conflicts. It turned out there were a few non-HA related containers running that were flagged by the system.

  2. Clean Up: I decided to remove those unnecessary containers to see if that would resolve the issue. This involved stopping and deleting the containers through Docker commands.

  3. Reboot and Test: After cleaning up, I rebooted my system to ensure everything started fresh. Upon logging back into Home Assistant, the warning was gone, and everything was running smoothly!

It was a bit of a hassle, but it’s great to have everything working as intended now. I hope this helps anyone else who might be facing a similar issue. Happy automating! :slight_smile: