20260326
This commit is contained in:
59
esphome/cfg_experimental/esphome-web-0a9174.yaml
Normal file
59
esphome/cfg_experimental/esphome-web-0a9174.yaml
Normal file
@@ -0,0 +1,59 @@
|
||||
esphome:
|
||||
name: thread-repeater
|
||||
friendly_name: Thread-repeater
|
||||
min_version: 2025.9.0
|
||||
|
||||
api:
|
||||
encryption:
|
||||
key: !secret ot_ftd_led
|
||||
|
||||
ota:
|
||||
- platform: esphome
|
||||
password: !secret ota_password
|
||||
|
||||
esp32:
|
||||
board: esp32-c6-devkitm-1
|
||||
framework:
|
||||
type: esp-idf
|
||||
|
||||
logger:
|
||||
|
||||
network:
|
||||
enable_ipv6: true
|
||||
|
||||
openthread:
|
||||
device_type: FTD
|
||||
tlv: !secret otbr_tlv
|
||||
|
||||
output:
|
||||
- platform: gpio
|
||||
pin: GPIO15
|
||||
id: light_output
|
||||
|
||||
light:
|
||||
- platform: binary
|
||||
name: "status_light"
|
||||
output: light_output
|
||||
|
||||
text_sensor:
|
||||
- platform: openthread_info
|
||||
ip_address:
|
||||
name: "IP Address"
|
||||
channel:
|
||||
name: "Channel"
|
||||
role:
|
||||
name: "Device Role"
|
||||
rloc16:
|
||||
name: "RLOC16"
|
||||
ext_addr:
|
||||
name: "Extended Address"
|
||||
eui64:
|
||||
name: "EUI64 Interface ID"
|
||||
network_name:
|
||||
name: "Network Name"
|
||||
network_key:
|
||||
name: "Network Key"
|
||||
pan_id:
|
||||
name: "PAN ID"
|
||||
ext_pan_id:
|
||||
name: "Extended PAN ID"
|
||||
Reference in New Issue
Block a user