mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
parent
88455702bb
commit
1cc8a170e6
@ -293,7 +293,7 @@ VEHICLE_DESCRIPTIONS: tuple[TeslemetryBinarySensorEntityDescription, ...] = (
|
|||||||
),
|
),
|
||||||
TeslemetryBinarySensorEntityDescription(
|
TeslemetryBinarySensorEntityDescription(
|
||||||
key="dc_dc_enable",
|
key="dc_dc_enable",
|
||||||
streaming_key=Signal.DC_DC_ENABLE,
|
streaming_key=Signal.DCDC_ENABLE,
|
||||||
entity_registry_enabled_default=False,
|
entity_registry_enabled_default=False,
|
||||||
),
|
),
|
||||||
TeslemetryBinarySensorEntityDescription(
|
TeslemetryBinarySensorEntityDescription(
|
||||||
|
@ -6,5 +6,5 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/teslemetry",
|
"documentation": "https://www.home-assistant.io/integrations/teslemetry",
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"loggers": ["tesla-fleet-api"],
|
"loggers": ["tesla-fleet-api"],
|
||||||
"requirements": ["tesla-fleet-api==1.0.17", "teslemetry-stream==0.6.12"]
|
"requirements": ["tesla-fleet-api==1.0.17", "teslemetry-stream==0.7.1"]
|
||||||
}
|
}
|
||||||
|
@ -124,6 +124,8 @@ VEHICLE_DESCRIPTIONS: tuple[TeslemetryVehicleSensorEntityDescription, ...] = (
|
|||||||
TeslemetryVehicleSensorEntityDescription(
|
TeslemetryVehicleSensorEntityDescription(
|
||||||
key="charge_state_charger_voltage",
|
key="charge_state_charger_voltage",
|
||||||
polling=True,
|
polling=True,
|
||||||
|
streaming_key=Signal.CHARGER_VOLTAGE,
|
||||||
|
streaming_firmware="2024.44.32",
|
||||||
state_class=SensorStateClass.MEASUREMENT,
|
state_class=SensorStateClass.MEASUREMENT,
|
||||||
native_unit_of_measurement=UnitOfElectricPotential.VOLT,
|
native_unit_of_measurement=UnitOfElectricPotential.VOLT,
|
||||||
device_class=SensorDeviceClass.VOLTAGE,
|
device_class=SensorDeviceClass.VOLTAGE,
|
||||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -2887,7 +2887,7 @@ tesla-powerwall==0.5.2
|
|||||||
tesla-wall-connector==1.0.2
|
tesla-wall-connector==1.0.2
|
||||||
|
|
||||||
# homeassistant.components.teslemetry
|
# homeassistant.components.teslemetry
|
||||||
teslemetry-stream==0.6.12
|
teslemetry-stream==0.7.1
|
||||||
|
|
||||||
# homeassistant.components.tessie
|
# homeassistant.components.tessie
|
||||||
tessie-api==0.1.1
|
tessie-api==0.1.1
|
||||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -2325,7 +2325,7 @@ tesla-powerwall==0.5.2
|
|||||||
tesla-wall-connector==1.0.2
|
tesla-wall-connector==1.0.2
|
||||||
|
|
||||||
# homeassistant.components.teslemetry
|
# homeassistant.components.teslemetry
|
||||||
teslemetry-stream==0.6.12
|
teslemetry-stream==0.7.1
|
||||||
|
|
||||||
# homeassistant.components.tessie
|
# homeassistant.components.tessie
|
||||||
tessie-api==0.1.1
|
tessie-api==0.1.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user