hass-core/tests/components/update
Simone Chemelli c94bb6c1db
Add new method version_is_newer to Update platform (#124797)
* Allow string comparing in update platform

* new approach after architecture discussion

* cleanup

* Update homeassistant/components/update/__init__.py

Co-authored-by: Erik Montnemery <erik@montnemery.com>

* Update homeassistant/components/update/__init__.py

Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>

* add tests

* Update tests/components/update/test_init.py

Co-authored-by: Erik Montnemery <erik@montnemery.com>

* Update tests/components/update/test_init.py

Co-authored-by: Erik Montnemery <erik@montnemery.com>

* Update tests/components/update/test_init.py

Co-authored-by: Erik Montnemery <erik@montnemery.com>

* update docstrings

* one more docstring

---------

Co-authored-by: Erik Montnemery <erik@montnemery.com>
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
2024-09-19 11:00:22 +02:00
..
__init__.py
common.py Use setup_test_component_platform helper for update entity component tests instead of hass.components (#114203) 2024-03-26 20:20:08 +01:00
conftest.py Use setup_test_component_platform helper for update entity component tests instead of hass.components (#114203) 2024-03-26 20:20:08 +01:00
test_device_trigger.py Use service_calls fixture in core platform tests [m-z] (#121001) 2024-07-02 12:34:11 +02:00
test_init.py Add new method version_is_newer to Update platform (#124797) 2024-09-19 11:00:22 +02:00
test_recorder.py Use relative imports in tests [s-z] (#119283) 2024-06-10 13:33:15 +02:00
test_significant_change.py Add empty line after module docstring [tests t-z] (#112712) 2024-03-08 14:44:56 +01:00