mirror of
https://github.com/home-assistant/core.git
synced 2026-09-14 18:25:47 -05:00
- Exact matches are much cheaper than creating an AwesomeVersion and calling the __gt__ method, and since most of the time the result is expected to be off, we want to optimize for this case