core/homeassistant/components/update
J. Nick Koston 1a9420dda0
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 15:51:25 +02:00
..
translations [ci skip] Translation update 2022-03-12 00:17:47 +00:00
__init__.py Try exact match first for update state (#69335) 2022-04-05 15:51:25 +02:00
const.py Rename current_version to installed_version in Update platform (#69093) 2022-04-01 20:11:17 +02:00
manifest.json Add update entity platform (#68248) 2022-03-21 11:02:48 +01:00
recorder.py Exclude update entity picture attribute from recorder (#69201) 2022-04-03 21:41:51 +02:00
services.yaml Add update entity platform (#68248) 2022-03-21 11:02:48 +01:00
significant_change.py Rename current_version to installed_version in Update platform (#69093) 2022-04-01 20:11:17 +02:00
strings.json Add update entity platform (#68248) 2022-03-21 11:02:48 +01:00