mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
Bump ohmepy to 1.3.0 (#138380)
* Bump ohmepy to 1.3.0 * CI fix for enum change
This commit is contained in:
parent
4807682fc5
commit
910711ecba
@ -7,5 +7,5 @@
|
||||
"integration_type": "device",
|
||||
"iot_class": "cloud_polling",
|
||||
"quality_scale": "silver",
|
||||
"requirements": ["ohme==1.2.9"]
|
||||
"requirements": ["ohme==1.3.0"]
|
||||
}
|
||||
|
@ -73,7 +73,8 @@
|
||||
"plugged_in": "Plugged in",
|
||||
"charging": "Charging",
|
||||
"paused": "[%key:common::state::paused%]",
|
||||
"pending_approval": "Pending approval"
|
||||
"pending_approval": "Pending approval",
|
||||
"finished": "Finished charging"
|
||||
}
|
||||
},
|
||||
"ct_current": {
|
||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -1547,7 +1547,7 @@ odp-amsterdam==6.0.2
|
||||
oemthermostat==1.1.1
|
||||
|
||||
# homeassistant.components.ohme
|
||||
ohme==1.2.9
|
||||
ohme==1.3.0
|
||||
|
||||
# homeassistant.components.ollama
|
||||
ollama==0.4.7
|
||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -1295,7 +1295,7 @@ objgraph==3.5.0
|
||||
odp-amsterdam==6.0.2
|
||||
|
||||
# homeassistant.components.ohme
|
||||
ohme==1.2.9
|
||||
ohme==1.3.0
|
||||
|
||||
# homeassistant.components.ollama
|
||||
ollama==0.4.7
|
||||
|
@ -222,6 +222,7 @@
|
||||
'charging',
|
||||
'plugged_in',
|
||||
'paused',
|
||||
'finished',
|
||||
]),
|
||||
}),
|
||||
'config_entry_id': <ANY>,
|
||||
@ -263,6 +264,7 @@
|
||||
'charging',
|
||||
'plugged_in',
|
||||
'paused',
|
||||
'finished',
|
||||
]),
|
||||
}),
|
||||
'context': <ANY>,
|
||||
|
Loading…
x
Reference in New Issue
Block a user