mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +00:00
Bump aioautomower to 1.2.0 (#148078)
This commit is contained in:
parent
6235adc69a
commit
3250a2fb46
@ -8,5 +8,5 @@
|
|||||||
"iot_class": "cloud_push",
|
"iot_class": "cloud_push",
|
||||||
"loggers": ["aioautomower"],
|
"loggers": ["aioautomower"],
|
||||||
"quality_scale": "silver",
|
"quality_scale": "silver",
|
||||||
"requirements": ["aioautomower==1.0.1"]
|
"requirements": ["aioautomower==1.2.0"]
|
||||||
}
|
}
|
||||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -204,7 +204,7 @@ aioaseko==1.0.0
|
|||||||
aioasuswrt==1.4.0
|
aioasuswrt==1.4.0
|
||||||
|
|
||||||
# homeassistant.components.husqvarna_automower
|
# homeassistant.components.husqvarna_automower
|
||||||
aioautomower==1.0.1
|
aioautomower==1.2.0
|
||||||
|
|
||||||
# homeassistant.components.azure_devops
|
# homeassistant.components.azure_devops
|
||||||
aioazuredevops==2.2.1
|
aioazuredevops==2.2.1
|
||||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -192,7 +192,7 @@ aioaseko==1.0.0
|
|||||||
aioasuswrt==1.4.0
|
aioasuswrt==1.4.0
|
||||||
|
|
||||||
# homeassistant.components.husqvarna_automower
|
# homeassistant.components.husqvarna_automower
|
||||||
aioautomower==1.0.1
|
aioautomower==1.2.0
|
||||||
|
|
||||||
# homeassistant.components.azure_devops
|
# homeassistant.components.azure_devops
|
||||||
aioazuredevops==2.2.1
|
aioazuredevops==2.2.1
|
||||||
|
@ -63,6 +63,7 @@
|
|||||||
'stay_out_zones': True,
|
'stay_out_zones': True,
|
||||||
'work_areas': True,
|
'work_areas': True,
|
||||||
}),
|
}),
|
||||||
|
'messages': None,
|
||||||
'metadata': dict({
|
'metadata': dict({
|
||||||
'connected': True,
|
'connected': True,
|
||||||
'status_dateteime': '2023-06-05T00:00:00+00:00',
|
'status_dateteime': '2023-06-05T00:00:00+00:00',
|
||||||
@ -80,7 +81,7 @@
|
|||||||
'work_area_name': 'Front lawn',
|
'work_area_name': 'Front lawn',
|
||||||
}),
|
}),
|
||||||
'planner': dict({
|
'planner': dict({
|
||||||
'external_reason': 'ifttt_wildlife',
|
'external_reason': 'ifttt',
|
||||||
'next_start_datetime': '2023-06-05T19:00:00+02:00',
|
'next_start_datetime': '2023-06-05T19:00:00+02:00',
|
||||||
'override': dict({
|
'override': dict({
|
||||||
'action': 'not_active',
|
'action': 'not_active',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user