config files on 20-12-2023 16:00:35
This commit is contained in:
@@ -29,53 +29,31 @@ packages:
|
||||
device_base: !include common/common.yaml
|
||||
ethernet: !include interfaces/eth_LAN8720A.yaml
|
||||
# bt_proxy: !include templates/ble_proxy.yaml
|
||||
ota: !include common/ota.yaml
|
||||
logger: !include templates/nologger.yaml
|
||||
uptimesensor: !include sensors/uptime.yaml
|
||||
time: !include templates/time.yaml
|
||||
|
||||
api:
|
||||
encryption:
|
||||
key: ${api_password}
|
||||
|
||||
ota:
|
||||
password: ${ota_password}
|
||||
|
||||
external_components:
|
||||
- source: github://tube0013/esphome-stream-server-v2
|
||||
- source: github://syssi/esphome-zeroconf@main
|
||||
|
||||
web_server:
|
||||
port: 80
|
||||
# web_server:
|
||||
# port: 80
|
||||
|
||||
switch:
|
||||
- platform: gpio
|
||||
pin: ${pin_efrReset}
|
||||
id: zRST_gpio
|
||||
inverted: yes
|
||||
restore_mode: ALWAYS_OFF
|
||||
# switch:
|
||||
# - platform: gpio
|
||||
# pin: ${pin_efrReset}
|
||||
# id: zRST_gpio
|
||||
# inverted: yes
|
||||
# restore_mode: ALWAYS_OFF
|
||||
|
||||
# - platform: gpio
|
||||
# pin: 32
|
||||
# name: "Pull Bootloader pin (PA2) to Low"
|
||||
# id: zBSL
|
||||
# inverted: yes
|
||||
# restore_mode: ALWAYS_OFF
|
||||
# disabled_by_default: true
|
||||
|
||||
button:
|
||||
- platform: restart
|
||||
name: "Restart the Gateway"
|
||||
disabled_by_default: true
|
||||
|
||||
- platform: template
|
||||
name: "EFR32 Reset"
|
||||
id: zRST
|
||||
disabled_by_default: true
|
||||
on_press:
|
||||
- switch.turn_on: zRST_gpio
|
||||
- delay: 15ms
|
||||
- switch.turn_off: zRST_gpio
|
||||
|
||||
uart:
|
||||
id: uart_bus
|
||||
tx_pin: ${pin_efrTX}
|
||||
@@ -102,4 +80,4 @@ zeroconf:
|
||||
name: TubesZB
|
||||
radio_type: ezsp
|
||||
baud_rate: 115200
|
||||
data_flow_control: software
|
||||
data_flow_control: software
|
||||
|
||||
Reference in New Issue
Block a user