All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Notebook. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 22:04, 27 August 2023 WikiSteve talk contribs created page Esphome example delay (Created page with "==delay== This example toggles the LED <i>when the physical button is pressed</i>, then 2 seconds later toggles it back.<br> The virtual button on the Home Assistant card is not effected. <nowiki># Physical Button on D1 (GPIO5) binary_sensor: - platform: gpio pin: number: D1 inverted: False mode: INPUT_PULLUP name: "Wemos Test Button" on_press: then: - switch.toggle: led - delay: 2s - switch.toggle: led</nowik...")