Skip to content

Commit 5d271a0

Browse files
authored
Bump ohme to 1.7.0 (home-assistant#165318)
1 parent 474b683 commit 5d271a0

5 files changed

Lines changed: 3 additions & 5 deletions

File tree

homeassistant/components/ohme/diagnostics.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@ async def async_get_config_entry_diagnostics(
1919
return {
2020
"device_info": client.device_info,
2121
"vehicles": client.vehicles,
22-
"ct_connected": client.ct_connected,
2322
"cap_available": client.cap_available,
2423
}

homeassistant/components/ohme/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"integration_type": "device",
88
"iot_class": "cloud_polling",
99
"quality_scale": "platinum",
10-
"requirements": ["ohme==1.6.0"]
10+
"requirements": ["ohme==1.7.0"]
1111
}

requirements_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements_test_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/components/ohme/snapshots/test_diagnostics.ambr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# name: test_diagnostics
33
dict({
44
'cap_available': True,
5-
'ct_connected': True,
65
'device_info': dict({
76
'model': 'Home Pro',
87
'name': 'Ohme Home Pro',

0 commit comments

Comments
 (0)