From 909f6f4e964c903a17f44fed24be01611dd2e5ab Mon Sep 17 00:00:00 2001 From: BRUH Automation Date: Mon, 10 Apr 2017 23:58:06 -0400 Subject: [PATCH] lux clarification --- example_home_assistant_configuration.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/example_home_assistant_configuration.yaml b/example_home_assistant_configuration.yaml index 5ebc869..fc4409d 100644 --- a/example_home_assistant_configuration.yaml +++ b/example_home_assistant_configuration.yaml @@ -27,7 +27,8 @@ sensor: - platform: mqtt 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" value_template: '{{ value_json.ldr }}' @@ -51,4 +52,4 @@ group: - sensor.sn1_humidity - sensor.sn1_ldr - sensor.sn1_pir - - light.sn1_led \ No newline at end of file + - light.sn1_led