mirror of
https://github.com/home-assistant/core.git
synced 2026-09-26 01:11:51 -04:00
Correct core Purpleair integration's RSSI sensor to use RSSI value rather than barometric pressure (#149418)
This commit is contained in:
@@ -132,7 +132,7 @@ SENSOR_DESCRIPTIONS = [
|
||||
entity_registry_enabled_default=False,
|
||||
native_unit_of_measurement=SIGNAL_STRENGTH_DECIBELS_MILLIWATT,
|
||||
state_class=SensorStateClass.MEASUREMENT,
|
||||
value_fn=lambda sensor: sensor.pressure,
|
||||
value_fn=lambda sensor: sensor.rssi,
|
||||
),
|
||||
PurpleAirSensorEntityDescription(
|
||||
key="temperature",
|
||||
|
||||
Reference in New Issue
Block a user