1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-02 08:26:41 +01:00

Bump ohme to 1.7.0 (#165318)

This commit is contained in:
Dan Raper
2026-03-11 11:49:07 +00:00
committed by GitHub
parent 474b683d3c
commit 5d271a0d30
5 changed files with 3 additions and 5 deletions

View File

@@ -19,6 +19,5 @@ async def async_get_config_entry_diagnostics(
return {
"device_info": client.device_info,
"vehicles": client.vehicles,
"ct_connected": client.ct_connected,
"cap_available": client.cap_available,
}

View File

@@ -7,5 +7,5 @@
"integration_type": "device",
"iot_class": "cloud_polling",
"quality_scale": "platinum",
"requirements": ["ohme==1.6.0"]
"requirements": ["ohme==1.7.0"]
}

2
requirements_all.txt generated
View File

@@ -1663,7 +1663,7 @@ odp-amsterdam==6.1.2
oemthermostat==1.1.1
# homeassistant.components.ohme
ohme==1.6.0
ohme==1.7.0
# homeassistant.components.ollama
ollama==0.5.1

View File

@@ -1449,7 +1449,7 @@ objgraph==3.5.0
odp-amsterdam==6.1.2
# homeassistant.components.ohme
ohme==1.6.0
ohme==1.7.0
# homeassistant.components.ollama
ollama==0.5.1

View File

@@ -2,7 +2,6 @@
# name: test_diagnostics
dict({
'cap_available': True,
'ct_connected': True,
'device_info': dict({
'model': 'Home Pro',
'name': 'Ohme Home Pro',