mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 02:38:10 +02:00
Ensure homematicip_cloud tests add config entry before updating it (#110429)
This commit is contained in:
@ -209,6 +209,7 @@ async def test_hap_with_name(
|
||||
entity_name = f"{home_name} Treppe CH"
|
||||
device_model = "HmIP-BSL"
|
||||
|
||||
hmip_config_entry.add_to_hass(hass)
|
||||
hass.config_entries.async_update_entry(
|
||||
hmip_config_entry, data={**hmip_config_entry.data, "name": home_name}
|
||||
)
|
||||
|
Reference in New Issue
Block a user