EspHome
This commit is contained in:
@@ -21,6 +21,13 @@ ota:
|
||||
wifi:
|
||||
ssid: "SmartHome"
|
||||
password: ""
|
||||
# networks:
|
||||
# ssid: "SmartHome"
|
||||
# password: ""
|
||||
# bssid: 78:9A:18:88:E0:79
|
||||
# channel: 1
|
||||
power_save_mode: none
|
||||
|
||||
|
||||
# Enable fallback hotspot (captive portal) in case wifi connection fails
|
||||
ap:
|
||||
@@ -33,6 +40,8 @@ wifi:
|
||||
static_ip: 192.168.88.21
|
||||
gateway: 192.168.88.1
|
||||
subnet: 255.255.255.0
|
||||
# dns1: 8.8.8.8
|
||||
# dns2: 8.8.4.4
|
||||
|
||||
captive_portal:
|
||||
|
||||
@@ -41,11 +50,11 @@ sensor:
|
||||
- platform: adc
|
||||
pin: A0
|
||||
name: "WeMos D1 Mini Gas Sensor"
|
||||
unit_of_measurement: "ppm"
|
||||
icon: "mdi:meter-gas-outline"
|
||||
update_interval: 1s
|
||||
filters:
|
||||
- multiply: 100
|
||||
unit_of_measurement: "ppm"
|
||||
icon: "mdi:meter-gas-outline"
|
||||
|
||||
# web_server:
|
||||
# port: 80
|
||||
|
||||
Reference in New Issue
Block a user