hass-core/tests/components/homekit_controller
c0ffeeca7 67eeed6703
Rename homekit "Filter Life" sensor to "Filter lifetime" (#96821)
* String review: rename 'life' to 'lifetime'

- The term life, such as in 'filter life' can be ambiguous.
- Renamed to 'lifetime', as quite a few integrations use the term 'lifetime' to express this concept
- Improves consistency and should be easier to understand.

* HomeKit: adapt test case to reflect string change

* Fix test case failure caused by string rename: first step
2023-07-18 15:11:14 +02:00
..
fixtures
specific_devices Rename homekit "Filter Life" sensor to "Filter lifetime" (#96821) 2023-07-18 15:11:14 +02:00
__init__.py
common.py Don't require passing identifiers to DeviceRegistry.async_get_device (#96479) 2023-07-13 13:39:25 -04:00
conftest.py
test_alarm_control_panel.py
test_binary_sensor.py
test_button.py
test_camera.py
test_climate.py
test_config_flow.py
test_connection.py
test_cover.py Fix of cover-tilt in homekit_controller (#91631) 2023-05-25 12:41:42 +02:00
test_device_trigger.py Teach sensor device trigger about entity registry ids (#94988) 2023-06-22 11:13:54 +02:00
test_diagnostics.py Move overlapping pylint rules to ruff, disable mypy overlap (#94359) 2023-06-27 17:42:46 +02:00
test_fan.py
test_humidifier.py Add current_humidity attribute on homekit_controller humidifier (#94937) 2023-06-20 21:46:07 +01:00
test_init.py
test_light.py
test_lock.py
test_media_player.py
test_number.py
test_select.py
test_sensor.py
test_storage.py
test_switch.py