Bump vulcan-api to 2.4.2 (#146857)

This commit is contained in:
Antoni Czaplicki 2025-06-28 22:11:59 +02:00 committed by Paulus Schoutsen
parent 16c6bd08f8
commit b537850f52
5 changed files with 17 additions and 5 deletions

View File

@ -5,5 +5,5 @@
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/vulcan",
"iot_class": "cloud_polling",
"requirements": ["vulcan-api==2.3.2"]
"requirements": ["vulcan-api==2.4.2"]
}

2
requirements_all.txt generated
View File

@ -3062,7 +3062,7 @@ vsure==2.6.7
vtjp==0.2.1
# homeassistant.components.vulcan
vulcan-api==2.3.2
vulcan-api==2.4.2
# homeassistant.components.vultr
vultr==0.1.2

View File

@ -2524,7 +2524,7 @@ volvooncall==0.10.3
vsure==2.6.7
# homeassistant.components.vulcan
vulcan-api==2.3.2
vulcan-api==2.4.2
# homeassistant.components.vultr
vultr==0.1.2

View File

@ -25,5 +25,11 @@
"Surname": "Kowalski",
"Sex": true
},
"Periods": []
"Periods": [],
"State": 0,
"MessageBox": {
"Id": 1,
"GlobalKey": "00000000-0000-0000-0000-000000000000",
"Name": "Test"
}
}

View File

@ -25,5 +25,11 @@
"Surname": "Kowalska",
"Sex": false
},
"Periods": []
"Periods": [],
"State": 0,
"MessageBox": {
"Id": 1,
"GlobalKey": "00000000-0000-0000-0000-000000000000",
"Name": "Test"
}
}