Add new needles to cope with new weather conditions on weather tests.

This commit is contained in:
Lukas Ruzicka 2022-10-24 12:25:36 +02:00
parent 1bea573fec
commit 7fb70a9926
4 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,15 @@
{
"area": [
{
"type": "match",
"width": 86,
"xpos": 27,
"ypos": 100,
"height": 86
}
],
"properties": [],
"tags": [
"weather_icon_current"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"type": "match",
"width": 86,
"xpos": 25,
"ypos": 103,
"height": 86
}
],
"properties": [],
"tags": [
"weather_icon_current"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB