Skip to content

Commit 3dd7d1f

Browse files
authored
Update esphome-external-dual-uart.yml
2023.10.0 removed config from entity class
1 parent 45a5408 commit 3dd7d1f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: esphome-external-dual-uart.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ sensor:
103103
- name: ${upper_name} Room Size
104104
accuracy_decimals: 0
105105
icon: mdi:axis-arrow
106-
entity_category: config
107106

108107
# Text sensors with general information.
109108
text_sensor:
@@ -280,4 +279,4 @@ interval:
280279
else:
281280
- lambda: |-
282281
auto c_core300_uart = ${init}
283-
c_core300_uart->wifi_led_off();
282+
c_core300_uart->wifi_led_off();

0 commit comments

Comments
 (0)