Skip to content

Commit

Permalink
typing fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bramstroker committed Mar 16, 2024
1 parent f4d1465 commit 6aa1561
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/config_flow/test_virtual_power_fixed.py
Expand Up @@ -216,8 +216,8 @@ async def test_sensor_is_created_without_providing_source_entity(hass: HomeAssis
CalculationStrategy.FIXED,
user_input={
CONF_MODE: CalculationStrategy.FIXED,
CONF_NAME: "My nice sensor"
}
CONF_NAME: "My nice sensor",
},
)
result = await set_virtual_power_configuration(
hass,
Expand Down

0 comments on commit 6aa1561

Please sign in to comment.