mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 20:18:21 +00:00
Fix comment
This commit is contained in:
parent
7173f2423e
commit
426e66ffed
@ -92,7 +92,7 @@ SENSOR_DESCRIPTIONS = {
|
||||
key="radiation_rate",
|
||||
translation_key="radiation_rate",
|
||||
name="Radiation Dose Rate",
|
||||
native_unit_of_measurement="μSv/h", # b'\xc2\xb5'
|
||||
native_unit_of_measurement="μSv/h", # b'\xce\xbc'
|
||||
state_class=SensorStateClass.MEASUREMENT,
|
||||
suggested_display_precision=2,
|
||||
scale=0.001,
|
||||
|
@ -105,7 +105,7 @@ SENSORS: Final[list[FytaSensorEntityDescription]] = [
|
||||
FytaSensorEntityDescription(
|
||||
key="light",
|
||||
translation_key="light",
|
||||
native_unit_of_measurement="μmol/s⋅m²", # b'\xc2\xb5'
|
||||
native_unit_of_measurement="μmol/s⋅m²", # b'\xce\xbc'
|
||||
state_class=SensorStateClass.MEASUREMENT,
|
||||
value_fn=lambda plant: plant.light,
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user