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

Pulse meter internal filter mode (#3082)

Co-authored-by: Paul Daumlechner <paul.daumlechner@live.de>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: Otto Winter <otto@otto-winter.com>
This commit is contained in:
cstaahl
2022-02-20 21:32:35 +01:00
committed by GitHub
parent d26141151a
commit 07c1cf7137
6 changed files with 76 additions and 24 deletions

View File

@@ -954,7 +954,7 @@ class MockObjEnum(MockObj):
base = kwargs.pop("base")
if self._is_class:
base = f"{base}::{self._enum}"
kwargs["op"] = "::"
kwargs["op"] = "::"
kwargs["base"] = base
MockObj.__init__(self, *args, **kwargs)