Auto-sync: sensor-heating.yaml deleted
This commit is contained in:
32
sensor-heating.yaml
Normal file
32
sensor-heating.yaml
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user