Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- esphome:
- name: esp32gendev1
- platform: ESP32
- board: esp-wrover-kit
- esp32_ble_tracker:
- wifi:
- ssid: !secret wifi_ssid
- password: !secret wifi_password
- manual_ip:
- # Set this to the IP of the ESP
- static_ip: 192.168.1.183
- # Set this to the IP address of the router. Often ends with .1
- gateway: 192.168.1.1
- # The subnet of the network. 255.255.255.0 works for most home networks.
- subnet: 255.255.255.0
- # Enable fallback hotspot (captive portal) in case wifi connection fails
- ap:
- ssid: "Esp32Gendev1 Fallback Hotspot"
- password: "xxxxxxx"
- captive_portal:
- # Enable logging
- logger:
- # level: VERBOSE
- # Enable Home Assistant API
- api:
- ota:
- sensor:
- - platform: inkbird_ibsth1_mini
- mac_address: 49:22:10:16:0D:94
- temperature:
- name: "Inkbird ESP Back Porch Temperature"
- battery_level:
- name: "Inkbird ESP Back Porch Battery Level"
- button:
- - platform: restart
- name: Restart
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement