From 5d271a0d30898d3817c021e3a2504ce84e6a9cd2 Mon Sep 17 00:00:00 2001 From: Dan Raper Date: Wed, 11 Mar 2026 11:49:07 +0000 Subject: [PATCH] Bump ohme to 1.7.0 (#165318) --- homeassistant/components/ohme/diagnostics.py | 1 - homeassistant/components/ohme/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- tests/components/ohme/snapshots/test_diagnostics.ambr | 1 - 5 files changed, 3 insertions(+), 5 deletions(-) diff --git a/homeassistant/components/ohme/diagnostics.py b/homeassistant/components/ohme/diagnostics.py index a955b3b76e2..fe03d335c80 100644 --- a/homeassistant/components/ohme/diagnostics.py +++ b/homeassistant/components/ohme/diagnostics.py @@ -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, } diff --git a/homeassistant/components/ohme/manifest.json b/homeassistant/components/ohme/manifest.json index e3677b26215..213a0f7502f 100644 --- a/homeassistant/components/ohme/manifest.json +++ b/homeassistant/components/ohme/manifest.json @@ -7,5 +7,5 @@ "integration_type": "device", "iot_class": "cloud_polling", "quality_scale": "platinum", - "requirements": ["ohme==1.6.0"] + "requirements": ["ohme==1.7.0"] } diff --git a/requirements_all.txt b/requirements_all.txt index 929f089c276..2a381a9ef6e 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 3b04fdff51b..fa8d7e6472a 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -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 diff --git a/tests/components/ohme/snapshots/test_diagnostics.ambr b/tests/components/ohme/snapshots/test_diagnostics.ambr index f51c701b71b..618d598fb26 100644 --- a/tests/components/ohme/snapshots/test_diagnostics.ambr +++ b/tests/components/ohme/snapshots/test_diagnostics.ambr @@ -2,7 +2,6 @@ # name: test_diagnostics dict({ 'cap_available': True, - 'ct_connected': True, 'device_info': dict({ 'model': 'Home Pro', 'name': 'Ohme Home Pro',