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

WIP: Add firmware and config version attributes to harmony component #19647

Closed
wants to merge 10 commits into from

Commits on Dec 26, 2018

  1. Use aioharmony for async

    Use aioharmony to interact with Harmony hub. Due to this following improvements:
    -) Setting of available state for entity
    -) Automatic config update if configuration changes (including updating file containing config)
    -) Allow using of device name instead of number
    -) When sending command with repeat, nothing else will be able to put a IR command in between
    ehendrix23 committed Dec 26, 2018
    Configuration menu
    Copy the full SHA
    cbc6565 View commit details
    Browse the repository at this point in the history
  2. Requirements updated

    ehendrix23 committed Dec 26, 2018
    Configuration menu
    Copy the full SHA
    6b8ade5 View commit details
    Browse the repository at this point in the history
  3. Version update for fix

    ehendrix23 committed Dec 26, 2018
    Configuration menu
    Copy the full SHA
    6c17f51 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2018

  1. Mainly cleanup

    ehendrix23 committed Dec 29, 2018
    Configuration menu
    Copy the full SHA
    512ca26 View commit details
    Browse the repository at this point in the history
  2. Update requirements

    Updated requirements
    ehendrix23 committed Dec 29, 2018
    Configuration menu
    Copy the full SHA
    e420159 View commit details
    Browse the repository at this point in the history
  3. Fixed lint issue

    ehendrix23 committed Dec 29, 2018
    Configuration menu
    Copy the full SHA
    def1ab4 View commit details
    Browse the repository at this point in the history
  4. Small bump for aioharmony

    Small version bump increase for aioharmony
    ehendrix23 committed Dec 29, 2018
    Configuration menu
    Copy the full SHA
    60e98ab View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2018

  1. Updated based on review

    ehendrix23 committed Dec 30, 2018
    Configuration menu
    Copy the full SHA
    1bcf916 View commit details
    Browse the repository at this point in the history
  2. Add attributes

    Add firmware and config version attributes
    ehendrix23 committed Dec 30, 2018
    Configuration menu
    Copy the full SHA
    c755231 View commit details
    Browse the repository at this point in the history
  3. Order ATTR constants

    ehendrix23 committed Dec 30, 2018
    Configuration menu
    Copy the full SHA
    72dec9d View commit details
    Browse the repository at this point in the history