Browse Source

remove ble (requires 620kB flash)

esphome
Hendrik Langer 3 years ago
parent
commit
df953269e2
  1. 18
      esp32weatherstation2.yaml

18
esp32weatherstation2.yaml

@ -11,7 +11,7 @@ esphome:
lib_ldf_mode: chain+ lib_ldf_mode: chain+
project: project:
name: "xd0.esp32weatherstation2" name: "xd0.esp32weatherstation2"
version: "0.0.2" version: "0.0.3"
# Enable logging # Enable logging
logger: logger:
@ -206,16 +206,16 @@ sensor:
# id: uvb # id: uvb
# unit_of_measurement: "mW/cm²" # unit_of_measurement: "mW/cm²"
# accuracy_decimals: 0 # accuracy_decimals: 0
# Example configuration entry # ESP32 integrated hall sensor
- platform: esp32_hall # - platform: esp32_hall
name: "ESP32 Hall Sensor" # name: "ESP32 Hall Sensor"
update_interval: 60s # update_interval: 60s
- platform: ble_rssi # - platform: ble_rssi
mac_address: FA:4E:84:FF:4D:16 # mac_address: FA:4E:84:FF:4D:16
name: "MiBand Hendrik RSSI value" # name: "MiBand Hendrik RSSI value"
# Example configuration entry # Example configuration entry
esp32_ble_tracker: # esp32_ble_tracker:
#text_sensor: #text_sensor:
# - platform: ble_scanner # - platform: ble_scanner

Loading…
Cancel
Save