Bump ohmepy to 1.3.0 (#138380)

* Bump ohmepy to 1.3.0

* CI fix for enum change
This commit is contained in:
Dan Raper 2025-02-12 13:54:21 +00:00 committed by GitHub
parent 4807682fc5
commit 910711ecba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 7 additions and 4 deletions

View File

@ -7,5 +7,5 @@
"integration_type": "device", "integration_type": "device",
"iot_class": "cloud_polling", "iot_class": "cloud_polling",
"quality_scale": "silver", "quality_scale": "silver",
"requirements": ["ohme==1.2.9"] "requirements": ["ohme==1.3.0"]
} }

View File

@ -73,7 +73,8 @@
"plugged_in": "Plugged in", "plugged_in": "Plugged in",
"charging": "Charging", "charging": "Charging",
"paused": "[%key:common::state::paused%]", "paused": "[%key:common::state::paused%]",
"pending_approval": "Pending approval" "pending_approval": "Pending approval",
"finished": "Finished charging"
} }
}, },
"ct_current": { "ct_current": {

2
requirements_all.txt generated
View File

@ -1547,7 +1547,7 @@ odp-amsterdam==6.0.2
oemthermostat==1.1.1 oemthermostat==1.1.1
# homeassistant.components.ohme # homeassistant.components.ohme
ohme==1.2.9 ohme==1.3.0
# homeassistant.components.ollama # homeassistant.components.ollama
ollama==0.4.7 ollama==0.4.7

View File

@ -1295,7 +1295,7 @@ objgraph==3.5.0
odp-amsterdam==6.0.2 odp-amsterdam==6.0.2
# homeassistant.components.ohme # homeassistant.components.ohme
ohme==1.2.9 ohme==1.3.0
# homeassistant.components.ollama # homeassistant.components.ollama
ollama==0.4.7 ollama==0.4.7

View File

@ -222,6 +222,7 @@
'charging', 'charging',
'plugged_in', 'plugged_in',
'paused', 'paused',
'finished',
]), ]),
}), }),
'config_entry_id': <ANY>, 'config_entry_id': <ANY>,
@ -263,6 +264,7 @@
'charging', 'charging',
'plugged_in', 'plugged_in',
'paused', 'paused',
'finished',
]), ]),
}), }),
'context': <ANY>, 'context': <ANY>,