Skip to content

Commit b686e4d

Browse files
authored
Bump aioautomower to 2.6.0 (home-assistant#155200)
1 parent 07493e5 commit b686e4d

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

homeassistant/components/husqvarna_automower/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"iot_class": "cloud_push",
1010
"loggers": ["aioautomower"],
1111
"quality_scale": "silver",
12-
"requirements": ["aioautomower==2.5.0"]
12+
"requirements": ["aioautomower==2.6.0"]
1313
}

homeassistant/components/husqvarna_automower/strings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,8 @@
445445
"main_area": "Main area",
446446
"secondary_area": "Secondary area",
447447
"home": "Home",
448-
"demo": "Demo"
448+
"demo": "Demo",
449+
"poi": "Point of interest"
449450
}
450451
},
451452
"uptime": {

requirements_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements_test_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/components/husqvarna_automower/snapshots/test_sensor.ambr

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -656,6 +656,7 @@
656656
<MowerModes.DEMO: 'demo'>,
657657
<MowerModes.SECONDARY_AREA: 'secondary_area'>,
658658
<MowerModes.HOME: 'home'>,
659+
<MowerModes.POI: 'poi'>,
659660
<MowerModes.UNKNOWN: 'unknown'>,
660661
]),
661662
}),
@@ -698,6 +699,7 @@
698699
<MowerModes.DEMO: 'demo'>,
699700
<MowerModes.SECONDARY_AREA: 'secondary_area'>,
700701
<MowerModes.HOME: 'home'>,
702+
<MowerModes.POI: 'poi'>,
701703
<MowerModes.UNKNOWN: 'unknown'>,
702704
]),
703705
}),
@@ -1858,6 +1860,7 @@
18581860
<MowerModes.DEMO: 'demo'>,
18591861
<MowerModes.SECONDARY_AREA: 'secondary_area'>,
18601862
<MowerModes.HOME: 'home'>,
1863+
<MowerModes.POI: 'poi'>,
18611864
<MowerModes.UNKNOWN: 'unknown'>,
18621865
]),
18631866
}),
@@ -1900,6 +1903,7 @@
19001903
<MowerModes.DEMO: 'demo'>,
19011904
<MowerModes.SECONDARY_AREA: 'secondary_area'>,
19021905
<MowerModes.HOME: 'home'>,
1906+
<MowerModes.POI: 'poi'>,
19031907
<MowerModes.UNKNOWN: 'unknown'>,
19041908
]),
19051909
}),

0 commit comments

Comments
 (0)