Docker chown -R 1000:1000 /path/to/esphome
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
esphome:
|
||||
name: gas-kitchen-wemos
|
||||
friendly_name: Gas_Kitchen_WeMos
|
||||
|
||||
|
||||
esp8266:
|
||||
board: esp01_1m
|
||||
@@ -17,6 +18,8 @@ ota:
|
||||
- platform: esphome
|
||||
password: "8028833c244a6ebdc6f44b8506ead784"
|
||||
|
||||
|
||||
|
||||
|
||||
wifi:
|
||||
ssid: "SmartHome"
|
||||
@@ -43,9 +46,9 @@ wifi:
|
||||
# dns1: 8.8.8.8
|
||||
# dns2: 8.8.4.4
|
||||
|
||||
captive_portal:
|
||||
|
||||
# MQ2 Smoke Gas Sensor
|
||||
|
||||
# # MQ2 Smoke Gas Sensor
|
||||
sensor:
|
||||
- platform: adc
|
||||
pin: A0
|
||||
@@ -56,6 +59,8 @@ sensor:
|
||||
filters:
|
||||
- multiply: 100
|
||||
|
||||
|
||||
|
||||
# web_server:
|
||||
# port: 80
|
||||
# auth:
|
||||
|
||||
Reference in New Issue
Block a user