Round illumination value to 1 decimal
Avoids constant updates to HASS that are useless.
This commit is contained in:
parent
efc5fd2773
commit
1e2e37671d
@ -603,6 +603,7 @@ sensor:
|
||||
id: tsl2591_lux
|
||||
name: "TSL2591 Illumination"
|
||||
unit_of_measurement: lx
|
||||
accuracy_decimals: 1
|
||||
on_value:
|
||||
- script.execute: light_handler
|
||||
actual_gain:
|
||||
|
Loading…
x
Reference in New Issue
Block a user