lux clarification
This commit is contained in:
parent
088282e399
commit
909f6f4e96
@ -27,7 +27,8 @@ sensor:
|
|||||||
|
|
||||||
- platform: mqtt
|
- platform: mqtt
|
||||||
state_topic: "bruh/sensornode1"
|
state_topic: "bruh/sensornode1"
|
||||||
name: "SN1 LDR"
|
name: "SN1 LDR"
|
||||||
|
##This sensor is not calibrated to actual LUX. Rather, this a map of the input voltage ranging from 0 - 1023.
|
||||||
unit_of_measurement: "LUX"
|
unit_of_measurement: "LUX"
|
||||||
value_template: '{{ value_json.ldr }}'
|
value_template: '{{ value_json.ldr }}'
|
||||||
|
|
||||||
@ -51,4 +52,4 @@ group:
|
|||||||
- sensor.sn1_humidity
|
- sensor.sn1_humidity
|
||||||
- sensor.sn1_ldr
|
- sensor.sn1_ldr
|
||||||
- sensor.sn1_pir
|
- sensor.sn1_pir
|
||||||
- light.sn1_led
|
- light.sn1_led
|
||||||
|
Loading…
Reference in New Issue
Block a user