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).

Logs
  • 22:10, 27 August 2023 WikiSteve talk contribs created page Esphome example switch (Created page with "This example shows a toggle switch. It is either on or it's off. That is the LED follows the switch state. <nowiki># A physical switch or button should be a binary sensor if you are detecting something like grounding the pin. # 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.turn_on: led on_release:...")
  • 22:07, 27 August 2023 WikiSteve talk contribs created page Template:Top (Created page with "<br> ---- (TOP) <br>")
  • 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...")
  • 08:48, 27 August 2023 WikiSteve talk contribs created page ESPHome (Created page with "=Example Code= :Blink<br>")
  • 08:47, 27 August 2023 WikiSteve talk contribs created page Esphome example blink (Created page with " <nowiki># Blink the green LED on D1 (GPIO4) output: - platform: gpio pin: number: D3 mode: output id: greenLED interval: - interval: 500ms then: - output.turn_on: greenLED - delay: 250ms - output.turn_off: greenLED</nowiki>")
  • 08:25, 27 August 2023 WikiSteve talk contribs created page Wikihelp (Created page with "Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software. == Getting started == * [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list] * [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ] * [https://lists.wikimedia.org/postorius/lists/mediawiki-announce.lists.wikimedia.org/ MediaWiki release mailing list] * [http...")
  • 21:32, 18 August 2023 User account WikiSteve talk contribs was created