Untitled

Anonymous
plain_text
02/13/2023 12:10 PM
400 B
1,512
Indexable
sensor:  ### DO NOT INCLUDE THIS LINE IF YOU ALEADY HAVE SENSOR: IN YOUR CONFIGURATION.YAML ###

  - platform: template
    sensors:
      office_light_brightness:
        friendly_name: "Office Light Brightness"
        value_template: "{{ states.light.loft_bulb_far.attributes.brightness }}"
Editor is loading...