1
0
mirror of https://github.com/home-assistant/core.git synced 2026-06-07 07:56:49 +01:00
Files
core/homeassistant/components/update
J. Nick Koston 7b36434101 Try exact match first for update state (#69335)
- 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
2022-04-05 16:40:20 -07:00
..