1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-01 10:52:19 +01:00

Implement pulse_meter as an improvement on pulse_counter and pulse_width for meters (#1434)

This commit is contained in:
Steve Baxter
2021-03-19 08:16:27 +00:00
committed by GitHub
parent f63f9168ff
commit a77784a6da
7 changed files with 196 additions and 1 deletions

View File

@@ -36,7 +36,7 @@ esphome/core/* @esphome/core
parts = [BASE]
# Fake some diretory so that get_component works
# Fake some directory so that get_component works
CORE.config_path = str(root)
codeowners = defaultdict(list)