Capitalize "HVAC" abbreviation in fritzbox integration (#140344)

* Capitalize "HVAC" abbreviation in `fritzbox` integration

* Update test_climate.py

* Update test_climate.py (2)
This commit is contained in:
Norbert Rittel 2025-03-11 11:12:22 +01:00 committed by GitHub
parent 4f25296c50
commit 3199b538ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -89,7 +89,7 @@
"message": "Can't change preset while holiday or summer mode is active on the device."
},
"change_hvac_while_active_mode": {
"message": "Can't change hvac mode while holiday or summer mode is active on the device."
"message": "Can't change HVAC mode while holiday or summer mode is active on the device."
}
}
}

View File

@ -528,7 +528,7 @@ async def test_holidy_summer_mode(
with pytest.raises(
HomeAssistantError,
match="Can't change hvac mode while holiday or summer mode is active on the device",
match="Can't change HVAC mode while holiday or summer mode is active on the device",
):
await hass.services.async_call(
"climate",
@ -564,7 +564,7 @@ async def test_holidy_summer_mode(
with pytest.raises(
HomeAssistantError,
match="Can't change hvac mode while holiday or summer mode is active on the device",
match="Can't change HVAC mode while holiday or summer mode is active on the device",
):
await hass.services.async_call(
"climate",