23 lines
450 B
YAML
23 lines
450 B
YAML
---
|
|
|
|
sensor:
|
|
- platform: tsl2591
|
|
name: "light sensor"
|
|
id: "tls2591"
|
|
address: 0x29
|
|
update_interval: 10s
|
|
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" |