We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 55b1fcb + c049c22 commit f4cc602Copy full SHA for f4cc602
pytrafikverket/trafikverket_weather.py
@@ -46,7 +46,7 @@ async def async_search_weather_stations(
46
["Name" "Id"],
47
[
48
FieldFilter(FilterOperation.LIKE, "Name", location_name),
49
- FieldFilter(FilterOperation.EQUAL, "Deleted", False),
+ FieldFilter(FilterOperation.EQUAL, "Deleted", "false"),
50
],
51
)
52
if len(weather_stations) == 0:
0 commit comments