1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 14:43:51 +00:00

[CI] Consolidate some tests (S) (#8206)

This commit is contained in:
Keith Burzinski
2025-02-09 15:43:10 -06:00
committed by GitHub
parent da3d007d7b
commit 353924257a
356 changed files with 2598 additions and 5745 deletions

View File

@@ -1,23 +1,5 @@
uart:
- id: uart_sm300d2
tx_pin: 17
rx_pin: 16
baud_rate: 9600
substitutions:
tx_pin: GPIO17
rx_pin: GPIO16
sensor:
- platform: sm300d2
co2:
name: SM300D2 CO2 Value
formaldehyde:
name: SM300D2 Formaldehyde Value
tvoc:
name: SM300D2 TVOC Value
pm_2_5:
name: SM300D2 PM2.5 Value
pm_10_0:
name: SM300D2 PM10 Value
temperature:
name: SM300D2 Temperature Value
humidity:
name: SM300D2 Humidity Value
update_interval: 60s
<<: !include common.yaml