58 lines
914 B
YAML
58 lines
914 B
YAML
esphome:
|
|
name: esp32-c6-2
|
|
friendly_name: esp32-c6-2
|
|
|
|
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: "Desk Lamp"
|
|
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" |