Adjustment of unit of measurement for light (#116695)
This commit is contained in:
parent
796d940f2f
commit
f1465baada
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ SENSORS: Final[list[FytaSensorEntityDescription]] = [
|
|||
FytaSensorEntityDescription(
|
||||
key="light",
|
||||
translation_key="light",
|
||||
native_unit_of_measurement="mol/d",
|
||||
native_unit_of_measurement="μmol/s⋅m²",
|
||||
state_class=SensorStateClass.MEASUREMENT,
|
||||
),
|
||||
FytaSensorEntityDescription(
|
||||
|
|
Loading…
Add table
Reference in a new issue