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