Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial Settings Controls - On speed, off speed, and mode. #20

Merged
merged 5 commits into from
Sep 11, 2023

Conversation

dalinicus
Copy link
Owner

resolves #14

Adds client calls to fetch and set device settings.
Add controls for on and off speed, and mode settings.
Add a device for each port on the controller.

- add fetch settings method to client
- add update settings method to client
- create control for switching modes
- create controls for On speed and Off speed settings.
@dalinicus dalinicus linked an issue Sep 11, 2023 that may be closed by this pull request
5 tasks
@codecov
Copy link

codecov bot commented Sep 11, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (a45b4ba) 100.00% compared to head (d4e340c) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #20   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            9        10    +1     
  Lines          311       397   +86     
=========================================
+ Hits           311       397   +86     
Files Changed Coverage Δ
custom_components/ac_infinity/ac_infinity.py 100.00% <100.00%> (ø)
custom_components/ac_infinity/binary_sensor.py 100.00% <100.00%> (ø)
custom_components/ac_infinity/client.py 100.00% <100.00%> (ø)
custom_components/ac_infinity/const.py 100.00% <100.00%> (ø)
custom_components/ac_infinity/number.py 100.00% <100.00%> (ø)
custom_components/ac_infinity/select.py 100.00% <100.00%> (ø)
custom_components/ac_infinity/sensor.py 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dalinicus dalinicus merged commit 17b6d80 into main Sep 11, 2023
13 checks passed
@dalinicus dalinicus deleted the feature/stateful-controls branch September 11, 2023 01:18
@dalinicus dalinicus self-assigned this Sep 15, 2023
@dalinicus dalinicus added the enhancement New feature or request label Sep 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

Add initial read/write control entities for UIS Enabled Devices
1 participant