Skip to content

Commit

Permalink
Merge pull request #159 from Olen/Issue_158
Browse files Browse the repository at this point in the history
Removed superfluous log line
  • Loading branch information
Olen authored Apr 21, 2024
2 parents 23795fe + 83ea1da commit 4613ab9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions custom_components/plant/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,9 +329,6 @@ def __init__(
self._external_sensor = config.data[FLOW_PLANT_INFO].get(
FLOW_SENSOR_ILLUMINANCE
)
_LOGGER.info(
"Added external sensor for %s %s", self.entity_id, self._external_sensor
)
self._attr_native_unit_of_measurement = LIGHT_LUX
super().__init__(hass, config, plantdevice)

Expand Down

0 comments on commit 4613ab9

Please sign in to comment.