mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Bump vulcan-api to 2.4.2 (#146857)
This commit is contained in:
parent
16c6bd08f8
commit
b537850f52
@ -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
2
requirements_all.txt
generated
@ -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
|
||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -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
|
||||
|
@ -25,5 +25,11 @@
|
||||
"Surname": "Kowalski",
|
||||
"Sex": true
|
||||
},
|
||||
"Periods": []
|
||||
"Periods": [],
|
||||
"State": 0,
|
||||
"MessageBox": {
|
||||
"Id": 1,
|
||||
"GlobalKey": "00000000-0000-0000-0000-000000000000",
|
||||
"Name": "Test"
|
||||
}
|
||||
}
|
||||
|
@ -25,5 +25,11 @@
|
||||
"Surname": "Kowalska",
|
||||
"Sex": false
|
||||
},
|
||||
"Periods": []
|
||||
"Periods": [],
|
||||
"State": 0,
|
||||
"MessageBox": {
|
||||
"Id": 1,
|
||||
"GlobalKey": "00000000-0000-0000-0000-000000000000",
|
||||
"Name": "Test"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user