Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use uv, fix devcontainer, and drop support for HA ≤2023.6 #1151

Merged
merged 13 commits into from
Jan 2, 2025
Prev Previous commit
Next Next commit
set country in test_adaptive_lighting_time_zones_with_default_settings
  • Loading branch information
basnijholt committed Jan 2, 2025
commit 4a18a3804b634307ccfea197d12b6c54e49900b6
2 changes: 1 addition & 1 deletion tests/test_switch.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ async def test_adaptive_lighting_time_zones_with_default_settings(
"""Test setting up the Adaptive Lighting switches with different timezones."""
await async_process_ha_core_config(
hass,
{"latitude": lat, "longitude": long, "time_zone": timezone},
{"latitude": lat, "longitude": long, "time_zone": timezone, "country": "US"},
)
_, switch = await setup_switch(hass, {})
# Shouldn't raise an exception ever
Expand Down
Loading