mirror of
https://github.com/randybb/esphome-configs.git
synced 2026-01-02 11:37:28 +01:00
All ESP8266 devices have their own common_esp8266.yaml without BTM and RRM, ESP32's with BTM and RRM
This commit is contained in:
26
common/common_esp8266.yaml
Normal file
26
common/common_esp8266.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
<<: !include wifi_esp8266.yaml
|
||||
<<: !include api.yaml
|
||||
<<: !include ota.yaml
|
||||
<<: !include logger.yaml
|
||||
|
||||
binary_sensor:
|
||||
- <<: !include binary_sensor/status.yaml
|
||||
|
||||
button:
|
||||
- <<: !include button/factory_reset.yaml
|
||||
- <<: !include button/restart.yaml
|
||||
- <<: !include button/safe_mode.yaml
|
||||
- <<: !include button/shutdown.yaml
|
||||
|
||||
sensor:
|
||||
- <<: !include sensor/uptime.yaml
|
||||
- <<: !include sensor/wifi_signal.yaml
|
||||
|
||||
text_sensor:
|
||||
- <<: !include text_sensor/version.yaml
|
||||
- <<: !include text_sensor/wifi_info.yaml
|
||||
|
||||
network:
|
||||
enable_ipv6: true
|
||||
# min_ipv6_addr_count: 2
|
||||
@@ -1,7 +1,8 @@
|
||||
---
|
||||
wifi:
|
||||
# reboot_timeout: 0s
|
||||
networks:
|
||||
- ssid: !secret wifi_ssid
|
||||
password: !secret wifi_password
|
||||
# enable_btm: true
|
||||
# enable_rrm: true
|
||||
enable_btm: true
|
||||
enable_rrm: true
|
||||
|
||||
8
common/wifi_esp8266.yaml
Normal file
8
common/wifi_esp8266.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
wifi:
|
||||
# reboot_timeout: 0s
|
||||
networks:
|
||||
- ssid: !secret wifi_ssid
|
||||
password: !secret wifi_password
|
||||
# enable_btm: true
|
||||
# enable_rrm: true
|
||||
Reference in New Issue
Block a user