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

[CI] Consolidate some tests (T) (#8208)

This commit is contained in:
Keith Burzinski
2025-02-09 15:43:21 -06:00
committed by GitHub
parent dc8646cda6
commit 8897a9866d
160 changed files with 1045 additions and 2640 deletions

View File

@@ -1,32 +1,6 @@
wifi:
ssid: MySSID
password: password1
substitutions:
sel_pin: GPIO2
cf_pin: GPIO3
cf1_pin: GPIO4
time:
- platform: sntp
id: sntp_time
sensor:
- platform: hlw8012
sel_pin: 5
cf_pin: 4
cf1_pin: 3
current:
name: HLW8012 Current
voltage:
name: HLW8012 Voltage
power:
name: HLW8012 Power
id: hlw8012_power
energy:
name: HLW8012 Energy
id: hlw8012_energy
update_interval: 15s
current_resistor: 0.001 ohm
voltage_divider: 2351
change_mode_every: "never"
initial_mode: VOLTAGE
model: hlw8012
- platform: total_daily_energy
name: HLW8012 Total Daily Energy
power_id: hlw8012_power
<<: !include common.yaml