mirror of
https://github.com/esphome/esphome.git
synced 2025-09-01 10:52:19 +01:00
Consolidate test files where all tests are identical (#6690)
This commit is contained in:
15
tests/components/host/common.yaml
Normal file
15
tests/components/host/common.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
time:
|
||||
- platform: sntp
|
||||
id: esptime
|
||||
timezone: Australia/Sydney
|
||||
|
||||
logger:
|
||||
level: VERBOSE
|
||||
logs:
|
||||
lvgl: INFO
|
||||
display: DEBUG
|
||||
sensor: INFO
|
||||
vnc: DEBUG
|
||||
|
||||
host:
|
||||
mac_address: "62:23:45:AF:B3:DD"
|
@@ -1,15 +1 @@
|
||||
time:
|
||||
- platform: sntp
|
||||
id: esptime
|
||||
timezone: Australia/Sydney
|
||||
|
||||
logger:
|
||||
level: VERBOSE
|
||||
logs:
|
||||
lvgl: INFO
|
||||
display: DEBUG
|
||||
sensor: INFO
|
||||
vnc: DEBUG
|
||||
|
||||
host:
|
||||
mac_address: "62:23:45:AF:B3:DD"
|
||||
<<: !include common.yaml
|
||||
|
Reference in New Issue
Block a user