mirror of
https://github.com/esphome/esphome.git
synced 2024-11-09 09:51:20 +01:00
74 lines
1.1 KiB
YAML
74 lines
1.1 KiB
YAML
|
esphome:
|
||
|
name: $devicename
|
||
|
platform: ESP32
|
||
|
board: nodemcu-32s
|
||
|
build_path: build/test4
|
||
|
|
||
|
substitutions:
|
||
|
devicename: test4
|
||
|
|
||
|
ethernet:
|
||
|
type: LAN8720
|
||
|
mdc_pin: GPIO23
|
||
|
mdio_pin: GPIO25
|
||
|
clk_mode: GPIO0_IN
|
||
|
phy_addr: 0
|
||
|
power_pin: GPIO25
|
||
|
manual_ip:
|
||
|
static_ip: 192.168.178.56
|
||
|
gateway: 192.168.178.1
|
||
|
subnet: 255.255.255.0
|
||
|
domain: .local
|
||
|
|
||
|
api:
|
||
|
|
||
|
i2c:
|
||
|
sda: 21
|
||
|
scl: 22
|
||
|
scan: False
|
||
|
|
||
|
spi:
|
||
|
clk_pin: GPIO21
|
||
|
mosi_pin: GPIO22
|
||
|
miso_pin: GPIO23
|
||
|
|
||
|
uart:
|
||
|
tx_pin: GPIO22
|
||
|
rx_pin: GPIO23
|
||
|
baud_rate: 115200
|
||
|
|
||
|
ota:
|
||
|
safe_mode: True
|
||
|
port: 3286
|
||
|
|
||
|
logger:
|
||
|
level: DEBUG
|
||
|
|
||
|
web_server:
|
||
|
auth:
|
||
|
username: admin
|
||
|
password: admin
|
||
|
|
||
|
sensor:
|
||
|
- platform: homeassistant
|
||
|
entity_id: sensor.hello_world
|
||
|
id: ha_hello_world
|
||
|
#
|
||
|
# platform sensor.apds9960 requires component apds9960
|
||
|
#
|
||
|
# - platform: apds9960
|
||
|
# type: proximity
|
||
|
# name: APDS9960 Proximity
|
||
|
# - platform: apds9960
|
||
|
# type: clear
|
||
|
# name: APDS9960 Clear
|
||
|
# - platform: apds9960
|
||
|
# type: red
|
||
|
# name: APDS9960 Red
|
||
|
# - platform: apds9960
|
||
|
# type: green
|
||
|
# name: APDS9960 Green
|
||
|
# - platform: apds9960
|
||
|
# type: blue
|
||
|
# name: APDS9960 Blue
|