1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 03:12:20 +01:00

[CI] Consolidate some tests (H) (#8198)

This commit is contained in:
Keith Burzinski
2025-02-04 17:05:50 -06:00
committed by GitHub
parent 211aee91e5
commit f8fae676b1
131 changed files with 813 additions and 1809 deletions

View File

@@ -1,21 +1,6 @@
sensor:
- platform: hlw8012
model: hlw8012
sel_pin: 12
cf_pin: 14
cf1_pin: 13
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
substitutions:
sel_pin: GPIO12
cf_pin: GPIO13
cf1_pin: GPIO14
<<: !include common.yaml