kellerza / pysma

Async library for SMA Solar's WebConnect interface
MIT License
59 stars 51 forks source link

Disable sensors by default #78

Closed rklomp closed 3 years ago

rklomp commented 3 years ago

This will set enabled=False on sensors that also have a separate sensor that gives the sum of these sensors and a few others. This way, less sensors are enabled in home assistant by default, saving resources.

codecov[bot] commented 3 years ago

Codecov Report

Merging #78 (a94141b) into master (76b794a) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #78   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines          410       410           
=========================================
  Hits           410       410           
Impacted Files Coverage Δ
pysma/definitions.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 76b794a...a94141b. Read the comment docs.