1
0
mirror of https://github.com/esphome/esphome.git synced 2025-07-08 16:13:08 +01:00
Files
.devcontainer
.github
.vscode
docker
esphome
components
a4988
ac_dimmer
adalight
adc
addressable_light
ade7953
ads1115
aht10
airthings_ble
airthings_wave_mini
airthings_wave_plus
am2320
am43
animation
anova
apds9960
api
as3935
as3935_i2c
as3935_spi
async_tcp
atc_mithermometer
atm90e32
b_parasite
ballu
bang_bang
bh1750
binary
binary_sensor
binary_sensor_map
ble_client
ble_presence
ble_rssi
ble_scanner
bme280
bme680
bme680_bsec
bmp085
bmp280
button
__init__.py
automation.h
button.cpp
button.h
canbus
cap1188
captive_portal
ccs811
climate
climate_ir
climate_ir_lg
color
color_temperature
coolix
cover
cs5460a
cse7761
cse7766
ct_clamp
current_based
custom
custom_component
cwww
daikin
dallas
daly_bms
dashboard_import
debug
deep_sleep
demo
dfplayer
dht
dht12
display
ds1307
dsmr
duty_cycle
e131
endstop
esp32
esp32_ble
esp32_ble_beacon
esp32_ble_server
esp32_ble_tracker
esp32_camera
esp32_camera_web_server
esp32_dac
esp32_hall
esp32_improv
esp32_touch
esp8266
esp8266_pwm
ethernet
exposure_notifications
external_components
ezo
fan
fastled_base
fastled_clockless
fastled_spi
fingerprint_grow
font
fujitsu_general
globals
gpio
gps
graph
havells_solar
hbridge
hdc1080
heatpumpir
hitachi_ac344
hitachi_ac424
hlw8012
hm3301
hmc5883l
homeassistant
hrxl_maxsonar_wr
http_request
htu21d
hx711
i2c
ili9341
image
improv_serial
ina219
ina226
ina3221
inkbird_ibsth1_mini
inkplate6
integration
interval
json
lcd_base
lcd_gpio
lcd_pcf8574
ledc
light
logger
ltr390
max31855
max31856
max31865
max6675
max7219
max7219digit
mcp23008
mcp23016
mcp23017
mcp23s08
mcp23s17
mcp23x08_base
mcp23x17_base
mcp23xxx_base
mcp2515
mcp3008
mcp4725
mcp9808
md5
mdns
mhz19
midea
midea_ac
mitsubishi
modbus
modbus_controller
monochromatic
mpr121
mpu6050
mqtt
mqtt_subscribe
ms5611
my9231
neopixelbus
network
nextion
nfc
ntc
number
ota
output
packages
partition
pca9685
pcd8544
pcf8574
pid
pipsolar
pm1006
pmsa003i
pmsx003
pn532
pn532_i2c
pn532_spi
power_supply
preferences
prometheus
pulse_counter
pulse_meter
pulse_width
pvvx_mithermometer
pzem004t
pzemac
pzemdc
qmc5883l
rc522
rc522_i2c
rc522_spi
rdm6300
remote_base
remote_receiver
remote_transmitter
resistance
restart
rf_bridge
rgb
rgbct
rgbw
rgbww
rotary_encoder
rtttl
ruuvi_ble
ruuvitag
safe_mode
scd30
scd4x
script
sdm_meter
sdp3x
sds011
selec_meter
select
senseair
sensor
servo
sgp30
sgp40
sht3xd
sht4x
shtcx
shutdown
sim800l
slow_pwm
sm16716
sm2135
sm300d2
sn74hc595
sntp
socket
speed
spi
sps30
ssd1306_base
ssd1306_i2c
ssd1306_spi
ssd1322_base
ssd1322_spi
ssd1325_base
ssd1325_spi
ssd1327_base
ssd1327_i2c
ssd1327_spi
ssd1331_base
ssd1331_spi
ssd1351_base
ssd1351_spi
st7735
st7789v
st7920
status
status_led
stepper
sts3x
substitutions
sun
switch
sx1509
t6615
tca9548a
tcl112
tcs34725
teleinfo
template
text_sensor
thermostat
time
time_based
tlc59208f
tlc5947
tm1637
tm1651
tmp102
tmp117
tof10120
toshiba
total_daily_energy
tsl2561
tsl2591
ttp229_bsf
ttp229_lsf
tuya
tx20
uart
uln2003
ultrasonic
uptime
version
vl53l0x
voltage_sampler
waveshare_epaper
web_server
web_server_base
whirlpool
wifi
wifi_info
wifi_signal
wled
xiaomi_ble
xiaomi_cgd1
xiaomi_cgdk2
xiaomi_cgg1
xiaomi_cgpr1
xiaomi_gcls002
xiaomi_hhccjcy01
xiaomi_hhccpot002
xiaomi_jqjcy01ym
xiaomi_lywsd02
xiaomi_lywsd03mmc
xiaomi_lywsdcgq
xiaomi_mhoc401
xiaomi_miscale
xiaomi_miscale2
xiaomi_mjyd02yla
xiaomi_mue4094rt
xiaomi_wx08zm
xpt2046
yashima
zyaura
__init__.py
core
dashboard
__init__.py
__main__.py
automation.py
codegen.py
config.py
config_helpers.py
config_validation.py
const.py
coroutine.py
cpp_generator.py
cpp_helpers.py
cpp_types.py
espota2.py
final_validate.py
git.py
helpers.py
jsonschema.py
loader.py
log.py
mqtt.py
pins.py
platformio_api.py
storage_json.py
types.py
util.py
voluptuous_schema.py
vscode.py
wizard.py
writer.py
yaml_util.py
zeroconf.py
script
tests
.clang-format
.clang-tidy
.coveragerc
.dockerignore
.editorconfig
.gitattributes
.gitignore
.gitpod.yml
.pre-commit-config.yaml
CODEOWNERS
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
platformio.ini
pylintrc
pyproject.toml
pytest.ini
requirements.txt
requirements_optional.txt
requirements_test.txt
sdkconfig.defaults
setup.cfg
setup.py
esphome/esphome/components/button/button.cpp
2021-11-30 16:18:21 +01:00

29 lines
825 B
C++

#include "button.h"
#include "esphome/core/log.h"
namespace esphome {
namespace button {
static const char *const TAG = "button";
Button::Button(const std::string &name) : EntityBase(name) {}
Button::Button() : Button("") {}
void Button::press() {
ESP_LOGD(TAG, "'%s' Pressed.", this->get_name().c_str());
this->press_action();
this->press_callback_.call();
}
void Button::add_on_press_callback(std::function<void()> &&callback) { this->press_callback_.add(std::move(callback)); }
uint32_t Button::hash_base() { return 1495763804UL; }
void Button::set_device_class(const std::string &device_class) { this->device_class_ = device_class; }
std::string Button::get_device_class() {
if (this->device_class_.has_value())
return *this->device_class_;
return "";
}
} // namespace button
} // namespace esphome