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

Add ability to select/change the configured device in ViCare integration #107906

Closed
wants to merge 24 commits into from

Commits on Jan 11, 2024

  1. move login function

    CFenner committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    2de83d4 View commit details
    Browse the repository at this point in the history
  2. add get_device_list function

    CFenner committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    5716f46 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. add get_serial function

    CFenner committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    32002fb View commit details
    Browse the repository at this point in the history
  2. add config migration

    CFenner committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    1ebe043 View commit details
    Browse the repository at this point in the history
  3. add config constant

    CFenner committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    f555007 View commit details
    Browse the repository at this point in the history
  4. add select devcie flow

    CFenner committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    a6079e0 View commit details
    Browse the repository at this point in the history
  5. filter devices

    CFenner committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    c03bcae View commit details
    Browse the repository at this point in the history
  6. rename

    CFenner committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    f595063 View commit details
    Browse the repository at this point in the history
  7. rename

    CFenner committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    c43f34b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    39361a6 View commit details
    Browse the repository at this point in the history
  9. solve circular import

    CFenner committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    4c6147b View commit details
    Browse the repository at this point in the history
  10. ignore coverage for new file

    CFenner committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    a3a5487 View commit details
    Browse the repository at this point in the history
  11. Update strings.json

    CFenner committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    d8c9d8a View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. fix test cases

    CFenner committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    bfb9fb4 View commit details
    Browse the repository at this point in the history
  2. use entry.data

    CFenner committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    01fac88 View commit details
    Browse the repository at this point in the history
  3. respect options

    CFenner committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    0d645a0 View commit details
    Browse the repository at this point in the history
  4. use data from previous flow

    CFenner committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    4eaf713 View commit details
    Browse the repository at this point in the history
  5. add logging

    CFenner committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    5529d59 View commit details
    Browse the repository at this point in the history
  6. fix type

    CFenner committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    5624fbc View commit details
    Browse the repository at this point in the history
  7. add title

    CFenner committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    a4d2773 View commit details
    Browse the repository at this point in the history
  8. add fixture

    CFenner committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    5dba778 View commit details
    Browse the repository at this point in the history
  9. add test case

    CFenner committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    775812f View commit details
    Browse the repository at this point in the history
  10. Update strings.json

    CFenner committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    956038b View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. handle heatbox2

    CFenner committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    41a3666 View commit details
    Browse the repository at this point in the history