1
0
mirror of https://github.com/esphome/esphome.git synced 2025-06-24 01:05:41 +01:00

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

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

@ -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)