Skip to content

Commit

Permalink
Fix disable of matplot
Browse files Browse the repository at this point in the history
  • Loading branch information
MadOne committed Jan 20, 2025
1 parent f20536d commit b7f4a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/weishaupt_modbus/kennfeld.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
import matplotlib.pyplot as plt
except ModuleNotFoundError:
log.warning("Matplotlib not available. Can't create power map image file")
SPLINE_AVAILABLE = False
MATPLOTLIB_AVAILABLE = False


class PowerMap:
Expand Down

0 comments on commit b7f4a31

Please sign in to comment.