add configs
This commit is contained in:
15
salon32.yaml
15
salon32.yaml
@@ -9,6 +9,7 @@ api:
|
||||
password: !secret api_secret
|
||||
|
||||
ota:
|
||||
platform: esphome
|
||||
password: !secret ota_key
|
||||
|
||||
wifi:
|
||||
@@ -38,12 +39,13 @@ time:
|
||||
mqtt:
|
||||
broker: domotic.home.cabestan.be
|
||||
username: espsalon
|
||||
password: sala45224
|
||||
password: !secret mqtt_espsalon
|
||||
|
||||
i2c:
|
||||
sda: 21
|
||||
scl: 22
|
||||
scan: true
|
||||
frequency: 300kHz
|
||||
id: bus_a
|
||||
|
||||
font:
|
||||
@@ -97,6 +99,13 @@ switch:
|
||||
name: "Esp Salon Led"
|
||||
pin: 2
|
||||
|
||||
|
||||
binary_sensor:
|
||||
- platform: gpio
|
||||
pin: 14
|
||||
name: "PIR Sensor"
|
||||
device_class: motion
|
||||
|
||||
sensor:
|
||||
- platform: dht
|
||||
pin: 19
|
||||
@@ -108,7 +117,7 @@ sensor:
|
||||
name: "Living Room Humidity"
|
||||
update_interval: 10s
|
||||
|
||||
- platform: bmp280
|
||||
- platform: bmp280_i2c
|
||||
temperature:
|
||||
name: "Living Room Temperature S2"
|
||||
oversampling: 16x
|
||||
@@ -131,4 +140,4 @@ sensor:
|
||||
- multiply: 500.0
|
||||
# - sliding_window_moving_average:
|
||||
# window_size: 5
|
||||
# send_every: 5
|
||||
# send_every: 5
|
||||
|
||||
Reference in New Issue
Block a user