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

Fix keyboard_remote for python 3.11 #94570

Merged
merged 8 commits into from
Jun 14, 2023

Commits on Jun 14, 2023

  1. Configuration menu
    Copy the full SHA
    8643e9d View commit details
    Browse the repository at this point in the history
  2. updated function names

    lanrat committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    150c220 View commit details
    Browse the repository at this point in the history
  3. all checks pass

    lanrat committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    5b99ca7 View commit details
    Browse the repository at this point in the history
  4. fixed asyncio for python 3.11

    lanrat committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    fbc5a6b View commit details
    Browse the repository at this point in the history
  5. cleanup

    lanrat committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    f413829 View commit details
    Browse the repository at this point in the history
  6. Update homeassistant/components/keyboard_remote/__init__.py

    Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
    lanrat and MartinHjelmare committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    0b39307 View commit details
    Browse the repository at this point in the history
  7. Update __init__.py

    added:
    from __future__ import annotations
    lanrat committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    fc875c5 View commit details
    Browse the repository at this point in the history
  8. Fix typing

    MartinHjelmare authored and lanrat committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    12b7913 View commit details
    Browse the repository at this point in the history