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:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user