# HG changeset patch # User drewp@bigasterisk.com # Date 1703990802 28800 # Node ID e9f3c2317cf89be1e256f545d76e76f1429c3a09 # Parent 3d69222680c8186bc5441ae7bf836a1fee690c6a flicker status light when rf comes diff -r 3d69222680c8 -r e9f3c2317cf8 espNode/rf_switch_desk.yaml --- a/espNode/rf_switch_desk.yaml Sat Dec 30 18:45:50 2023 -0800 +++ b/espNode/rf_switch_desk.yaml Sat Dec 30 18:46:42 2023 -0800 @@ -23,6 +23,11 @@ username: "" password: "" +light: + - platform: status_led + id: "status_out" + pin: 2 + remote_receiver: - id: rf_in pin: @@ -38,6 +43,9 @@ # tag: out # format: "RF read; proto %d; code %08llx" # args: [x.protocol, x.code] + - light.turn_on: + id: status_out + flash_length: 30ms - mqtt.publish_json: topic: rf_switch_desk/rf_received payload: !lambda |-