We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://www.amazon.com/gp/product/B07CX5KLXN/ref=ppx_yo_dt_b_asin_title_o00_s00?ie=UTF8&th=1
esphome: name: outlet friendly_name: Outlet
bk72xx: board: generic-bk7231t-qfn32-tuya
logger: captive_portal: mdns: api: ota:
wifi: ssid: !secret wifi_ssid password: !secret wifi_password
text_sensor:
light:
binary_sensor:
switch:
status_led: pin: number: P11 inverted: true
sensor:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://www.amazon.com/gp/product/B07CX5KLXN/ref=ppx_yo_dt_b_asin_title_o00_s00?ie=UTF8&th=1
esphome:
name: outlet
friendly_name: Outlet
bk72xx:
board: generic-bk7231t-qfn32-tuya
logger:
captive_portal:
mdns:
api:
ota:
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
text_sensor:
version:
name: LibreTiny Version
light:
id: light_switch_1
pin:
number: P6
inverted: true
binary_sensor:
id: binary_switch_1
pin:
number: P10
inverted: true
mode: INPUT_PULLUP
on_press:
then:
- switch.toggle: switch_1
switch:
id: switch_1
name: Relay 1
pin: P26
on_turn_on:
on_turn_off:
status_led:
pin:
number: P11
inverted: true
sensor:
model: BL0937
cf_pin:
number: P7
inverted: true
cf1_pin:
number: P8
inverted: true
sel_pin:
number: P24
inverted: true
current:
name: BL0937 Current
voltage:
name: BL0937 Voltage
power:
name: BL0937 Power
energy:
name: BL0937 Energy
voltage_divider: 870
current_resistor: 0.002 ohm
The text was updated successfully, but these errors were encountered: