John Stenger

Results 2 comments of John Stenger

@Ecco Thank you so much! FYI there's a key mismatch in your 6187 between ```OUTPUT_DATA_RATES``` in sensor.py and ```OutputDataRate``` in da217.h; one uses underscores before HZ but not the other.

Originally, this PR removed one of the arguments from ```FoldingAtHomeControlOptionsFlowHandler.__init__()```, but this throws an error in ```test_options_flow```: ```python def __init__(self) -> None: """Initialize FoldingAtHomeControl options flow.""" ``` ``` test_options_flow TypeError:...