From 0548883f8d9f46f6b7f69a0b6340c4d52d9ade1c Mon Sep 17 00:00:00 2001 From: "Adrian A. Baumann" Date: Fri, 16 Jan 2026 14:58:52 +0100 Subject: [PATCH] Auto-sync: sensor-heating.yaml deleted --- sensor-heating.yaml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 sensor-heating.yaml diff --git a/sensor-heating.yaml b/sensor-heating.yaml new file mode 100644 index 0000000..67348eb --- /dev/null +++ b/sensor-heating.yaml @@ -0,0 +1,32 @@ +esphome: + name: sensor-heating + friendly_name: sensor_heating + +esp8266: + board: esp01_1m + +# Enable log +logger: + +# Enable Home Assistant API +api: + encryption: + key: !secret sensor-heating-encryption-key + +ota: + - platform: esphome + password: !secret sensor-heating-ota-password + +wifi: + ssid: !secret wifi_ssid + password: !secret wifi_password + + # Enable fallback hotspot (captive portal) in case wifi connection fails + ap: + ssid: "Sensor-Heating Fallback Hotspot" + password: !secret sensor-heating-fallback + +captive_portal: + +web_server: + port: 80 \ No newline at end of file