mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00:00
Adjustment of unit of measurement for light (#116695)
This commit is contained in:
parent
4beb184faf
commit
486c72db73
@ -93,7 +93,7 @@ SENSORS: Final[list[FytaSensorEntityDescription]] = [
|
|||||||
FytaSensorEntityDescription(
|
FytaSensorEntityDescription(
|
||||||
key="light",
|
key="light",
|
||||||
translation_key="light",
|
translation_key="light",
|
||||||
native_unit_of_measurement="mol/d",
|
native_unit_of_measurement="μmol/s⋅m²",
|
||||||
state_class=SensorStateClass.MEASUREMENT,
|
state_class=SensorStateClass.MEASUREMENT,
|
||||||
),
|
),
|
||||||
FytaSensorEntityDescription(
|
FytaSensorEntityDescription(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user