File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ def history_stats_config_entry(
6969 """Fixture to create a history_stats config entry."""
7070 config_entry = MockConfigEntry (
7171 data = {},
72- domain = DOMAIN ,
72+ domain = HISTORY_STATS_DOMAIN ,
7373 options = {
7474 CONF_NAME : DEFAULT_NAME ,
7575 CONF_ENTITY_ID : sensor_entity_entry .entity_id ,
Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ async def test_get_state_after_disconnect(
237237 hass : HomeAssistant , hmip_config_entry : MockConfigEntry , simple_mock_home
238238) -> None :
239239 """Test get state after disconnect."""
240- hass .config .components .add (DOMAIN )
240+ hass .config .components .add (HMIPC_DOMAIN )
241241 hap = HomematicipHAP (hass , hmip_config_entry )
242242 assert hap
243243
You can’t perform that action at this time.
0 commit comments