Skip to content

Commit

Permalink
fix: remove METRIC_SYSTEM const error
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealWaldo committed Jan 5, 2023
1 parent b2959bb commit 3a15ede
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/optimal_humidity/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
STATE_UNKNOWN,
TEMP_CELSIUS,
TEMP_FAHRENHEIT,
METRIC_SYSTEM,
)
from homeassistant.core import callback
import homeassistant.helpers.config_validation as cv
Expand Down

0 comments on commit 3a15ede

Please sign in to comment.