Hello,
since last update I can’t update my sensor temperature
Échec de l’appel du service update/install. Error compiling esptemperature.yaml; Try again in ESPHome dashboard for more information.
But I think I have update my yaml with tag OTA
esphome:
name: esptemperature
friendly_name: EspTemperature
esp32:
board: esp32dev
framework:
type: arduino
# Enable logging
logger:
# Enable Home Assistant API
api:
encryption:
key: "***********="
ota:
platform: "esphome"
password: "**********"
wifi:
ssid: "*******************"
password: "*****"
# Enable fallback hotspot (captive portal) in case wifi connection fails
ap:
ssid: "Esptemperature Fallback Hotspot"
password: "******************"
captive_portal:
# Example configuration entry
dallas:
- pin: GPIO4
# Note you don't have to add any sensors at this point
sensor:
- platform: dallas
address: 0x1280000004137f28
name: "Temperature eau"
Somebody can help me ?
Thx