Skip to content

Commit 1cc8a17

Browse files
authored
Bump teslemetry-stream (#142234)
bump stream
1 parent 8845570 commit 1cc8a17

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

homeassistant/components/teslemetry/binary_sensor.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ class TeslemetryBinarySensorEntityDescription(BinarySensorEntityDescription):
293293
),
294294
TeslemetryBinarySensorEntityDescription(
295295
key="dc_dc_enable",
296-
streaming_key=Signal.DC_DC_ENABLE,
296+
streaming_key=Signal.DCDC_ENABLE,
297297
entity_registry_enabled_default=False,
298298
),
299299
TeslemetryBinarySensorEntityDescription(

homeassistant/components/teslemetry/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"documentation": "https://www.home-assistant.io/integrations/teslemetry",
77
"iot_class": "cloud_polling",
88
"loggers": ["tesla-fleet-api"],
9-
"requirements": ["tesla-fleet-api==1.0.17", "teslemetry-stream==0.6.12"]
9+
"requirements": ["tesla-fleet-api==1.0.17", "teslemetry-stream==0.7.1"]
1010
}

homeassistant/components/teslemetry/sensor.py

+2
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ class TeslemetryVehicleSensorEntityDescription(SensorEntityDescription):
124124
TeslemetryVehicleSensorEntityDescription(
125125
key="charge_state_charger_voltage",
126126
polling=True,
127+
streaming_key=Signal.CHARGER_VOLTAGE,
128+
streaming_firmware="2024.44.32",
127129
state_class=SensorStateClass.MEASUREMENT,
128130
native_unit_of_measurement=UnitOfElectricPotential.VOLT,
129131
device_class=SensorDeviceClass.VOLTAGE,

requirements_all.txt

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements_test_all.txt

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)