Bump aioautomower to 1.0.0 (#147676)

This commit is contained in:
Thomas55555 2025-06-27 17:02:52 +02:00 committed by GitHub
parent 7229c2ca2c
commit 4b02f22724
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 6 additions and 4 deletions

View File

@ -8,5 +8,5 @@
"iot_class": "cloud_push", "iot_class": "cloud_push",
"loggers": ["aioautomower"], "loggers": ["aioautomower"],
"quality_scale": "silver", "quality_scale": "silver",
"requirements": ["aioautomower==2025.6.0"] "requirements": ["aioautomower==1.0.0"]
} }

2
requirements_all.txt generated
View File

@ -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==2025.6.0 aioautomower==1.0.0
# homeassistant.components.azure_devops # homeassistant.components.azure_devops
aioazuredevops==2.2.1 aioazuredevops==2.2.1

View File

@ -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==2025.6.0 aioautomower==1.0.0
# homeassistant.components.azure_devops # homeassistant.components.azure_devops
aioazuredevops==2.2.1 aioazuredevops==2.2.1

View File

@ -86,7 +86,8 @@
"override": { "override": {
"action": "NOT_ACTIVE" "action": "NOT_ACTIVE"
}, },
"restrictedReason": "WEEK_SCHEDULE" "restrictedReason": "WEEK_SCHEDULE",
"externalReason": 4000
}, },
"metadata": { "metadata": {
"connected": true, "connected": true,

View File

@ -80,6 +80,7 @@
'work_area_name': 'Front lawn', 'work_area_name': 'Front lawn',
}), }),
'planner': dict({ 'planner': dict({
'external_reason': 'iftt_wildlife',
'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',