About 109,000 results
Open links in new tab
  1. Wiring, configuring, and debouncing switches in ESPHome

    Nov 7, 2020 · With the button wired to your board, you can proceed to create a GPIO binary sensor in your configuration using the code provided in the documentation. In this example, …

  2. GPIO Binary Sensor - ESPHome

    The GPIO Binary Sensor platform allows you to use any input pin on your device as a binary sensor. # Example configuration entry binary_sensor : - platform : gpio pin : D2 name : "Living …

  3. ESP8266 - Button | ESP8266 Tutorial - Tutorials for Newbies

    Learn how button works, how to use button with ESP8266, how to connect button to ESP8266, how to program for button step by step. The detail instruction, code, wiring diagram, video …

  4. Button Component - ESPHome

    To attach a physical button to ESPHome, see GPIO Binary Sensor. ESPHome has support for components to create button entities in Home Assistant. A button entity is represented in …

  5. Binary Sensor Component - ESPHome

    Binary Sensor Component¶ With ESPHome you can use different types of binary sensors. They will automatically appear in the Home Assistant front-end and have several configuration …

  6. ESPHome Button Held, Double Press - Home Assistant …

    Sep 8, 2019 · You need to amend your binary_sensor like so: binary_sensor: - platform: gpio pin: number: D2 name: "Living Room Dehumidifier Toggle Button" mode: input_pullup inverted: …

  7. ESPHome Example - Binary Sensor - PIR & Touch Button · GitHub

    ESPHome Example - Binary Sensor.yaml This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the …

  8. How to make 8266 simulate button press via home assistant

    Dec 14, 2023 · I purchased a Mini D1 based on ESP8266 which I've successfully flashed, and is added to ESPHome in home assistant via ESPhome guides. Current state is I have both a …

  9. Configure Binary Sensor Automations based off MQTT events

    Jan 24, 2019 · This guide follows on from Part 1, where we configured an ESP8266 as an Amazon Dash clone with a push button switch triggering MQTT events when pushed. Now …

  10. Use ADC as binary sensor for buttons #953 - GitHub

    Oct 16, 2020 · Gosund SP112 v.34 has the physical button attached to ESP8266's ADC pin. This pin can not be configured for buttons on ESPHome. The button of Gosund SP112 v.34 …

  11. Some results have been removed
Refresh