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
This commit is contained in:
parent
0bdfb95d1d
commit
67eeed6703
2 changed files with 3 additions and 3 deletions
|
@ -60,8 +60,8 @@ async def test_airversa_ap2_setup(hass: HomeAssistant) -> None:
|
|||
capabilities={"state_class": SensorStateClass.MEASUREMENT},
|
||||
),
|
||||
EntityTestInfo(
|
||||
entity_id="sensor.airversa_ap2_1808_filter_life",
|
||||
friendly_name="Airversa AP2 1808 Filter Life",
|
||||
entity_id="sensor.airversa_ap2_1808_filter_lifetime",
|
||||
friendly_name="Airversa AP2 1808 Filter lifetime",
|
||||
unique_id="00:00:00:00:00:00_1_32896_32900",
|
||||
state="100.0",
|
||||
capabilities={"state_class": SensorStateClass.MEASUREMENT},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue