mirror of
https://github.com/randybb/esphome-configs.git
synced 2026-01-02 11:37:28 +01:00
Remove API and WIFI from vehicle beacons
This commit is contained in:
@@ -37,11 +37,11 @@ esp32:
|
|||||||
framework:
|
framework:
|
||||||
type: esp-idf
|
type: esp-idf
|
||||||
|
|
||||||
api:
|
# api:
|
||||||
reboot_timeout: 0s
|
# reboot_timeout: 0s
|
||||||
|
|
||||||
wifi:
|
# wifi:
|
||||||
reboot_timeout: 0s
|
# reboot_timeout: 0s
|
||||||
|
|
||||||
external_components:
|
external_components:
|
||||||
- source: components
|
- source: components
|
||||||
@@ -80,7 +80,6 @@ light:
|
|||||||
rgb_order: GRB
|
rgb_order: GRB
|
||||||
pin: 27
|
pin: 27
|
||||||
num_leds: 1
|
num_leds: 1
|
||||||
rmt_channel: 0
|
|
||||||
chipset: ws2812
|
chipset: ws2812
|
||||||
restore_mode: ALWAYS_OFF
|
restore_mode: ALWAYS_OFF
|
||||||
effects:
|
effects:
|
||||||
|
|||||||
@@ -37,17 +37,17 @@ esp32:
|
|||||||
framework:
|
framework:
|
||||||
type: esp-idf
|
type: esp-idf
|
||||||
|
|
||||||
api:
|
# api:
|
||||||
reboot_timeout: 0s
|
# reboot_timeout: 0s
|
||||||
|
|
||||||
wifi:
|
# wifi:
|
||||||
reboot_timeout: 0s
|
# reboot_timeout: 0s
|
||||||
|
|
||||||
external_components:
|
external_components:
|
||||||
- source: components
|
- source: components
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
common: !include common/logger.yaml
|
common: !include common/logger.yaml
|
||||||
# common: !include common/common.yaml
|
# common: !include common/common.yaml
|
||||||
|
|
||||||
# debug:
|
# debug:
|
||||||
@@ -80,7 +80,6 @@ light:
|
|||||||
rgb_order: GRB
|
rgb_order: GRB
|
||||||
pin: 27
|
pin: 27
|
||||||
num_leds: 1
|
num_leds: 1
|
||||||
rmt_channel: 0
|
|
||||||
chipset: ws2812
|
chipset: ws2812
|
||||||
restore_mode: ALWAYS_OFF
|
restore_mode: ALWAYS_OFF
|
||||||
effects:
|
effects:
|
||||||
|
|||||||
@@ -36,24 +36,24 @@ esp32:
|
|||||||
board: m5stack-atom
|
board: m5stack-atom
|
||||||
framework:
|
framework:
|
||||||
type: esp-idf
|
type: esp-idf
|
||||||
version: 5.3.1
|
version: 5.3.2
|
||||||
platform_version: 6.9.0
|
platform_version: 53.03.11
|
||||||
|
|
||||||
external_components:
|
external_components:
|
||||||
- source: components
|
- source: components
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
wifi: !include common/wifi.yaml
|
# wifi: !include common/wifi.yaml
|
||||||
logger: !include common/logger.yaml
|
logger: !include common/logger.yaml
|
||||||
# api: !include common/api.yaml
|
# api: !include common/api.yaml
|
||||||
ota: !include common/ota.yaml
|
# ota: !include common/ota.yaml
|
||||||
# common: !include common/common.yaml
|
# common: !include common/common.yaml
|
||||||
|
|
||||||
# api:
|
# api:
|
||||||
# reboot_timeout: 0s
|
# reboot_timeout: 0s
|
||||||
|
|
||||||
wifi:
|
# wifi:
|
||||||
reboot_timeout: 0s
|
# reboot_timeout: 0s
|
||||||
|
|
||||||
# debug:
|
# debug:
|
||||||
|
|
||||||
@@ -85,7 +85,6 @@ light:
|
|||||||
rgb_order: GRB
|
rgb_order: GRB
|
||||||
pin: 27
|
pin: 27
|
||||||
num_leds: 1
|
num_leds: 1
|
||||||
rmt_channel: 0
|
|
||||||
chipset: ws2812
|
chipset: ws2812
|
||||||
restore_mode: ALWAYS_OFF
|
restore_mode: ALWAYS_OFF
|
||||||
effects:
|
effects:
|
||||||
|
|||||||
@@ -37,18 +37,18 @@ esp32:
|
|||||||
framework:
|
framework:
|
||||||
type: esp-idf
|
type: esp-idf
|
||||||
|
|
||||||
api:
|
# api:
|
||||||
reboot_timeout: 0s
|
# reboot_timeout: 0s
|
||||||
|
|
||||||
wifi:
|
# wifi:
|
||||||
reboot_timeout: 0s
|
# reboot_timeout: 0s
|
||||||
|
|
||||||
external_components:
|
external_components:
|
||||||
- source: components
|
- source: components
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
common: !include common/logger.yaml
|
common: !include common/logger.yaml
|
||||||
wifi: !include common/wifi.yaml
|
# wifi: !include common/wifi.yaml
|
||||||
# common: !include common/common.yaml
|
# common: !include common/common.yaml
|
||||||
|
|
||||||
# debug:
|
# debug:
|
||||||
@@ -81,7 +81,6 @@ light:
|
|||||||
rgb_order: GRB
|
rgb_order: GRB
|
||||||
pin: 27
|
pin: 27
|
||||||
num_leds: 1
|
num_leds: 1
|
||||||
rmt_channel: 0
|
|
||||||
chipset: ws2812
|
chipset: ws2812
|
||||||
restore_mode: ALWAYS_OFF
|
restore_mode: ALWAYS_OFF
|
||||||
effects:
|
effects:
|
||||||
|
|||||||
Reference in New Issue
Block a user