Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Schnitzel committed Nov 13, 2023
1 parent a806bc8 commit 0f2914c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/miner/switch.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ def __init__(
"""Initialize the sensor."""
super().__init__(coordinator=coordinator)
self._attr_unique_id = f"{self.coordinator.data['mac']}-active"
_LOGGER.debug(self.coordinator.data["miner_sensors"]["temperature"])
self._attr_is_on = self.coordinator.data["is_mining"]

@property
Expand Down

0 comments on commit 0f2914c

Please sign in to comment.