Skip to content

Commit

Permalink
add logger for create entity description
Browse files Browse the repository at this point in the history
  • Loading branch information
jontofront authored Dec 20, 2023
1 parent 0a54d09 commit a614fb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions custom_components/econet300/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@
@dataclass
class EconetSensorEntityDescription(SensorEntityDescription):
"""Describes Econet sensor entity."""

process_val: Callable[[Any], Any] = lambda x: x


class EconetSensor(SensorEntity):
"""Econet Sensor"""

Expand Down

0 comments on commit a614fb3

Please sign in to comment.