20240410
This commit is contained in:
23
esphome/sensors/light_tsl2591.yaml
Normal file
23
esphome/sensors/light_tsl2591.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
|
||||
sensor:
|
||||
- platform: tsl2591
|
||||
name: "light sensor"
|
||||
id: "tls2591"
|
||||
address: 0x29
|
||||
update_interval: 60s
|
||||
gain: auto
|
||||
device_factor: 53
|
||||
glass_attenuation_factor: 14.4
|
||||
visible:
|
||||
name: "visible light"
|
||||
infrared:
|
||||
name: "infrared light"
|
||||
full_spectrum:
|
||||
name: "full spectrum light"
|
||||
calculated_lux:
|
||||
id: i_lux
|
||||
name: "Lux"
|
||||
actual_gain:
|
||||
id: "actual_gain"
|
||||
name: "actual gain"
|
||||
Reference in New Issue
Block a user