mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 05:37:44 +00:00
Adjustment of unit of measurement for light (#116695)
This commit is contained in:
parent
796d940f2f
commit
f1465baada
@ -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…
x
Reference in New Issue
Block a user