diff --git a/esp32weatherstation2.yaml b/esp32weatherstation2.yaml index e0a986e..be36da6 100644 --- a/esp32weatherstation2.yaml +++ b/esp32weatherstation2.yaml @@ -11,7 +11,7 @@ esphome: lib_ldf_mode: chain+ project: name: "xd0.esp32weatherstation2" - version: "0.0.1" + version: "0.0.2" # Enable logging logger: @@ -21,20 +21,20 @@ logger: api: ota: - password: "123456789" + password: !secret esphome_ota_password wifi: networks: - - ssid: "ssid1" - password: "password1" - - ssid: "ssid2" - password: "password2" + - ssid: !secret wifi_ssid + password: !secret wifi_passwd + - ssid: !secret wifi_ssid2 + password: !secret wifi_passwd2 power_save_mode: light # Enable fallback hotspot (captive portal) in case wifi connection fails ap: ssid: "Esp32Weatherstation2" - password: "supersecret" + password: "ucYwmU1xwUxh" captive_portal: @@ -45,8 +45,8 @@ time: #mqtt: # broker: home.xd0.de -# username: tasmota-login -# password: supersecret +# username: !secret esphome_mqtt_user +# password: !secret esphome_mqtt_passwd i2c: sda: 21 @@ -152,7 +152,7 @@ sensor: name: "ESP32 Hall Sensor" update_interval: 60s - platform: ble_rssi - mac_address: 11:22:33:44:55:66 + mac_address: FA:4E:84:FF:4D:16 name: "MiBand Hendrik RSSI value" # Example configuration entry