User contributions for WikiSteve
Jump to navigation
Jump to search
27 August 2023
- 23:1723:17, 27 August 2023 diff hist +56 Esphome example switch No edit summary current
- 23:1623:16, 27 August 2023 diff hist 0 Esphome example switch No edit summary
- 23:1523:15, 27 August 2023 diff hist +109 Esphome example switch No edit summary
- 23:1023:10, 27 August 2023 diff hist +541 N 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:..."
- 23:0923:09, 27 August 2023 diff hist +39 ESPHome No edit summary
- 23:0723:07, 27 August 2023 diff hist +31 N Template:Top Created page with "<br> ---- (TOP) <br>" current
- 23:0523:05, 27 August 2023 diff hist +22 Esphome example delay No edit summary current
- 23:0523:05, 27 August 2023 diff hist +56 Esphome example delay No edit summary
- 23:0423:04, 27 August 2023 diff hist −9 Esphome example delay →delay
- 23:0423:04, 27 August 2023 diff hist +495 N 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..."
- 23:0423:04, 27 August 2023 diff hist +37 ESPHome No edit summary
- 09:5509:55, 27 August 2023 diff hist +57 Esphome example blink No edit summary current
- 09:5409:54, 27 August 2023 diff hist +226 Esphome example blink No edit summary
- 09:4809:48, 27 August 2023 diff hist +51 N ESPHome Created page with "=Example Code= :Blink<br>"
- 09:4709:47, 27 August 2023 diff hist +272 N 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>"
- 09:2509:25, 27 August 2023 diff hist +707 N 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..." current