mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +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(
|
||||
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