Skip to content

Commit 510dfa4

Browse files
committed
Increase version and restore logging to default
1 parent fdd3462 commit 510dfa4

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

packages/airgradient_d1_mini_board.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
substitutions:
2-
config_version: 5.2.1
2+
config_version: 5.3.0
33

44
esphome:
55
name: "${name}"
@@ -18,8 +18,6 @@ esp8266:
1818
# Enable logging
1919
# https://esphome.io/components/logger.html
2020
logger:
21-
logs:
22-
component: ERROR # Hiding warning messages about component taking a long time https://github.com/esphome/issues/issues/4717
2321

2422
uart:
2523
# https://esphome.io/components/uart.html#uart

packages/airgradient_esp32-c3_board-arduino.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
substitutions:
2-
config_version: 5.2.1
2+
config_version: 5.3.0
33

44
esphome:
55
name: "${name}"
@@ -17,8 +17,6 @@ esp32:
1717
# Enable logging
1818
# https://esphome.io/components/logger.html
1919
logger:
20-
logs:
21-
component: ERROR # Hiding warning messages about component taking a long time https://github.com/esphome/issues/issues/4717
2220

2321
uart:
2422
# https://esphome.io/components/uart.html#uart

packages/airgradient_esp32-c3_board.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
substitutions:
2-
config_version: 5.2.1
2+
config_version: 5.3.0
33

44
esphome:
55
name: "${name}"
@@ -19,8 +19,6 @@ esp32:
1919
# Enable logging
2020
# https://esphome.io/components/logger.html
2121
logger:
22-
logs:
23-
component: ERROR # Hiding warning messages about component taking a long time https://github.com/esphome/issues/issues/4717
2422

2523
uart:
2624
# https://esphome.io/components/uart.html#uart

0 commit comments

Comments
 (0)