mirror of
https://github.com/home-assistant/supervisor.git
synced 2026-07-02 19:35:42 +01:00
b857f81b69
* Fix off-by-one in unsupported os_version evaluation Adjust check for unsupported OS version to match the boundary which is documented in [1], which says: > Supervisor considers Home Assistant Operating System older than the > last 4 major releases as unsupported. Also adjust the wording in the message to match the statement from the docs. This will make another major relase unsupported now, but it was the original intention anyway. [1] https://www.home-assistant.io/more-info/unsupported/os_version/ * Reword comments for test_os_version_evaluation test cases