mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 13:15:18 +02:00
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:
@@ -89,7 +89,7 @@
|
|||||||
"message": "Can't change preset while holiday or summer mode is active on the device."
|
"message": "Can't change preset while holiday or summer mode is active on the device."
|
||||||
},
|
},
|
||||||
"change_hvac_while_active_mode": {
|
"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."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -528,7 +528,7 @@ async def test_holidy_summer_mode(
|
|||||||
|
|
||||||
with pytest.raises(
|
with pytest.raises(
|
||||||
HomeAssistantError,
|
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(
|
await hass.services.async_call(
|
||||||
"climate",
|
"climate",
|
||||||
@@ -564,7 +564,7 @@ async def test_holidy_summer_mode(
|
|||||||
|
|
||||||
with pytest.raises(
|
with pytest.raises(
|
||||||
HomeAssistantError,
|
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(
|
await hass.services.async_call(
|
||||||
"climate",
|
"climate",
|
||||||
|
Reference in New Issue
Block a user