#-------------------------------------------
#  Bruh Light Sensor Related Packages
#-------------------------------------------
#------LightSensor Node---http://amzn.to/2oUgj5i
homeassistant:
  customize:
    sensor.sn1_ldr:
      icon: mdi:sensor
      friendly_name: Light Sensor
      #emulated_hue_hidden: False
      hidden: False
#---Sensor for Light-----------------------------
sensor:
  - platform: mqtt
    state_topic: "home/sensornode1"
    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 }}'