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

OTA fixes (and more) #48

Merged
merged 39 commits into from
Jun 13, 2024
Merged

OTA fixes (and more) #48

merged 39 commits into from
Jun 13, 2024

Commits on May 8, 2024

  1. golbal -> global

    puddly committed May 8, 2024
    Configuration menu
    Copy the full SHA
    582144a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c0da38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cba37a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b35b624 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aae2f25 View commit details
    Browse the repository at this point in the history
  6. Stop OTA when we fail

    puddly committed May 8, 2024
    Configuration menu
    Copy the full SHA
    a132468 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e4bbf9e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    befffb5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2745306 View commit details
    Browse the repository at this point in the history
  10. Revert "Add a translation key to the identify button"

    This reverts commit 2745306.
    puddly committed May 8, 2024
    Configuration menu
    Copy the full SHA
    08408fc View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    315dc30 View commit details
    Browse the repository at this point in the history
  2. Drop icon entirely

    puddly committed May 9, 2024
    Configuration menu
    Copy the full SHA
    f1aa97d View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Clarify type: ignores

    The `if self.is_transitioning` check at the top of the function "pins"
    the value during the execution context in mypy's eyes. There doesn't
    seem to be a way to force mypy to consider the property "`volatile`".
    puddly committed May 20, 2024
    Configuration menu
    Copy the full SHA
    e5fc846 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61a7f25 View commit details
    Browse the repository at this point in the history
  3. Use parentheses for clarity

    puddly committed May 20, 2024
    Configuration menu
    Copy the full SHA
    6f4b5fb View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    4e5cc3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    199c609 View commit details
    Browse the repository at this point in the history
  3. Fix cover level change event

    puddly committed May 22, 2024
    Configuration menu
    Copy the full SHA
    7d3df24 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc5f80f View commit details
    Browse the repository at this point in the history
  5. Log when emitting a ZHA event

    puddly committed May 22, 2024
    Configuration menu
    Copy the full SHA
    2861d17 View commit details
    Browse the repository at this point in the history
  6. Re-add --fix

    puddly committed May 22, 2024
    Configuration menu
    Copy the full SHA
    03ff3ce View commit details
    Browse the repository at this point in the history
  7. Fix most unit tests

    puddly committed May 22, 2024
    Configuration menu
    Copy the full SHA
    c6d09b3 View commit details
    Browse the repository at this point in the history
  8. Fix update platform tests

    puddly committed May 22, 2024
    Configuration menu
    Copy the full SHA
    4e13807 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    76ca3a8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d22a9c2 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Rename name to fallback_name to clarify intent

    The name should be localized
    puddly committed May 23, 2024
    Configuration menu
    Copy the full SHA
    5fb9cf9 View commit details
    Browse the repository at this point in the history
  2. Drop internal_name as well

    puddly committed May 23, 2024
    Configuration menu
    Copy the full SHA
    6cf7a7a View commit details
    Browse the repository at this point in the history
  3. Attach unique_id to Device

    puddly committed May 23, 2024
    Configuration menu
    Copy the full SHA
    9de994e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4290d1f View commit details
    Browse the repository at this point in the history
  5. Fix unit tests

    puddly committed May 23, 2024
    Configuration menu
    Copy the full SHA
    0d66fe4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a617427 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e87a8c7 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    d1b5288 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0092aa1 View commit details
    Browse the repository at this point in the history
  3. Mark entity_id for removal

    puddly committed May 24, 2024
    Configuration menu
    Copy the full SHA
    062c3d6 View commit details
    Browse the repository at this point in the history
  4. Get rid of entity_id

    puddly committed May 24, 2024
    Configuration menu
    Copy the full SHA
    7a0ee62 View commit details
    Browse the repository at this point in the history
  5. Handle some TODOs

    puddly committed May 24, 2024
    Configuration menu
    Copy the full SHA
    31c988c View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Update dependencies

    puddly committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    701a896 View commit details
    Browse the repository at this point in the history
  2. Drop unused dependencies

    puddly committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    85057c0 View commit details
    Browse the repository at this point in the history